AsuradaYuci / understand_videobased_reid

关于video_reid代码的注释,原始代码地址
https://github.com/jiyanggao/Video-Person-ReID
52 stars 11 forks source link

About train the model #8

Closed liuzheng081 closed 5 years ago

liuzheng081 commented 5 years ago

Hi, I learn from you project, and I can see the steps is: 1-----> I download the Mars data, 2-----> run the main_video_person_reid.py with pre_trained model----resnet-50-kinetic.pth 3-----> get the trained model to run test.py of course change some path in the code.

Am I right?

AsuradaYuci commented 5 years ago

@liuzheng081 yes,and 'resnet-50-kinetic.pth' is used for resnet3d network.