hasanirtiza / Pedestron

[Pedestron] Generalizable Pedestrian Detection: The Elephant In The Room. @ CVPR2021
https://openaccess.thecvf.com/content/CVPR2021/papers/Hasan_Generalizable_Pedestrian_Detection_The_Elephant_in_the_Room_CVPR_2021_paper.pdf
Apache License 2.0
682 stars 159 forks source link

Test trained model in different dataset #132

Closed 123dddd closed 2 years ago

123dddd commented 2 years ago

Hi, I trained the HTC model on the training set of the cityperson dataset, and now I want to evaluated it on the validation set of the eurocity persons dataset to have a look on the generalization of the model. Is it possible to do so? Thanks.

hasanirtiza commented 2 years ago

Of course, yes. Please have a look at the readme.md file on how to test on the ECP. All you have to do is provide the path. This command should work python ./tools/test_euroCity.py configs/elephant/eurocity/cascade_hrnet.py ./models_pretrained/epoch_ 1 2 --mean_teacher

for models_pretrained provide you model folder.