-
Notifications
You must be signed in to change notification settings - Fork 613
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
Spatial Soft-argmax (+optional scale adaptive) #1364
Comments
I can take a look at this in the weekend if you guys still need help? |
@shreyashpatodia How do you want to organize the scale parameter API? With the scale adaptable extension the spatial soft argmax ops need to work inside ROI windows in every channel. |
It partially relate on how we want to design basic keypoints<->heatmap ops. See #1366 |
I think that something like |
Probably the ROIs could be formulated like |
@shreyashpatodia Do you plan to make a PR? |
@gabrieldemarmiesse @seanpmorgan Do you remember why we lost the
|
Just means there wasn't enough OSS usage to justify moving it. During the RFC period all candidates to be dropped were welcome to be picked up if there was community support, but no one did for |
What do you think about the Google version that I mentioned early in this ticket? |
I was looking at |
Also |
I would close this tomorrow but if someone is still interested in this topic I will just unsubscribe to the ticket. Let me know. EDIT: |
/cc @tanzhenyu Just in the case we want to have this migrated in the keypoints perimeter for the new keras-cv. |
TensorFlow Addons is transitioning to a minimal maintenance and release mode. New features will not be added to this repository. For more information, please see our public messaging on this decision: Please consider sending feature requests / contributions to other repositories in the TF community with a similar charters to TFA: |
Describe the feature and the current behavior/state.
Recover Spatial Soft-argmax from contrib + scale adaptive extension
Relevant information
Which API type would this fall under (layer, metric, optimizer, etc.)
layer
Who will benefit with this feature?
Any application that requires heatmap based keypoints/landmarks regression
Any other info.
The text was updated successfully, but these errors were encountered: