Smart Dressing is an app based on yolov5 object detection algorithm that aims to detect clothing items.
- Install dependecies
- pip install -r requirements.txt
- 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
- Example