This is my clear implementation for "Deeper Depth Prediction with Fully Convolutional Residual Networks," NIPS 2016.
Note : this implementation is only for the inference code, I'm looking forward to training this model but i have some issues regarding my GPU capacity.
Note : If you are interested in Depth Estimation, I recommend you to have a look into "DepthEstimationVGG," .