Realcat
add: GIM (https://github.com/xuelunshen/gim)
4d4dd90
raw
history blame contribute delete
No virus
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 "$@"