Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling Temporary File Cleanup in YOLO Annotation Downloads on Windows Machines #74

Closed
sumn2u opened this issue Jun 21, 2024 · 1 comment
Labels

Comments

@sumn2u
Copy link
Owner

sumn2u commented Jun 21, 2024

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.

@sumn2u
Copy link
Owner Author

sumn2u commented Jun 23, 2024

Fixed in #79

@sumn2u sumn2u closed this as completed Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant