Commit History

Update GitHub URL to UVA-Computer-Vision-Lab/sab-3r
f55f276
Running
verified

Xuweiyi commited on

Keep upsampler on CPU on HF Spaces (fixes text-query _cuda_init crash) β€” verified locally
7eb2da1
verified

Xuweiyi commited on

ZeroGPU: patch cached device descriptors (working_device) to CPU after roundtrip β€” verified locally
a0a5586
verified

Xuweiyi commited on

ZeroGPU: force return value to CPU via torch.save/load roundtrip
04e4c27
verified

Xuweiyi commited on

ZeroGPU: move tensors to CPU on return; drop @GPU from post-processing; harden SparseGAState.__del__
fbd8d1d
verified

Xuweiyi commited on

Move SAB3R model to module-level singleton for ZeroGPU (fixes CPU/CUDA weight mismatch on worker)
6e89858
verified

Xuweiyi commited on

Make transpose_to_landscape picklable for ZeroGPU (closures -> __call__ classes)
ce2af14
verified

Xuweiyi commited on

Import spaces before torch (ZeroGPU init order requirement)
913e2b1
verified

Xuweiyi commited on

Fix CLIP BPE vocab download: derive path without importing the broken maskclip package
bdd33d0
verified

Xuweiyi commited on

Download CLIP BPE vocab file missing from FeatUp package
cad1676
verified

Xuweiyi commited on

Bump Gradio SDK to 5.33.0 (gradio 4.44.1 imports HfFolder which is gone from huggingface_hub>=1.0)
209b97f
verified

Xuweiyi commited on

Set TORCH_CUDA_ARCH_LIST=7.5;8.0;8.6;8.9;9.0 for FeatUp runtime install (no GPU visible at app startup on ZeroGPU)
2526b1c
verified

Xuweiyi commited on

Move FeatUp install to runtime (app.py); drop git+ line from requirements.txt
71a49b4
verified

Xuweiyi commited on

Drop --no-build-isolation from requirements.txt (pip doesn't support it there); rely on PIP_NO_BUILD_ISOLATION=1 Space variable
b009cf9
verified

Xuweiyi commited on

Fix FeatUp install: use --no-build-isolation so setup.py sees pre-installed torch
c4f0eae
verified

Xuweiyi commited on

Reorganize: demo lives in demo/ in the GitHub repo; at Space root we keep app.py+demo.py next to mast3r/ and dust3r/
773ae1a
verified

Xuweiyi commited on

Add ZeroGPU support (@spaces.GPU decorators)
3de97b3
verified

Xuweiyi commited on

Make demo device-adaptive (cuda if available, else cpu)
da1150c
verified

Xuweiyi commited on

Remove RoPE CUDA build artifacts (rebuilt on startup)
7ad779a
verified

Xuweiyi commited on

Initial SAB3R demo release
c7b663e
verified

Xuweiyi commited on

initial commit
4c3c562
verified

Xuweiyi commited on