You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'd like to convert my trained yolov4-P6 model to darknet cfg + weights in order to run it via deepstream through Deepstream-YOLO, which currently does not support .pt models.
I've taken a look at #202 but it seems to relate only to regular size yolov4, since large models use .yaml files and there is no models.py script with a convert function in their branch.
How would one proceed to do this conversion?
The text was updated successfully, but these errors were encountered:
pabsan-0
changed the title
YOLOv4-P6 convert .pt to .weights
YOLOv4-P6 convert torch .pt to darknet .weights
Aug 24, 2022
Hello, I'd like to convert my trained yolov4-P6 model to darknet cfg + weights in order to run it via deepstream through Deepstream-YOLO, which currently does not support
.pt
models.I've taken a look at #202 but it seems to relate only to regular size yolov4, since large models use
.yaml
files and there is nomodels.py
script with a convert function in their branch.How would one proceed to do this conversion?
The text was updated successfully, but these errors were encountered: