-
Notifications
You must be signed in to change notification settings - Fork 614
Tensorflow 2.0: resampler not available #640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
So, have you solved this problem? |
I use |
Though this functionality is outside of the scope of TensorFlow Core in the near term, it might be a good fit for TensorFlow Addons. If we see sufficient traction in Addons, then the symbol could be migrated to Rerouting this feature request to the |
This seems like it would fit within |
Closes via #662. |
Please make sure that this is a feature request. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template
System information
Describe the feature and the current behavior/state.
I would like tensorflow.contrib.resampler.resampler to be available in TF 2.0. Or, any alternative that allows to interpolate a 2D grid at real coordinates.
Will this change the current api? How?
Yes, it will add a new function.
Who will benefit with this feature?
I was using
resampler
to optimize ROIAlign (of Mask-RCNN) with rotated bounding boxes (and masks). Instead of doing rotate -> crop -> resize to pool the rotated masks, I directly fetched it with resampler. It was about 2-3x faster.So anyone who wants to pool random locations in a 2D grid (mostly for instance segmentation I think) could benefit from it.
Any Other info.
The text was updated successfully, but these errors were encountered: