Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
endless-ai
/
Feat2GS
like
9
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3c6fb1
Feat2GS
/
submodules
/
mast3r
/
docker
/
files
/
entrypoint.sh
faneggg
init
dc269e0
7 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
#!/bin/bash
set
-eux
DEVICE=
${DEVICE:-cuda}
MODEL=
${MODEL:-MASt3R_ViTLarge_BaseDecoder_512_dpt.pth}
exec
python3 demo.py --weights
"checkpoints/
$MODEL
"
--device
"
$DEVICE
"
--local_network
"
$@
"