Brummi / MonoRec

Official implementation of the paper: MonoRec: Semi-Supervised Dense Reconstruction in Dynamic Environments from a Single Moving Camera (CVPR 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileNotFoundError

zhowying opened this issue · comments

Run "python train_monorec.py --config configs/train/monorec/monorec_mask.json --options stereo"

File "/home/user/monorec/MonoRec-main-test/data_loader/kitti_odometry_dataset.py", line 67, in init
with open(self.dataset_dir / "sequences" / sequence / (index_mask_name + ".json")) as f:
FileNotFoundError: [Errno 2] No such file or directory: '../data/dataset/sequences/01/index_mask.json'

Oh, thank you very much for pointing this out!
This is indeed a part of the data I forgot to upload.

Will do this in a few hours!
Thanks again!

index_masks.zip

For now, these are the files required, so that you can start the training. You can simply unpack them in the dataset directory (just like the other zip files).

Will properly upload it to the website soon.

The files have now been uploaded to the official website and there is a link to them in the ReadMe.

Thank you so much ~