KaiyangZhou / deep-person-reid

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

Attribute recognition #428

Open zvif opened 3 years ago

zvif commented 3 years ago

Hi,

  1. Is there a pre-trained model I could use (results on PA-100K as in the article?)
  2. I would like to use the model in OpenVino. Is it straight forward to convert the model output to the OpenVino format? Thanks
abhigoku10 commented 3 years ago

@zvif any updates on this thread ?? did u get the pretrained model

zvif commented 3 years ago

I didn't get a pre-trained model (I thought that this code is the basis to the provided OpenVino model) I did manage to train a model using the PA-100K with the attribute_recognition project (results similar to article) and I converted to OpenVino format (with the same results)