romav2_web / .gitkeep
opsiclear-admin's picture
Add ONNX models for web demo (based on https://github.com/Parskatt/RoMaV2)
8b5333a verified
# ONNX Model Files
This directory should contain the exported FP16 ONNX models.
To generate them, run from the RoMaV2 root directory:
uv run python web_demo/scripts/export_web_models.py
Expected files:
- dinov3_turbo_fp16.onnx
- matcher_turbo_fp16.onnx
- dinov3_fast_fp16.onnx
- matcher_fast_fp16.onnx
- dinov3_base_fp16.onnx
- matcher_base_fp16.onnx