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
Create task from cloud storage images(where image quality is maximum 70%)
Disk space 300GB
Expected Behavior
Now I am facing issue where CVAT is crashing due to health check for disk space > 90%. So, when I create task it download original images and use them for annotations. When I have look for directories I have seen that it saves original and compressed images.
I have around 1TB data on cloud. So, I can't create task for rest of them. Or even use it.
Possible Solution
It should clean images when disk space runs out or after compressing. Or after defined period it should clean downloaded cloud images.
Context
Environment
No response
The text was updated successfully, but these errors were encountered:
I have updated to 2.14.3, however it did not clean the disk. CVAT did not launch. I have cleaned it by myself. I wanted to ask have you thought about automatic cleaning disk, if it is using cloud?
What should I do if I have TB data in cloud, but have 300GB in server which is installed CVAT? What is best practice for such situation? @bsekachev
If you create tasks from a cloud storage with enabled "Use cache" option, it will not copy all the data from the cloud storage to local disk (but this is supported only for images, not for videos).
But when you request frames from the browser, it creates data chunks in cache. Default lifetime of this cache is 24 hours. This cache is stored on the local disk.
Upgrading CVAT will not remove something automatically.
Actions before raising this issue
Steps to Reproduce
Disk space 300GB
Expected Behavior
Now I am facing issue where CVAT is crashing due to health check for disk space > 90%. So, when I create task it download original images and use them for annotations. When I have look for directories I have seen that it saves original and compressed images.
I have around 1TB data on cloud. So, I can't create task for rest of them. Or even use it.
Possible Solution
It should clean images when disk space runs out or after compressing. Or after defined period it should clean downloaded cloud images.
Context
Environment
No response
The text was updated successfully, but these errors were encountered: