Brummi / MonoRec

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

train "monorec_depth_ref" problem #12

Closed zoey-phys closed 3 years ago

zoey-phys commented 3 years ago

Question 1:

Question 2:

Brummi commented 3 years ago

Hi, sorry for taking so long to reply! (Have to submit my MSc thesis in a few days) I ran into a similar issue at some point, but for me the problem was that my data loaders got stuck and were not able to return data anymore. I would assume that you have a similar issue. Could you maybe try out a different number of workers for the data loader and let me know how it goes?

Brummi commented 3 years ago

Regarding your previous quesitons: The poses data should be in {}/poses_dso/*.txt

We used 12GB Titan Xs for training, and also tested it on 24GBs GPUs

zoey-phys commented 3 years ago

Congratulations on your graduation. Thank you so much, I understand those two problems. If I want to train the indoor scenes, is there a suitable dataset?

nynyg commented 3 years ago

The ScanNet (http://www.scan-net.org/) dataset is a quite popular dataset for real indoor scenes. For the synthetic dataset, you may want to check the Replica dataset (https://github.com/facebookresearch/Replica-Dataset).