jfzhang95 / pytorch-video-recognition

PyTorch implemented C3D, R3D, R2Plus1D models for video activity recognition.
MIT License
1.18k stars 250 forks source link

Pre-trained model not downloading because login required #8

Closed milestonezero closed 5 years ago

milestonezero commented 5 years ago

Can you please send me any other link of your pre-trained model. Because i am not in china and i can't login to baidu App. Thanks

jfzhang95 commented 5 years ago

Hi, Thank you for your interest in this code. Pretrained model could be found in Goole Drive now.

milestonezero commented 5 years ago

Thank You so much.

milestonezero commented 5 years ago

Hi, I am trying to test the model with your pre-trained weights but it gives me error if static_dict of checkpoint. Actually it is trying to reload the checkpoint which is .tar file. can you just send me test.py file so that i can directly test it on any video if possible. i will be very thank full. I am trying to understand the whole code but there are few limitation of resources in my end and i am trying to use GCP or AWS for training from scratch.

Best Regards

jfzhang95 commented 5 years ago

Sorry, I do not have fully trained models currently. Previous trained models were save on another computer which I cannot reach now. So I suggest you train these models by yourself.