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

Classfication and Box Regression based on RoI Pooling and RoI tracking ? #12

Open
sharma-n opened this issue Feb 18, 2021 · 0 comments
Open

Comments

@sharma-n
Copy link

Hi @Feynman27 ,
Thanks for the effort of translating Detect to Track to pytorch!

I was wondering whether to predict the classification and box regression of the frame t, you use only the RoI poolings from frame t? I think in the paper it appears that they combine all the RoI pooling output from both time t and t+tau, and also the RoI Tracking output. However, in the RFCN code (Line 108) it seems that you calculate the classification and regression from just the output of one leg of the network.

Have I understood something wrong? Thanks!

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