deep-person-reid icon indicating copy to clipboard operation
deep-person-reid copied to clipboard

How to use pretrained model?

Open BurhanSabir opened this issue 3 years ago • 4 comments

As I have downloaded pre trained model... So what's next how can I pass image to model and it extract the features and output the bounding boxes I wasn't able to understand the complete flow...? Word or two on this matter will be appreciated

BurhanSabir avatar May 28 '21 13:05 BurhanSabir

set pre_trained and test_only as true

siyanhu avatar Aug 31 '21 12:08 siyanhu

How i can use osnet model for the bounding box purposes? Or simply putting how can I use osnet for detection?

BurhanSabir avatar Sep 04 '21 19:09 BurhanSabir

How i can use osnet model for the bounding box purposes? Or simply putting how can I use osnet for detection?

set the model path to your model (.pth)

siyanhu avatar Sep 17 '21 10:09 siyanhu

Osnet model doesn't perform detection. It is only use for Reidentification purposes....

BurhanSabir avatar Sep 17 '21 14:09 BurhanSabir