Skip to content

Commit

Permalink
$((CLASSES+5))
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored Oct 4, 2023
1 parent 6d06b97 commit 38c1ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 307_YOLOv7/post_process_gen_tools/convert_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ sio4onnx \
--input_onnx_file_path 12_nms_${MODEL_NAME}_${BOXES}_batch.onnx \
--output_onnx_file_path 12_nms_${MODEL_NAME}_${BOXES}_batch.onnx \
--input_names "predictions" \
--input_shapes "batch" ${BOXES} 85 \
--input_shapes "batch" ${BOXES} $((CLASSES+5)) \
--output_names "x1y1x2y2" \
--output_names "workaround_mul_out" \
--output_shapes "batch" ${BOXES} 4 \
Expand Down

0 comments on commit 38c1ed5

Please sign in to comment.