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
Hello, thank you for the great work. I see that the training code is incomplete, so I'm trying to implement it and have a few questions regarding auxiliary points confidence and offset prediction:
For the auxiliary points, did you use the same classification and regression head you used to predict proposal point confidence and offset?
If yes, how did you do this? Did you increase the number of point to be predicted in the classification and regression head? Or did you feed the network twice? Once for point proposal prediction, and once for auxiliary points prediction?
If no, did you perhaps use a separate regression & classification branch for auxiliary points, which is used only for training? During testing these separate branch is discarded then? But if so, then what's the use of it? To help supervise the Encoder and IFI decoder?
Or perhaps did you use another way? If so, can you please share it?
Thank you for your time, I really appreciate it.
The text was updated successfully, but these errors were encountered:
Hello, thank you for the great work. I see that the training code is incomplete, so I'm trying to implement it and have a few questions regarding auxiliary points confidence and offset prediction:
Thank you for your time, I really appreciate it.
The text was updated successfully, but these errors were encountered: