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:
python reid_export.py --weights /path/to/your/model.pt --include torchscript, onnx, ,openvino, engine
This script takes in a PT model and converts it the selected frameworks.
We are currently working on TFLite export