dapengchen123 / video_reid

We plan to release our code in CVPR 2018 "Video Person Re-identification with Competitive Snippet-similarity Aggregation and Co-attentive Snippet Embedding"
41 stars 13 forks source link

how to get Farneback.tar? #9

Closed 695874419 closed 5 years ago

695874419 commented 5 years ago

RuntimeError: Downloaded file missing! i have download iLIDS-VID.tar , but i don't know how to get Farneback.tar

AsuradaYuci commented 5 years ago

@695874419 You can find it in the README.md, it‘s in the google drive https://drive.google.com/open?id=1u9jMd9wmmW25fAKGTRWg6pPRJtemcp4v .

695874419 commented 5 years ago

Tthe file i have already download , File name is 'epicflow_ilidsvid.tar', Should i change this file name to 'Farneback.tar'?

AsuradaYuci commented 5 years ago

@695874419 Yes,or you can change the code in reid/dataset/ilidsvidsequence.py line 13 =>from"flowname = 'Farneback'" to 'flowname = epicflow_ilidsvid'

695874419 commented 5 years ago

It's working,thank you very much.