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

Indexing Error with MakeTrainPatch.p File #3

Open
tzslg opened this issue Nov 1, 2024 · 1 comment
Open

Indexing Error with MakeTrainPatch.p File #3

tzslg opened this issue Nov 1, 2024 · 1 comment

Comments

@tzslg
Copy link

tzslg commented Nov 1, 2024

Hi Project Maintainers,

I'm encountering an indexing error when calling the MakeTrainPatch function from Main_Train. Here are the details:
This type of variable does not support indexing with curly braces.

Error in MakeTrainPatch

Error in Main_Train (line 38)
[feat_share, images, reference, refpos] = MakeTrainPatch(param.trainingData, [], it, true);

Error in main (line 12)
Main_Train(depthNet, state);

@tzslg
Copy link
Author

tzslg commented Nov 1, 2024

无法执行赋值,因为左侧的大小为 60×60×3×841,右侧的大小为 60×60×3×1089。

出错 MakeTrainingExamples

出错 MakeTrainPatch

出错 Main_Train (第 38 行)
[feat_share, images, reference, refpos] = MakeTrainPatch(param.trainingData, [], it, true);

出错 main (第 12 行)
Main_Train(depthNet, state);

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

1 participant