The detection_template.json file indicates that each individual frame should populate the frame_size parameter. However, when the file is read "KeyError: 'frame_size'" is returned, unless the frame size is a parameter nested directly under video (on the same level as base_path).
My guess is that the behavior is correct (since videos can't dynamically change size), but the documentation is incorrect.
The detection_template.json file indicates that each individual frame should populate the frame_size parameter. However, when the file is read "KeyError: 'frame_size'" is returned, unless the frame size is a parameter nested directly under video (on the same level as base_path).
My guess is that the behavior is correct (since videos can't dynamically change size), but the documentation is incorrect.