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
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.
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);
The text was updated successfully, but these errors were encountered: