Skip to content

one-click-studio/burn-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burn

Testing inference of Onnx models using the Burn crate.

Usage

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

Models sources

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published