LCFractal / AIC21-MTMC

🏆The 1st place solution of track3 (City-Scale Multi-Camera Vehicle Tracking) in the NVIDIA AI City Challenge at CVPR 2021 Workshop.
MIT License
128 stars 35 forks source link

The meaning of paramaters #3

Closed dongxuemin666 closed 3 years ago

dongxuemin666 commented 3 years ago

Congratulations.

I am reproducing our excellent work, could you please explain the meaning of parameters in configuration file.

Thanks a lot

LCFractal commented 3 years ago

You should modify the path of CHALLENGE_DATA_DIR, DATA_DIR, ROI_DIR and CID_BIAS_DIR to adapt to the path of the data set in your environment

dongxuemin666 commented 3 years ago

Still, could you please introduce more about them, I still don't know what does they mean? Because I am a freshman in this area.

dongxuemin666 commented 3 years ago

I really suggest you introducing more about how to run the pipeline, not everyone is so familiar of this project as you.

LCFractal commented 3 years ago

First you need to prepare the data and model, and then modify the path in the configuration file (*.yml) to adapt to the real path(/home/xxx/AIC21-MTMC). The pipeline of the project has been written into run_all.sh.

LCFractal commented 3 years ago

The other parameters are the hyperparameters of the model and do not need to be modified for reproduction. If you want to know more parameter details, please refer to the source code.

dongxuemin666 commented 3 years ago

Your description of pipeline running is a just a repeat of Readme, and hyperparameters are not my concern, your answer has nothing to do with what I asked. The thing is that you didn't introduce the meaning of parameters, so I had to guess by myself and get some clues from source code, which is time consuming. Anyway, thanks for you reply