Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
🔥 Update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Mar 24, 2023
1 parent 38e4dcd commit a910031
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,13 @@ python train.py --data coco128.yaml --epochs 300 --weights yolov5m6 --cfg yolov5
```

</div>
</details>
</details>

----

# Training for Logo Detection & Segmentation

```shell
python train.py --data FlickrLogos-v2.yaml --epochs 300 --weights yolov5n --cfg yolov5n.yaml --batch-size 32
python segment/train.py --data LogoRec.yaml --epochs 300 --weights yolov5n-seg.pt --batch-size 32
```

0 comments on commit a910031

Please sign in to comment.