Views
No views yet
pytorch_model.pth (full PyTorch state dict, ~11.7 GB)1from huggingface_hub import snapshot_download
2ckpt_dir = snapshot_download(repo_id="amolharsh/Ground3D-LMM-4B-3D")
3# checkpoint at: f"{ckpt_dir}/pytorch_model.pth"1CKPT="$(huggingface-cli download amolharsh/Ground3D-LMM-4B-3D --quiet)/pytorch_model.pth"
2PYTHONPATH=. python tools/test.py configs/ground3dlmm_eval_ground3d_scannet.py "$CKPT" --work-dir work_dirs/quickstart