Brummi / MonoRec

Official implementation of the paper: MonoRec: Semi-Supervised Dense Reconstruction in Dynamic Environments from a Single Moving Camera (CVPR 2021)
MIT License
587 stars 85 forks source link

FileNotFoundError #11

Closed zoey-phys closed 3 years ago

zoey-phys commented 3 years ago

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'

Brummi commented 3 years ago

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!

Brummi commented 3 years ago

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.

Brummi commented 3 years ago

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

zoey-phys commented 3 years ago

Thank you so much ~