Open BaranYucecengiz opened 7 months ago
Hi @BaranYucecengiz Yes. You can combine the reID with tracking algorithm. reID is to extract feature.
For instance, you could use human detector first and use the pretrained model in our repo to extract feature.
Okay thanks !
One more question. How can i use pretrained model with existing scripts ? I want to extract features frame by frame with pretrained model in real time as you mentioned. Does extract_feature func in test.py script work ?
Hi @BaranYucecengiz
You may just forward once as in the test.py.
Pls remember to use Yolo or SSD to detect person first.
I want to track same person in different cameras. Is such work possible ?