You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
Hi, I saw your work and wanted to examine it because it caught my attention. There was one thing that came to my mind during my review. As far as I understand, the affordance estimation network makes predictions in 2 separate channels for each affordance. One of the channels estimates the affordance probability and the other estimates the interaction probability. How do you make the final affordance estimate with these two estimates? I saw two different codes written for this.
Which one of these code snippets gives the final estimate? Or is there any other calculation strategy that you are using? And which threshold value did you use to convert estimation probability to estimated class value? Thank you in advance.