Skip to content

Matlab; invalid input syntax #95

@StillZeroo

Description

@StillZeroo

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions