ClothesDetection
No description available
Install / Use
/learn @maximenkooo/ClothesDetectionREADME
ClothesDetection with YOLO3 (Detection, Training, and Web deploy)

Installing
To install the dependencies, run
pip install -r requirements.txt
Prepare data
- Data preparation
Download the dataset from
git clone https://github.com/EscVM/OIDv4_ToolKit
- Install the required packages
cd OIDv4_ToolKit && pip3 install -r requirements.txt
- Use the ToolKit to download images for Object Detection
! cd OIDv4_ToolKit && python3 main.py downloader --classes Shorts Dress Coat Suit Skirt Jacket Jeans Swimwear --type_csv train --multiclasses 1 --limit 600
! cd OIDv4_ToolKit && python3 main.py downloader --classes Shorts Dress Coat Suit Skirt Jacket Jeans Swimwear --type_csv validation --multiclasses 1 --limit 300
- Convert dataset in comfortable format
! cd OIDv4_ToolKit && python3 convert_xml.py
- Generate anchors for your dataset (optional)
python gen_anchors.py -c config.json
Start the training process
- Start the training process
python train.py -c config.json
Perform detection using trained weights on image, set of images, video, or webcam
- It carries out detection on the image and write the image with detected bounding boxes to the output folder.
python predict.py -c config.json -i /path/to/image/or/video
- or Start the web app
python3 web_app.py

References
https://github.com/experiencor/keras-yolo3 - YOLOv3 model training.
Related Skills
node-connect
348.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
