Skip to content

archana1998/Clothing-Detection

 
 

Repository files navigation

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!