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
engine_data.deleted_frames existing data must not be deleted.
Current Behaviour
engine_data.deleted_frames data will be deleted.
If there are multiple jobs in one task,
While deletion frames are managed in task units,
'deleted_frames' seems to load/save on a job
save the job that deleted some frames
If you save another job in the same task,
deleted frame data saved in the previous job is deleted.
Because the engine_job<->engine_task<->engine_data relationship
calls only the 'deleted_frames' of the job, the 'deleted_frames' stored in the task unit is
It seems to disappear because it has been updated to deleted_frame by job unit.
Possible Solution
'deleted_frames' must be saved/loaded on a task basis or the column 'deleted_frames' must be managed on a job basis.
Steps to Reproduce (for bugs)
1.Create multiple jobs in one task
1.Delete and save some frame from the first Job
1.Delete and save some frame from the second Job.
1.Delete frame data for the first Job disappears
Context
Your Environment
cvat v2.2.0
The text was updated successfully, but these errors were encountered:
My actions before raising this issue
Expected Behaviour
engine_data.deleted_frames existing data must not be deleted.
Current Behaviour
engine_data.deleted_frames data will be deleted.
If there are multiple jobs in one task,
While deletion frames are managed in task units,
'deleted_frames' seems to load/save on a job
save the job that deleted some frames
If you save another job in the same task,
deleted frame data saved in the previous job is deleted.
Because the engine_job<->engine_task<->engine_data relationship
calls only the 'deleted_frames' of the job, the 'deleted_frames' stored in the task unit is
It seems to disappear because it has been updated to deleted_frame by job unit.
Possible Solution
'deleted_frames' must be saved/loaded on a task basis or the column 'deleted_frames' must be managed on a job basis.
Steps to Reproduce (for bugs)
1.Create multiple jobs in one task
1.Delete and save some frame from the first Job
1.Delete and save some frame from the second Job.
1.Delete frame data for the first Job disappears
Context
Your Environment
The text was updated successfully, but these errors were encountered: