Closed bernard0047 closed 1 week ago
Hello, and thanks for your interest!
I don't know exactly how long it might take to train on a single GPU. I don't remember it taking longer than a day or so, but according to our configs I think we trained on 2 GPUs for 110000 steps; if you can figure out how long a single step takes on an A100 you can multiply up from there.
I don't see any reason why you couldn't train on other datasets. However, they would need to have appropriate labels. Note also that our method relies on being able to reconstruct good geometry, so if the depth estimation network can't predict good enough depths then you won't be able to make a good enough mesh of the scene and then the RANSAC step will probably fail.
Thanks for the amazing work!
I have a couple of questions about training:
Thanks!