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

what is the model of your original code?

Open shayan-aqabarary opened this issue 2 years ago • 1 comments

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 Screenshot-(19) .

shayan-aqabarary avatar May 15 '22 17:05 shayan-aqabarary

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.

Pandede avatar Jun 09 '22 13:06 Pandede