Errors Downloading Masks from CVAT #1791
-
Hi, I am currently using MONAILabel with CVAT in a Docker environment, utilising the default endoscopy app for 2D segmentation of surgical images. After completing a round of annotation and marking the job as finished, I encountered the following error:
It appears that the MONAILabel server is failing to download the results due to a corrupted or improperly created archive file. Could someone please guide me on how to resolve this issue? Many thanks and |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Might be due to cvat taking more time to prepare the zip for download. Try to increase the wait time between retries. Default is 10 seconds i guess. |
Beta Was this translation helpful? Give feedback.
-
didn't go through new api changes (if any) to handle such downloads. may be they have added better async/poll options. may be try to visit the cvat api and see if something can be taken care while downloading the image+masks via cvat api |
Beta Was this translation helpful? Give feedback.
-
Thank you for taking the time to reply and for your suggestions. I have increased the time limit to 30 seconds as suggested, but unfortunately, I am still encountering the same error. I also attempted to request the downloads directly via the terminal using the following command:
While the command executes successfully, the output appears to be a text file rather than a valid ZIP archive. Upon inspecting the file, it contains the following error message:
Any idea why this could happen? |
Beta Was this translation helpful? Give feedback.
-
Refer: #1795 |
Beta Was this translation helpful? Give feedback.
Refer: #1795