Testing inference of Onnx models using the Burn crate.
Test the conversion of provided models by setting the MODEL_FILE
environment variable:
MODEL_FILE=head-pose-estimation-adas-0001.onnx cargo build
MODEL_FILE=version-RFB-320.onnx cargo build
MODEL_FILE=version-RFB-640.onnx cargo build
head-pose-estimation-adas-0001 is an OpenVino model. It was converted to Onnx using the Python scripts found in openvino_to_onnx.
version-RFB-320.onnx and version-RFB-640.onnx are the same model base, with different image input sizes. Coming from the Ultra-lightweight face detection model.