Exercise yolov5 using taekwon data sample in AIHub
git clone https://github.com/ultralytics/yolov5 # clone
cd yolov5
pip install -r requirements.txt # install
I got ordered only use male samples.
So extract them from raw samples. Extract male
python train.py --img 640 --batch 16 --epochs 3 --data taekwon.yaml --weights yolov5s.pt