Skip to content

Latest commit

 

History

History
executable file
·
25 lines (14 loc) · 931 Bytes

README.md

File metadata and controls

executable file
·
25 lines (14 loc) · 931 Bytes

Clothing detection using YOLOv3 architecture and DeepFashion2 dataset

Datasets

Models

Weights

All weights and config files are in https://drive.google.com/drive/folders/1jXZZc5pp2OJCtmQYelzDgPzyuraAdxXP?usp=sharing

Using

  • Clone this repository into your computer
  • Download weights and config files from the google drive link above and place it in the same folder as the cloned repository
  • Run new_image_demo.py to crop bounding boxes of images

All thanks to https://github.com/simaiden/Clothing-Detection, where we got the original trained model from!