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

Why your model has such impressive performance? #57

Open
mlii0117 opened this issue Dec 6, 2019 · 4 comments
Open

Why your model has such impressive performance? #57

mlii0117 opened this issue Dec 6, 2019 · 4 comments

Comments

@mlii0117
Copy link

mlii0117 commented Dec 6, 2019

I downloaded your trained model (C3D on THMOUS14) and tested, I got mAP 37 for threshold 0.5. It is higher than SOTA. But I noticed that the Len(dataloader) is 8355, which should be 13000+. Could you share more training details? Really appreciate for that

@mlii0117
Copy link
Author

mlii0117 commented Dec 7, 2019

Well, I understood why it was 6855, but still be confused to the THUMOS14 performance.

@jafar-pivotchain
Copy link

Hi Draven, I am trying to run this code for the CPU by customizing it a little. I am however facing some issues in the roi_temporal_pooling module. While running this block my code is unable to find the file roi_temporal_pool in the R-C3D.pytorch/lib/model/roi_temporal_pooling/_ext/roi_temporal_pooling folder. there just has a init.py file which imports this from ._roi_temporal_pooling import lib as _lib, ffi as _ffi. I am stuck on this error
ModuleNotFoundError: No module named 'model.roi_temporal_pooling._ext.roi_temporal_pooling._roi_temporal_pooling'. I see you have successfully run the code. It would be great if you share the same with me.

@mlii0117
Copy link
Author

mlii0117 commented Dec 9, 2019 via email

@qinguoyi
Copy link

hi, the reason was mentioned in author's master's thesis.
The author thought it was mainly due to the adoption of better hyperparameters and the difference between framework execution, Pytorch vs Caffe.

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

3 participants