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
To support the YOLO format, a temporary file is created. These temporary files are not being removed after usage due to an error on Windows machines.
PermissionError: [WinError 32] process cannot access the file because it is being used by another process: 'IMG_20230819_162635_HDR.txt'
127.0.0.1 - - [20/Jun/2024 23:42:32] "POST /download_yolo_annotations HTTP/1.1" 500 -
Ensure that temporary files are removed after the response has been sent.
The text was updated successfully, but these errors were encountered:
To support the YOLO format, a temporary file is created. These temporary files are not being removed after usage due to an error on Windows machines.
Ensure that temporary files are removed after the response has been sent.
The text was updated successfully, but these errors were encountered: