Skip to content

Commit

Permalink
docs: duo yolov5 fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Oct 16, 2024
1 parent 2c54536 commit d02b9e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Duo256M YOLOv5 代码位置:[sample_yolov5.cpp](https://github.com/milkv-duo/c
model_transform.py \
--model_name yolov5s \
--model_def yolov5s.onnx \
--input_shapes [[1,3,640640]] \
--input_shapes [[1,3,640,640]] \
--mean 0.0,0.0,0.0 \
--scale 0.0039216,0.0039216,0.0039216 \
--keep_aspect_ratio \
Expand Down

0 comments on commit d02b9e9

Please sign in to comment.