Skip to content
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

Auxiliary points confidence and offset prediction #19

Open
Indraa145 opened this issue Nov 14, 2024 · 0 comments
Open

Auxiliary points confidence and offset prediction #19

Indraa145 opened this issue Nov 14, 2024 · 0 comments

Comments

@Indraa145
Copy link

Indraa145 commented Nov 14, 2024

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:

  1. For the auxiliary points, did you use the same classification and regression head you used to predict proposal point confidence and offset?
  2. 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?
  3. 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?
  4. Or perhaps did you use another way? If so, can you please share it?

Thank you for your time, I really appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant