pytorch-detect-to-track icon indicating copy to clipboard operation
pytorch-detect-to-track copied to clipboard

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

Open sharma-n opened this issue 3 years ago • 0 comments

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!

sharma-n avatar Feb 18 '21 06:02 sharma-n