Cysu / open-reid

Open source person re-identification library in python
https://cysu.github.io/open-reid/
MIT License
1.33k stars 349 forks source link

Train with only 1 camera in duke #85

Open djidje opened 5 years ago

djidje commented 5 years ago

Hi,

I want to train and test a model with only the images labeled c1 in dukemtmc (or in any other dataset). So I place in bounding_test, in bouding_train and in query corresponding images labeled c1 only. The problem is that when I try, I got the error message "No valid query" from the function mean_ap in ranking.py

Can anyone help me please ?

By the way it works if I have 2 cameras (like c1 and c2).

Thanks