Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed Jan 12, 2024
1 parent 1ebfcb3 commit b916741
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
from boxmot.appearance.reid_model_factory import (get_model_name,
load_pretrained_weights)
from boxmot.utils import WEIGHTS
from boxmot.utils.checks import TestRequirements

__tr = TestRequirements()

PT_WEIGHTS = WEIGHTS / 'osnet_x0_25_msmt17.pt'
ONNX_WEIGHTS = WEIGHTS / 'osnet_x0_25_msmt17.onnx'
Expand Down Expand Up @@ -38,7 +35,6 @@ def test_export_torchscript():


def test_export_onnx():
__tr.check_packages(("onnx==1.15.0",))
f = export_onnx(
model=model,
im=im,
Expand Down

0 comments on commit b916741

Please sign in to comment.