Skip to content

Commit

Permalink
Change yolov10 subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn committed Jun 27, 2024
1 parent a34cd4e commit e2777c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/yolo/yolov10_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(
model_path,
imgsz,
use_rvc2,
subtype="yolov8",
subtype="yolov10",
output_names=["output1_yolov10", "output2_yolov10", "output3_yolov10"],
)
self.load_model()
Expand Down

0 comments on commit e2777c6

Please sign in to comment.