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
I have a large annotation task (20k images).
I previously had it configured without segments (1-job only) and was successfully able to upload and dump annotations' to it.
For convenience, I've deleted that task and created a new one, exactly the same except that I divided it into 200-images segments. For this new task, I am unable to upload annotations (even if I try to upload the annotations dumped from the task itself!). It always hangs on "Annotation is being saved" for a while, and then gives a gateway timeout error.
Complete error message is:
"
Annotation uploading errors was occured.
<title>504 Gateway Timeout</title>
Gateway Timeout
The gateway did not receive a timely response from the upstream server or application.
"
I've tried uploading both from the same maching the server is running on and from an external machine, same result.
The text was updated successfully, but these errors were encountered:
Ok, this is interesting. I have just found out that apparently the upload succeeded; I mean, if I open the jobs the images are actually annotated according to the uploaded .xml file (just checked some of the first and the last images, and am assuming the rest is fine as well). However, I still get the error above everytime I try to upload annotations (though apparently it succeeds)
Our upload operation is synchronous and it is the reason of the problem. Also uploading for 200 segments should take too much time. Need to investigate and improve implementation.
I have a large annotation task (20k images).
I previously had it configured without segments (1-job only) and was successfully able to upload and dump annotations' to it.
For convenience, I've deleted that task and created a new one, exactly the same except that I divided it into 200-images segments. For this new task, I am unable to upload annotations (even if I try to upload the annotations dumped from the task itself!). It always hangs on "Annotation is being saved" for a while, and then gives a gateway timeout error.
Complete error message is:
<title>504 Gateway Timeout</title>"
Annotation uploading errors was occured.
Gateway Timeout
The gateway did not receive a timely response from the upstream server or application.
"I've tried uploading both from the same maching the server is running on and from an external machine, same result.
The text was updated successfully, but these errors were encountered: