jeffreyyihuang / two-stream-action-recognition

Using two stream architecture to implement a classic action recognition method on UCF101 dataset
MIT License
855 stars 252 forks source link

the problem of the pre-trained model #37

Closed Tylerjoe closed 6 years ago

Tylerjoe commented 6 years ago

I download the pre-trained model ( model_best.pth.tar), but it's damaged. So ,can I download the pre-trained model from other places? Thanks

jeffreyyihuang commented 6 years ago

Hi, I am curious about how you extract the pretrained model, since the correct way to load the pretrained model is via the function torch.load().

Maybe you could try this method! If it is still broken, please feel free to let me know!! I will try to re-upload it.

Jeffrey

Tylerjoe commented 6 years ago

@jeffreyhuang1 Sorry, I made a stupid mistake. There is nothing wrong with the pre-trained model. Thanks for your reply and patience

jeffreyyihuang commented 6 years ago

@Tylerjoe No problem :)