question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[tfjs-core]: Add bicubic resize

See original GitHub issue

TensorFlow.js version

1.1.2

Describe the problem or feature request

EfficientNet requires the support for a bicubic resize for the optimal performance, yet it is not yet in the tfjs-core toolkit. Using a bilinear resize does deteriorate the performance.

Code

As far as I understand, we need to add the corresponding op to the image ops after implementing them in all of the backends and adjust the tensor interface. Am I correct?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
susmeet-jaincommented, Oct 7, 2020

Hey @nsthorat, @rthadur Any update on this feature request?

1reaction
nsthoratcommented, Oct 15, 2019

Let’s keep this open since it’s a feature request.

Read more comments on GitHub >

github_iconTop Results From Across the Web

tf.image.resize | TensorFlow v2.11.0
Resize images to size using the specified method. ... Add "batch" and "channels" dimensions image = image[tf.newaxis, ..., tf.newaxis]
Read more >
tf.image.cropAndResize throwing "method must be bilinear or ...
Have I made an error that I'm just not seeing or is this a node and/or tsjs issue? Also, adding in the "bilinear"...
Read more >
In-Browser Hand Gesture Recognition for Unity with Fastai ...
Install Tensorflow.js conversion dependencies ... interpolation, bicubic ... Define directory path to store tfjs model files.
Read more >
Image Upscaling with Javascript | Kevin Scott
An image upscaled using bicubic interpolation certainly looks less pixelated than the first, and I'd wager most folks find it more aesthetically ...
Read more >
Learning Enriched Features for Real Image Restoration and ...
The core of our approach is a multi-scale residual block containing ... which is later added to the input LR image to produce...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found