MRzzm / action-recognition-models-pytorch

The models of action recognition with pytorch
MIT License
208 stars 60 forks source link

Do you implement the P3D structure? #1

Open Practice-Machines opened 5 years ago

Practice-Machines commented 5 years ago

Have you implemented the P3D structure? When I was researching this network, I couldn't reach the accuracy mentioned in the article. I don't know if there is a problem with the pre-training data set or what optimization problem? Do you have research in this area? Hope to receive your reply.

MRzzm commented 5 years ago

Have you implemented the P3D structure? When I was researching this network, I couldn't reach the accuracy mentioned in the article. I don't know if there is a problem with the pre-training data set or what optimization problem? Do you have research in this area? Hope to receive your reply.

Hi,JianyuChenn. I have not trained p3d model from scratch on ucf101 or other dataset. If you just want to take p3d as one feature extractor, it would be better to download the kinetics pre-trained weight and finetune on your dataset. If you follow the origin paper, we can further disguss the training details in email.