Add YOLOv6 support
This commit is contained in:
@@ -46,6 +46,12 @@ Generate the `cfg` and `wts` files (example for YOLOv5s)
|
||||
python3 gen_wts_yoloV5.py -w yolov5s.pt
|
||||
```
|
||||
|
||||
**NOTE**: To convert a P6 model
|
||||
|
||||
```
|
||||
--p6
|
||||
```
|
||||
|
||||
**NOTE**: To change the inference size (defaut: 640)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user