Views
No views yet
user-4U-GPU-Server) for VGGT-style geometry guidance smoke tests.repos/vggt: official VGGT code, editable-installed in .venv.repos/GeometryForcing: reference code for VGGT feature-alignment style video geometry guidance.repos/fantasy-world: reference code for VGGT-style geometry branch + video backbone design.weights/facebook--VGGT-1B: downloaded facebook/VGGT-1B pretrained weights..venv: uv virtual environment with PyTorch 2.3.1+cu121 and VGGT installed.uv_python/cpython-3.10.20-linux-x86_64-gnu: uv-managed CPython runtime copy, included because .venv/bin/python is an absolute symlink on the source machine.data_views/smoke_uav: relative symlinks to the read-only source dataset mirror location.scripts/smoke_vggt.py: smoke script for local VGGT inference.outputs/smoke_vggt: smoke outputs: camera extrinsics/intrinsics, depth, confidence, and summary.1export HF_HOME=weights/hf_home
2.venv/bin/python scripts/smoke_vggt.py \
3 --image-dir data_views/smoke_uav \
4 --out-dir outputs/smoke_vggt \
5 --max-images 4 \
6 --device cuda:0 \
7 --model-path weights/facebook--VGGT-1B2.3.1+cu1212025-03-27_16-37-55_log[1, 4, 3, 4][1, 4, 3, 3][1, 4, 518, 518, 1]1export HF_TOKEN=<token>
2export HTTPS_PROXY=http://10.130.159.169:7890
3export HTTP_PROXY=http://10.130.159.169:7890
4export ALL_PROXY=http://10.130.159.169:7890
5scripts/retry_upload_to_hf.sh