SupervisedDepthPrediction
SupervisedDepthPrediction copied to clipboard
Pytorch framework for supervised depth prediction
Set the '-- c' parameter to the path of 'resnet101_v1c. pth' and attempt to run train.py, but encounter the following error: ruamel. yaml. reader. ReaderError: unacceptable character # x0080: invalid...
Hi, thank you for the nice code. It was really nice to refer to. I am a fresh man in deep learning so if the question is dumb, please excuse...
Hi, thanks for the nice implementation. In `dp/modules/backbone/resnet.py` it requires a pretrained weight file. I see in the `readme.md` file in https://github.com/dontLoveBugs/DORN_pytorch, you mentioned the link to the pretrained weight....
I find the forward method of DepthPredModel quite strange. self.backbone returns a dictionary in forward. but the input of SceneUnderstandingModule is a tensor, not a dictionary.
Hi, Thank you for providing this PyTorch implementation. Have you tested the accuracy performance of this code on KITTI? Many thanks