If I iterate over frames, I am getting the following error: AttributeError: 'Video' object has no attribute 'frames_df' If I use children instead of frame, it is working. So, we should either fix the error or make it children everywhere
If I iterate over frames, I am getting the following error:
AttributeError: 'Video' object has no attribute 'frames_df'
If I use children instead of frame, it is working. So, we should either fix the error or make it children everywhere