layumi / AICIty-reID-2020

:red_car: The 1st Place Submission to AICity Challenge 2020 re-id track (Baidu-UTS submission)
MIT License
449 stars 110 forks source link

camera-aware model #35

Open vokhidovhusan opened 3 years ago

vokhidovhusan commented 3 years ago

Hello @layumi @miraclebiu. Thank you for work once more. I have a question about training camera-aware model. There is nothing said about in the README. Could you please give me some guidance if possible? I would like to know how to train and how to implement it.

Thank you a lot

layumi commented 3 years ago

You may run prepare_cam2020.py to prepare your data, which will put the images of the same camera in one subfolder. Then you can run the classification model to train the camer-aware model, which discriminate the image from different cameras.

vokhidovhusan commented 3 years ago

You may run prepare_cam2020.py to prepare your data, which will put the images of the same camera in one subfolder. Then you can run the classification model to train the camer-aware model, which discriminate the image from different cameras.

太感谢了