whc commited on
Commit
cdd2449
·
verified ·
1 Parent(s): b97e541

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -26,6 +26,7 @@ We use two types of ground-truth formats. The first is colmap `.bin` output.
26
  Secondly, for datasets whose ground truths come in non-standard format, we verify and convert them to a white-box json file each containing a list of `{fname: str, c2w: list[float]}`.
27
  The `c2w` matrix is in OpenCV convention.
28
 
 
29
 
30
 
31
 
 
26
  Secondly, for datasets whose ground truths come in non-standard format, we verify and convert them to a white-box json file each containing a list of `{fname: str, c2w: list[float]}`.
27
  The `c2w` matrix is in OpenCV convention.
28
 
29
+ We have added our gt convertion script `convert_gt.py` to this repo as a reference.
30
 
31
 
32