svip-lab / HRNet-for-Fashion-Landmark-Estimation.PyTorch

[DeepFashion2 Challenge] Fashion Landmark Estimation with HRNet
MIT License
129 stars 22 forks source link

Bbox detector model missing #11

Closed physxP closed 2 years ago

physxP commented 2 years ago

I am aiming to create an inference pipeline for images in the wild. One of the problem that I am facing is to detect bboxs. Can you please upload the model and code for your detector? Otherwise there's also this repo that I found that can be used for this purpose: https://github.com/archana1998/Clothing-Detection

ShenhanQian commented 2 years ago

You can try this repo to detect clothes. Note that model checkpoints are provided there.

physxP commented 2 years ago

Many thanks! It would be great if this were also mentioned in the README.