We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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);
The text was updated successfully, but these errors were encountered: