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);