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
For the bounding box task. Bounding boxes won't save, and they therefore won't reappear when you open an image again. The save operation is successful but it always saves 0 bounding boxes. This appears to be because the global variable g_targetFrames is not set when working on a bbox task. This prevents bboxes to be saved, because saving loops over g_targetFrames (L298, L322):
For the bounding box task. Bounding boxes won't save, and they therefore won't reappear when you open an image again. The save operation is successful but it always saves 0 bounding boxes. This appears to be because the global variable
g_targetFrames
is not set when working on a bbox task. This prevents bboxes to be saved, because saving loops over g_targetFrames (L298, L322):annotationweb/common/task.py
Lines 287 to 329 in c7d5bfe
I'm working on it.
The text was updated successfully, but these errors were encountered: