pjl1995 / CTracker

Other
247 stars 47 forks source link

About CSV file #19

Closed KevinKai-0717 closed 3 years ago

KevinKai-0717 commented 3 years ago

First of all, thank you very much for your open source work!I want to know how to generate CSV files for other datasets other than MOT17?

pjl1995 commented 3 years ago

You can convert the data format of other datasets into CTracker's CSV format.

KevinKai-0717 commented 3 years ago

You can convert the data format of other datasets into CTracker's CSV format. Thank you for your reply! Can you provide the code to convert the MOTChallenge dataset format into a CSV file?

pjl1995 commented 3 years ago

Sorry that I have not organize it, because this script is not complex and the conversion of different databases is different.

KevinKai-0717 commented 3 years ago

thank you for your reply! I would like to ask whether the model is directly loaded with ResNet50 weights and trained on the MOT17 training set?

pjl1995 commented 3 years ago

Yes