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

Questions about reimplementing the experiments in your paper. #15

Open
rainylt opened this issue May 11, 2021 · 3 comments
Open

Questions about reimplementing the experiments in your paper. #15

rainylt opened this issue May 11, 2021 · 3 comments

Comments

@rainylt
Copy link

rainylt commented May 11, 2021

Thanks for your great contribution. I have read your paper, but have some questions about the experiments in Table 1.

  1. The replacement of the predicted results is only implemented in the inference process rather than training?

  2. How to replace the predicted classification score with its ground truth, In other words, how to assign labels to anchors when replacing? Is it the same way in FCOS, just assign the anchor to the gt box it's in?

@hyz-xmaster
Copy link
Owner

Hi @lt1103725556, thank you for interesting our paper. Please see this answer. If you still have problems after reading that, please let me know.

@rainylt
Copy link
Author

rainylt commented May 11, 2021

Hi @hyz-xmaster, thanks for your early reply. I have seen your answer. Although I haven't still grasped your code, I can have a shallow understanding that you use the training phase just for getting the corresponding ground truth easily, so setting the overall lr = 0.0 is ok?

@hyz-xmaster
Copy link
Owner

I think setting lr = 0.0 should probably work, although I haven't tried. Just have a go.

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

2 participants