Skip to content

Commit

Permalink
fix onnx inference
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed Jan 12, 2024
1 parent 70e1ccd commit c7796c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxmot/appearance/reid_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def export_onnx(model, im, file, opset, dynamic, fp16, simplify):
# ONNX export
try:
# required by onnx2tf
__tr.check_packages(("onnx==1.14.0",))
__tr.check_packages(("onnx==1.15.0",))
import onnx

f = file.with_suffix(".onnx")
Expand Down

0 comments on commit c7796c8

Please sign in to comment.