Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qitaoz
/
SparseAGS
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b3d870
SparseAGS
/
dust3r
/
docker
/
files
/
entrypoint.sh
qitaoz
init commit
aab1f32
verified
5 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
#!/bin/bash
set
-eux
DEVICE=
${DEVICE:-cuda}
MODEL=
${MODEL:-DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth}
exec
python3 demo.py --weights
"checkpoints/
$MODEL
"
--device
"
$DEVICE
"
--local_network
"
$@
"