Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

CVAT download timeout

jobdulo
New Contributor I
1,762 Views

I am ready to do a training extension on an Open Model Zoo. I am using the online version of CVAT (cvat.org) to annotate my data. I have uploaded and annotated a 1-minute video file. When I try to export the dataset the download times out at 1GB always. The size of the dataset is 5.6GB.

Now I can't do the training extension. Is there a workaround this?

0 Kudos
1 Solution
jobdulo
New Contributor I
1,752 Views

So I found a workaround for the local installation. In the cvat folder there is a file called supervisord.conf

On line 65 of this file there's a set limit for the download

 

--limit-request-body 1073741824 --log-level INFO ...

change the limit request body to a number that would contain your download size. In my case, I changed it to 7073741824 for my 6.5GB dataset.

Since my annotation job was online,

  1. I downloaded the annotations from online (has no timeout issues) then,
  2. I changed line 65 of the local supervisord.conf
  3. Refreshed the local app on the browser
  4. Uploaded the annotations to my local annotation job
  5. Exported the dataset

Worked perfectly!

 

View solution in original post

0 Kudos
2 Replies
jobdulo
New Contributor I
1,753 Views

So I found a workaround for the local installation. In the cvat folder there is a file called supervisord.conf

On line 65 of this file there's a set limit for the download

 

--limit-request-body 1073741824 --log-level INFO ...

change the limit request body to a number that would contain your download size. In my case, I changed it to 7073741824 for my 6.5GB dataset.

Since my annotation job was online,

  1. I downloaded the annotations from online (has no timeout issues) then,
  2. I changed line 65 of the local supervisord.conf
  3. Refreshed the local app on the browser
  4. Uploaded the annotations to my local annotation job
  5. Exported the dataset

Worked perfectly!

 

0 Kudos
IntelSupport
Moderator
1,741 Views

Hi Jobdulo,

I am glad that you were able to solve the issue. Thank you for your question and for sharing a detailed solution. Therefore, this thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.


Regards,

Aznie


0 Kudos
Reply