Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Jul 12, 2024
1 parent 44b6ca8 commit 7eee4c7
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 @@ -11,7 +11,7 @@
from boxmot.appearance.exporters.onnx_exporter import ONNXExporter
from boxmot.appearance.exporters.openvino_exporter import OpenVINOExporter
from boxmot.appearance.exporters.tflite_exporter import TFLiteExporter
from boxmot.appearance.exporters.engine_exporter import EngineExporter
from boxmot.appearance.exporters.tensorrt_exporter import EngineExporter

def parse_args():
parser = argparse.ArgumentParser(description="ReID export")
Expand Down

0 comments on commit 7eee4c7

Please sign in to comment.