FCRN-DepthPrediction icon indicating copy to clipboard operation
FCRN-DepthPrediction copied to clipboard

Deeper Depth Prediction with Fully Convolutional Residual Networks (FCRN)

Results 40 FCRN-DepthPrediction issues
Sort by recently updated
recently updated
newest added

Hi, i am trying to tdownload the tensorflow model but the link is not working.

Hello and thak you for your work! Testing your code for the NYU_v2 trained tensorflow models worked great for me! But I'd also like to test your model on outdoor...

I get an error everytime I try to run the prediction on several images through a jupyter notebook. Do you know how I can fix this? I think it's better...

I am confused about I did get the same depth estimation pictures as yours,but I dont know how can i use it.it can get the truth distance between object and...

Do you reply on ground truth from RGB D cameras like Kinect or can I use the code to get depth for images trained on depth from LIDAR

Are you planning to release the model?

Hi, I met some trouble when i tried to do data augmentation. When handle the make3d dataset, should i resize the images and targets to a fixed size first, then...

I see default input size is 304*228,but use this to tensorflow savedmodel or mobile model,I need to specify the input size,always pic is not 304*228,I scale it and fill it...

![image](https://user-images.githubusercontent.com/39144102/59754333-74a32f00-92b8-11e9-8843-a8dc876b9775.png) what is this?

Actually I have prepared my own data set of indoor scene in my environment and want to train model on that. I am freezing all other layers except for the...