Skip to content

Commit

Permalink
Fix dynamic bug
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-Mu authored and Chilicyy committed Oct 12, 2022
1 parent 397d0aa commit 58713d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ONNX/export_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'images' :{
0:'batch',
},}
if args.end2end and not args.ort:
if args.end2end:
output_axes = {
'num_dets': {0: 'batch'},
'det_boxes': {0: 'batch'},
Expand Down

0 comments on commit 58713d4

Please sign in to comment.