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 did very much similar to the below mentioned process and getting error while uploading the annotations back to task
I uploaded one picture from server, and created an annotation with shape "box". Then I saved the work, and dumped the annotation to my local drive.
I opened the dumped json file, and removed all values inside the "segmentation" within "annotation", and saved this file.
I uploaded the modified annotation to the same project, and then it gave an error, without any message, only a "ok" button.
Then I try to save the work, however, it does not allow me to save it, and gave the 500 error message like following:
Then I click the go back button from browser, and went back the the dashboard, and click "delete task", then it shows me the following error message:
The modifed coco file is attached for your convenience, I changed the format to txt so I can upload it here. 14_realdemo000000.txt
For the second question, we already generated some annotations with our own algorithm in COCO format, since we are not using any masks or polygon, we have only bbox, and no segmentation is needed for this project.
For the last one, the only thing I can think of now, is to remove the constraint on segmentation,
so when we don't need it, we can leave it blank.
The text was updated successfully, but these errors were encountered:
creativesiva
changed the title
Hi @nmanovic , here are the steps I took to get this error.
Could not upload annotation for the task Error: Request failed with status code 500. "KeyError: 53\n".
Aug 27, 2020
I did very much similar to the below mentioned process and getting error while uploading the annotations back to task
I uploaded one picture from server, and created an annotation with shape "box". Then I saved the work, and dumped the annotation to my local drive.
I opened the dumped json file, and removed all values inside the "segmentation" within "annotation", and saved this file.
I uploaded the modified annotation to the same project, and then it gave an error, without any message, only a "ok" button.
Then I try to save the work, however, it does not allow me to save it, and gave the 500 error message like following:
![image](https://user-images.githubusercontent.com/11687807/66848028-584f9000-ef42-11e9-9c43-db672f8dbaf2.png)
Then I click the go back button from browser, and went back the the dashboard, and click "delete task", then it shows me the following error message:
![image](https://user-images.githubusercontent.com/11687807/66848148-8e8d0f80-ef42-11e9-894c-6c0b6511661f.png)
The modifed coco file is attached for your convenience, I changed the format to txt so I can upload it here.
14_realdemo000000.txt
For the second question, we already generated some annotations with our own algorithm in COCO format, since we are not using any masks or polygon, we have only bbox, and no segmentation is needed for this project.
For the last one, the only thing I can think of now, is to remove the constraint on segmentation,
so when we don't need it, we can leave it blank.
Thank you.
Originally posted by @ttppss in #768 (comment)
The text was updated successfully, but these errors were encountered: