Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 680 Bytes

t-l-charg

About

Smart Dressing is an app based on yolov5 object detection algorithm that aims to detect clothing items.

Getting Started

  1. Install dependecies
  • pip install -r requirements.txt
  1. run the script
  • python detect.py --source 0 --weights runs/train/yolo_clothing_det/weights/best.pt --conf 0.25 --name yolo_clothing_det
  • change the source parameter depending on the source needed image,video or webcam
  1. Example

test