Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matlab; invalid input syntax #95

Open
StillZeroo opened this issue Jan 27, 2021 · 3 comments
Open

Matlab; invalid input syntax #95

StillZeroo opened this issue Jan 27, 2021 · 3 comments

Comments

@StillZeroo
Copy link

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)

@WASANNADHIM
Copy link

Hello, I have the same problem. Did you fix it??

@ChenMathilda
Copy link

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.

@SSophies
Copy link

Hi @ChenMathilda, I have the same problem. Did you receive the .cpkt file? And could you maybe share it with me? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants