HugMinjun commited on
Commit
f3c753b
·
verified ·
1 Parent(s): 86d71ca

Note mirrored DepthSplat checkpoint (MIT)

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -41,3 +41,12 @@ python demo.py --data_path <benchmarkset>/dl3dv10 --num_inputs 3 \
41
  --gs_adapter_weight_path pretrained_weights/eccv_gattn \
42
  --lrm_model_name vggt_iv --H=384 --W=384 --version=1.0
43
  ```
 
 
 
 
 
 
 
 
 
 
41
  --gs_adapter_weight_path pretrained_weights/eccv_gattn \
42
  --lrm_model_name vggt_iv --H=384 --W=384 --version=1.0
43
  ```
44
+
45
+ ## Mirrored third-party checkpoint
46
+
47
+ `third_party/depthsplat-gs-base-re10kdl3dv-448x768-randview2-6-f40abc4f.pth` is
48
+ redistributed from [DepthSplat](https://github.com/cvg/depthsplat)
49
+ (MIT License, © 2024 Haofei Xu). It is the checkpoint used for the paper's
50
+ experiments; upstream has since replaced it with a retrained file
51
+ (`f8ddd845`) that measurably changes results, so the original is mirrored here
52
+ for reproducibility. Its MIT license governs that file.