Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Request failed with status code 400. #6767

Closed
1 task
Sandesh-Rprocess opened this issue Aug 29, 2023 · 2 comments
Closed
1 task

Error: Request failed with status code 400. #6767

Sandesh-Rprocess opened this issue Aug 29, 2023 · 2 comments
Labels
question Further information is requested

Comments

@Sandesh-Rprocess
Copy link

Hello there,

My actions before raising this issue

I'm writing to you because we have been facing an issue with the tool CVAT. When we try to upload the annotations. it gives us the following error:

Error: Request failed with status code 400. "Image B8_1_w_carrots/images/crop1_b8_1_586: can't import annotation #1 (mask): zero-size array to reduction operation minimum which has no identity"..
&
Error: Request failed with status code 400. "Could not match item id: 'B8_1_w_carrots/images/crop0_b8_1_002' with any task frame"..

I am trying to upload the format in COCO 1.0 format.

tried to upload the task with version 2.61 (Online) & Localhost:8080
below is the error ststua we received while upload the file :
image

I would really appreciate it if you have any idea on how we can fix this. Thanks!

@bsekachev
Copy link
Member

bsekachev commented Aug 29, 2023

Error: Request failed with status code 400. "Image B8_1_w_carrots/images/crop1_b8_1_586: can't import annotation #1 (mask): zero-size array to reduction operation minimum which has no identity"..

Looks like the annotation format has incorrect input for a mask (empty array?)

Error: Request failed with status code 400. "Could not match item id: 'B8_1_w_carrots/images/crop0_b8_1_002' with any task frame"

Imported file contains file names not presented in the task

@bsekachev bsekachev added the question Further information is requested label Aug 30, 2023
@Sandesh-Rprocess
Copy link
Author

Error: Request failed with status code 400. "Image B8_1_w_carrots/images/crop1_b8_1_586: can't import annotation #1 (mask): zero-size array to reduction operation minimum which has no identity"..

Looks like the annotation format has incorrect input for a mask (empty array?)

Error: Request failed with status code 400. "Could not match item id: 'B8_1_w_carrots/images/crop0_b8_1_002' with any task frame"

Imported file contains file names not presented in the task

Thank you for the reply, will check with the output file again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants