-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add more baselines! #8
Comments
hi~ in your pre-trained models, the name of "aj_rgb_charades.pth", it means "aj_rgb_kinetics.pth" or a finetuning I3D model on Charades dataset |
Ah, good catch. The readme was misleading, updated now. aj_rgb_imagenet.pth is a model trained on imagenet+kinetics aj_rgb_charades.pth is the aj_rgb_imagenet.pth model further trained on Charades. If you need a model that starts from just an "inflated imagenet model" then you can use: This will inflate the pytorch resnet imagenet model and use it as a starting point. Best, |
I have another problem, when I test the aj_rgb_charades.pth model, the mAP is 24.8%. If I train just one epoch(lr 0.1), the mAP is 32.9%. And I notice that the scripts of funetuning I3D-Inception contains AVA dataset and something something dataset. For Charades, I don't know the hyper parameters. So I use the same settings as piergiaj, the learning rate is 0.1, after 100 epoch ,the learning rate is 0.01, training about 150 epoch. I find that the mAP of first epoch is 0.09%, is it right? Could your share your scripts and log of funtuning I3D-Inception on Charades. |
It's been while since I experimented with the i3d-inception models on Charades, since I mostly switched to ResNet50-I3D, except for trying to replicate the AVA baseline. One thing to keep in mind is that the AJ pretrained models assume that the images are normalized as 2img-1 instead of the usual rgb one, you should find that line commented out in the dataset script. the aj_ models are also not trained by me, so there may have been some secret sauce in training them, like multiple losses for the inception architecture. I do have a script from an older version of this repo that obtained
and model_050.txt:
Log file: https://www.dropbox.com/s/7uc7e32tz56jrgy/i3d12.txt?dl=0 Let me know if that helps, and definitely submit a pull request if you figure out how to improve the i3d-inception baseline. |
We need your help!
The text was updated successfully, but these errors were encountered: