File size: 463 Bytes
b4bedeb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # DetectiveSAMv2 Checkpoints
The Hugging Face bundle ships the v2 `.pth` checkpoint file.
The full runnable bundle is hosted on Hugging Face:
- https://huggingface.co/Gertlek/DetectiveSAMv2
To run inference from a lightweight checkout, download this file from Hugging Face into this directory:
- `detective_sam_v2.pth`
The small YAML sidecar in this directory is kept in Git so the `detective_sam_v2` alias resolves once the `.pth` file is present locally.
|