hi,
Thanks for releasing this great work. I am working on reproducing the results on RealEstate10k dataset and met two problems:
- I downloaded the RealEstate10K using this link: https://google.github.io/realestate10k/download.html. It turned out that there is no
train/val split, and I only saw train subfolder there. Can you verify this?
- It seems the script to generate f'{split}.mat' is missing, can you also provide this?
|
pose_file = Path(pose_root) / f"{stage}.mat" |
,
Best,
Shengyu
hi,
Thanks for releasing this great work. I am working on reproducing the results on RealEstate10k dataset and met two problems:
train/valsplit, and I only sawtrainsubfolder there. Can you verify this?DFM/data_io/realestate10k.py
Line 95 in 862e9b3
Best,
Shengyu