michuanhaohao / AlignedReID

Alignedreid++: Dynamically Matching Local Information for Person Re-Identification.
MIT License
401 stars 114 forks source link

Program code learning and running problems #7

Closed jixiedy closed 6 years ago

jixiedy commented 6 years ago

Hello, I have two questions about your program: First, as a beginner, I can't understand your program code very well. Can you give me some advice ? Second, I want to use other dataset for training. What files and parameters should I modify? Sincerely hope to get your answer, thank you!

michuanhaohao commented 6 years ago

The main file is train_alignedreid.py, so reading this file firstly and its called functions may be helpful.

Please modify the data_manager.py and write a new 'class' like 'Class Market1501'.

michuanhaohao commented 6 years ago

Solved