Depth_estimation
Depth_estimation copied to clipboard
Deep learning model to estimate the depth of image.
i want to predict whether object is close,moderate, far away distance 
Hi Jose, Thanks for making this work available. 😊 I am trying to download NYU Depth V2 dataset you mention in your README, but the link seems to be broken....
Hi! I'm really thankful to give your great code. I'm actually want to get real depth value with my depth prediction image. For example, I used `test_img.ipynb` and make depth...
Hi there, Thanks for all your porting to PyTorch! I tried to download the pretrained model you mention in your README, but there is nothing in the linked Google Drive...
Hi! I'm using your great code. I have a suggestion about `__getitem__ ` function in `DepthDataset` class in `UtilityTest.py`. I just execute the `test_img.ipynb` and I got a lot of...