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

An unexpected error occurred when I uploaded labels with more than 5,000 categories. #8328

Closed
2 tasks done
wbh604 opened this issue Aug 21, 2024 · 5 comments
Closed
2 tasks done
Labels
bug Something isn't working need info Need more information to investigate the issue

Comments

@wbh604
Copy link

wbh604 commented Aug 21, 2024

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

In the locally deployed CVAT, after creating a project, I imported labels into it according to a given JSON format. When the number of imported labels isn't large, it works fine. However, since my dataset contains over 5,000 categories, when I try to import all the categories, an error occurs as shown in the image. image

Expected Behavior

No response

Possible Solution

No response

Context

No response

Environment

No response

@wbh604 wbh604 added the bug Something isn't working label Aug 21, 2024
@wbh604
Copy link
Author

wbh604 commented Aug 21, 2024

here is my label raw format: [.....{
"name": "a promotional slogan with red background and white text",
"id": 680,
"color": "#d982a2",
"type": "any",
"attributes": []
},
{
"name": "a promotional slogan with white background and red letters",
"id": 681,
"color": "#fb3764",
"type": "any",
"attributes": []
},
{
"name": "a purple apron",
"id": 682,
"color": "#0d3f09",
"type": "any",
"attributes": []
},
{
"name": "a purple basin",
"id": 683,
"color": "#c671ce",
"type": "any",
"attributes": []
},
{
"name": "a purple four legged tent",
"id": 684,
"color": "#846b47",
"type": "any",
"attributes": []
},
{
"name": "a purple helmet",
"id": 685,
"color": "#e0ad8e",
"type": "any",
"attributes": []
},
......]

@bsekachev
Copy link
Member

Please, provide the server request details

@bsekachev bsekachev added the need info Need more information to investigate the issue label Aug 21, 2024
@wbh604
Copy link
Author

wbh604 commented Aug 22, 2024

请提供服务器请求详细信息
I added the tags in this location and submitted them without sending them through an API request.
image

@bsekachev
Copy link
Member

Please, provide the server request details.
Or, please provide the full list of labels you submitted to the location.

@azhavoro
Copy link
Contributor

azhavoro commented Sep 2, 2024

There's been no response for a long time, let's close this issue for now.

@azhavoro azhavoro closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need info Need more information to investigate the issue
Projects
None yet
Development

No branches or pull requests

3 participants