Sharp-onnx / inference_onnx.py

Commit History

Update framework to ONNX Runtime (FP32/FP16), remove Apple dependencies, add validation script for ONNX conversion with FP32-preserving ops, fix FP16 precision issues, update inference CLI with depth exaggeration, rename docs, and enable LFS support.
5cd2df6

Kyle Pearson commited on

Refactor FP16 quantization using ONNX-native methods, update tolerance configs for depth/quaternions/colors, add FP32-preserving op block list, fix calibration workflow, enhance validation with FP16/FP32 distinction, optimize inference with external data support.
983298e

Kyle Pearson commited on

Fix precision tolerances, remove legacy FP16 logic, update data handling, standardize execution provider
1dd5974

Kyle Pearson commited on

Add precision constraints for ops like Resize/Gather, optimize FP16 casting with onnxoptimizer fallback, implement dynamic cast helpers, update CoreML provider priority, improve mixed-float error handling
3d9c899

Kyle Pearson commited on

inference script
2cda5f8

Kyle Pearson commited on