You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 scenes. So I installed Matlab and got it linked to MatConvNet but I cant't get it to run...
I am tryind to test the code with an arbitray image, therefore my command Window statement is as follows:
Hi,
Did you run the tensorflow models successefully?
I just want to using this project to predict a picture's depth, but I can't find the .cpkt file which be provided before.
I wonder if I can get the .cpkt file from you?
I will be very grateful if you can provide a. ckpt file.
My email address: [email protected], thanks!
Regards,
Mathilda.
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 scenes. So I installed Matlab and got it linked to MatConvNet but I cant't get it to run...
I am tryind to test the code with an arbitray image, therefore my command Window statement is as follows:
DepthMapPrediction my_picture.jpg Make3D_ResNet-UpProj.mat
Running this the error statement is as follows:
**Error using imresize>parsePreMethodArgs (line 379)
Invalid input syntax; input image missing from argument list.
Error in imresize>parseInputs (line 273)
parsePreMethodArgs(varargin, method_arg_idx, first_param_string_idx);
Error in imresize (line 152)
params = parseInputs(args{:});
Error in DepthMapPrediction (line 40)
images = imresize(images, net.meta.normalization.imageSize(1:2));**
Does somebody have any advice on where to go from here?
(Using Matlab R2020b, and matconvnet-1.0-beta25)
The text was updated successfully, but these errors were encountered: