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

Dimensions of matrices being concatenated are not consistent #1

Open
washingtonsk8 opened this issue Sep 25, 2018 · 0 comments
Open
Labels
bug Something isn't working

Comments

@washingtonsk8
Copy link
Member

Error on video_features_frames file on function video_features_frames( videoFilename , ofFilename , semanticFilename , yoloDescFilename).

===============================================================
Error using vertcat
Dimensions of matrices being concatenated are not consistent.

Error in video_features_frames (line 53)
videoFeatures = [movementFeatures; appearanceFeatures; semanticFeatures ];

Error in accelerate_video_LLC (line 140)
[ videoFeaturesFile.descriptors, videoFeaturesFile.OF ] = video_features_frames(path.in.video, path.in.opticalFlowCSV, path.in.semanticExtracted,
path.in.YoloDesc);

@washingtonsk8 washingtonsk8 added the bug Something isn't working label Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant