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

question about pred_bboxes.detach() in DynamicHead.forward() #81

Open
burningisnaive opened this issue Apr 20, 2021 · 2 comments
Open

Comments

@burningisnaive
Copy link

In the forward method of DynamicHeadm, pred_bboxes are detached from graph before being used as input of next iteration, but proposal_features are kept. Why not just detach both or keep both at the same time?

@PeizeSun
Copy link
Owner

Hi~
We tried detach both, keep both, detach one and keep another, current version is the setting with best result.

@burningisnaive
Copy link
Author

Thanks for your reply

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