deep-person-reid
deep-person-reid copied to clipboard
what is the model of your original code?
Hello Mr.Zhou,
I have a massive thanks for create this great library and its document. I have some questions about this code.
I saw "resnet50" for model parameter in your code, If I want use your model (OSNET) what should I do? should I change the "resnet50" to "osnet_x1_0" ? or your pretrained weights calculates with OSNET? Maybe my problem is a low level question but I cant find out its answer
.
You may see the list of available models in __model_factory
in torchreid/models/__init__.py
, therefore the answer is YES: osnet_x1_0
is available.