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
While AI tagging, if the backend encounters an image that it cannot load (cv2.imread() returns None), the entire AI-tagging job stops instead of skipping the image. The folder remains in the "processing" state indefinitely, and any following queued folder also remain pending until the ai tagging process of the folder that has problematic image, is turned off. Still we need to restart the subsequent folder's ai tagging.
What backend logs:-
Failed to load image: -path-
Error processing untagged images: object of type 'NoneType' has no len()
problematic image:-
properties: -
format: JPEG
resolution: 616 x 920
size: 79kb
Is there an existing issue for this?
What happened?
Description
While AI tagging, if the backend encounters an image that it cannot load (cv2.imread() returns None), the entire AI-tagging job stops instead of skipping the image. The folder remains in the "processing" state indefinitely, and any following queued folder also remain pending until the ai tagging process of the folder that has problematic image, is turned off. Still we need to restart the subsequent folder's ai tagging.
What backend logs:-
Failed to load image: -path-
Error processing untagged images: object of type 'NoneType' has no len()
problematic image:-
properties: -
format: JPEG
resolution: 616 x 920
size: 79kb
Current behavior
bug-Explaination.mp4
Expected behavior
Record