Open Hemilibeatriz opened 2 months ago
The embedder argument for DeepSort is supposed to be a string chosen from 'mobilenet', 'torchreid', 'clip_RN50', 'clip_RN101', 'clip_RN50x4', 'clip_RN50x16', 'clip_ViT-B/32' and 'clip_ViT-B/16'. If you have your own embedder you wish to use you'll have to construct using DeepSort(..., embedder = None, ...)
and then provide your own embeds to tracker.update_tracks()
.
Hi! Thanks for this great repo!
Can you or anyone explain me how can i change the default embedder model in this code:
I made
But i got
And i have this model installed