Views
No views yet
| File | Description |
|---|---|
checkpoints/rpk/network.rpk | Compiled model for the IMX500 — load directly with picamera2 |
checkpoints/imx_out/packerOut.zip | Intermediate output from imxconv-pt (needed to re-run imx500-package) |
checkpoints/imx_out/dnnParams.xml | IMX500 network parameters |
checkpoints/PicoSAM3_student_epoch1.pt | PyTorch student checkpoint (distilled from SAM3) |
checkpoints/PicoSAM3_epoch1.pt | PyTorch supervised baseline |
1git clone https://github.com/pbonazzi/picosam3
2cd picosam3
3
4# Download network.rpk from this HuggingFace repo into checkpoints/rpk/
5huggingface-cli download pietrobonazzi/picosam3 \
6 checkpoints/rpk/network.rpk \
7 --local-dir .
8
9uv sync
10uv run python3 demo_imx500.pyr to reset, q to quit.