You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thing is that this method - group_by_frame() reads all annotations for task in RAM
Expected Behaviour
Maybe it's better to create a method, that will return Frame for exact frame number, so user could iterate over each separate frame in the task, (so method will fetch data from db and create an individual Frame) without loading all Frames in ram
Current Behaviour
Here is a RAM consumption plot for 75 000 frames. CVAT for video annotation file size is 380Mb
My actions before raising this issue
Steps to Reproduce (for bugs)
The thing is that this method - group_by_frame() reads all annotations for task in RAM
Expected Behaviour
Maybe it's better to create a method, that will return Frame for exact frame number, so user could iterate over each separate frame in the task, (so method will fetch data from db and create an individual Frame) without loading all Frames in ram
Current Behaviour
Here is a RAM consumption plot for 75 000 frames. CVAT for video annotation file size is 380Mb
Context
I got this approach from here: https://opencv.github.io/cvat/docs/contributing/new-annotation-format/
Your Environment
CVAT 2.4.5
The text was updated successfully, but these errors were encountered: