We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Exporting your ReID models to TorchScript, ONNX, OpenVINO and TensorRT is as simple as:
python3 boxmot/appearance/reid_export.py --include torchscript onnx openvino engine --device 0 --batch-size <max_num_expected_objects> --dynamic
This script takes in a PT model and converts it the selected frameworks.