Views
No views yet
1git clone https://github.com/cvlab-kaist/GLD.git
2cd GLD
3conda env create -f environment.yml
4conda activate gld
5
6# Download all checkpoints
7python -c "from huggingface_hub import snapshot_download; snapshot_download('SeonghuJeon/GLD', local_dir='.')"
8
9# Run demo
10./run_demo.sh da3| File | Description | Size |
|---|---|---|
checkpoints/da3_level1.pt | DA3 Level-1 diffusion | 3.0G |
checkpoints/da3_cascade.pt | DA3 Cascade (L1→L0) | 1.8G |
checkpoints/vggt_level1.pt | VGGT Level-1 diffusion | 3.1G |
checkpoints/vggt_cascade.pt | VGGT Cascade (L1→L0) | 3.1G |
pretrained_models/da3/model.safetensors | DA3-Base encoder | 0.5G |
pretrained_models/da3/dpt_decoder.pt | DPT decoder (depth + geometry) | 0.4G |
pretrained_models/mae_decoder.pt | DA3 MAE decoder (RGB) | 1.6G |
pretrained_models/vggt/mae_decoder.pt | VGGT MAE decoder (RGB) | 1.6G |
1@article{jang2026gld,
2 title={Repurposing Geometric Foundation Models for Multi-view Diffusion},
3 author={Jang, Wooseok and Jeon, Seonghu and Han, Jisang and Choi, Jinhyeok and Kwon, Minkyung and Kim, Seungryong and Xie, Saining and Liu, Sainan},
4 journal={arXiv preprint arXiv:2603.22275},
5 year={2026}
6}