KaiyangZhou / deep-person-reid

Torchreid: Deep learning person re-identification in PyTorch.
https://kaiyangzhou.github.io/deep-person-reid/
MIT License
4.33k stars 1.15k forks source link

Train for non-person Re-Identification? #565

Open rbccv opened 12 months ago

rbccv commented 12 months ago

Hi, I was wondering if I could use this code to train a model for use in DeepSORT with a class different than person. I want to train a model for Fish Reid and then use it iwith deepSORT. I already have a dataset for fish in a format similar to MOT17.

Can do this, what would I need to change to make it work?