-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Unable to create a new task on CVAT.org #2315
Comments
@cyrilzakka Hi, is it possible to share this video? |
I think I've isolated the issue. It seems that raw labels from one task can't be copied over to another task. It fails silently and you get the Error 500 I mentioned above. Might be an ID issue as far as I can tell. Though I guess it's important to note, that copying has worked for me before, but it was made within the same hour. |
@cyrilzakka the issue is resolved? |
Yes thank you! |
For for mine also getting same issue, Can you guys help me out? I cant upload task into CVAT. |
Hi, I have the same issue, unable to submit the task, this is the console error: |
hey @kaylC4 did you resolve this? |
Hi @johnfoxy @kaylC4 I resolved this issue by checking my dataset format. Kindly use JPG data to upload. I mean you can set all your data JPG into a Zip folder and upload it. Then the task will be created. Note: If your data is another format like PNG, TIFF then converts to JPG. Kindly let me know your feedback if your are not succeed. |
Thank you so so much @shajahanpc The problem was my extension, my files were *.TIFF so I converted to .PNG and now it worls. Thank you so much. |
@johnfoxy You are welcome! I'm glad too that everything is fine with you. |
My actions before raising this issue
I've previously created two tasks on CVAT and they're currently being annotated. For the past two days, I've been trying to create a third, but when I press the submit button, I get the following error:
Could not create the task: Open the Browser Console to get details
. Opening up the console, I just get a generalFailed to load resource: the server responded with a status of 500 (Internal Server Error). Error: Request failed with status code 500.
.Expected Behaviour
The video should be uploaded the task should be created.
Current Behaviour
The UI errors out upon pressing the submit button.
Possible Solution
I thought it might be a hard limit on the number of tasks I can create on CVAT, or the maximum size of video I can upload. But turns out you can create up to 10 tasks, with a limit of 500mb each so that's not it.
Steps to Reproduce (for bugs)
Context
I can't create a third segmentation task.
Your Environment
I'm using the online UI at CVAT.org.
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: