This repository contains model weights for the SPAD for Vision project.
Models are organized by type:
dinov3/- DINOv3 model weightsflat_surface/- Flat surface detection modelsmaterial_detection_head/- Material detection head modelsmaterial_purity/- Material purity detection modelsspatiotemporal/- Spatiotemporal detection modelsyolov3/- YOLOv3 model weightsyolov8/- YOLOv8 model weights
Due to GitHub's file size limitations, the actual model files are hosted on Hugging Face Hub:
- Organization:
mvplus - Model repositories:
mvplus/dinov3,mvplus/flat_surface, etc.
Models can be downloaded from Hugging Face Hub using:
from huggingface_hub import snapshot_download
snapshot_download(repo_id="mvplus/dinov3", repo_type="model")Or via the Hugging Face CLI:
huggingface-cli download mvplus/dinov3