MonoDepth-PyTorch
MonoDepth-PyTorch copied to clipboard
Unofficial implementation of Unsupervised Monocular Depth Estimation neural network MonoDepth in PyTorch
Hi, 1) Is there a way to output the right side image being constructed from the predicted disparity during the self training step ? 2) Is there a way to...
Hi, I have a question about the training data. The original author used the remaining 33 scenes for training. However, you use the total scenes except for the 8 scenes...
License
Can you please add a license to this repo?
Replace bilinear with area interpolation for the scale pyramid as suggested in the official implementation https://github.com/mrharicot/monodepth/blob/5bc4bb1eaf6f6c78ec3bcda37af4eeea9fc4f0c6/monodepth_model.py#L82