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

Adjust "Copy labels" feature because it is not obvious now why a task cannot be created, after Ctrl+C, Ctrl+V existing labels from Raw editor #3717

Closed
2 tasks done
lokeshn011101 opened this issue Sep 24, 2021 · 6 comments · Fixed by #4161
Assignees
Labels
bug Something isn't working

Comments

@lokeshn011101
Copy link

My actions before raising this issue

I am trying to annotate a video on cvat of size 157mb. It was working for the past 1 month and I was annotating videos of size <500mb. But suddenly a week ago I got this error.
image
I tried after 2 days and today also and I was always getting the same error.
I even tried running cvat locally using docker but its giving me the same error.
Please help.

Expected Behaviour

The task is successfully created.

Current Behaviour

Error while creating the task.

Possible Solution

Steps to Reproduce (for bugs)

Context

I am currently doing a project for school which requires annotating videos.
There aren't any free tools other than cvat which could help me achieve this task. So I started working with cvat for creating bounding boxes for YOLOv5 algorithm.

Your Environment

  • Operating System and version (e.g. Linux, Windows, MacOS): Windows
  • I am using the cvat website for creating the task

Next steps

You may join our Gitter channel for community support.

@azhavoro
Copy link
Contributor

Hi, I'm afraid it will be difficult to find these logs on cvat.org, so could you please collect and attach the server logs from your local instance after a failed task creation attempt? Command is: docker logs cvat> cvat.log

Thanks

@lokeshn011101
Copy link
Author

@azhavoro I tried uploading a 157 mb video today locally and the task was created successfully. But then I tried to create a another task with a video of size 222 mb, the task creation failed this time. https://drive.google.com/file/d/1FvsY4HAnki3zVhMc0ttDTzTv3JUAYY-v/view?usp=sharing Please have a look at the logs in this link. Thank you so much! 🙏

@bsekachev
Copy link
Member

@lokeshn011101

You probably have copied labels from created task with Ctrl+C and pasted them with Ctrl+V to the new task, right?
So, it is a wrong way because Raw data contains database IDs and looks like you try to create labels with primary keys which already exist.

Solution: To use button "Copy" in the top right corner of labels form (instead of Ctrl+C).

@lokeshn011101
Copy link
Author

Damn. That was a silly thing that I missed. Thanks for taking your time and pointing it out! The issue is now resolved!

@bsekachev
Copy link
Member

Let's consider it like appeal to actions. You are not the first person, who was confused with this issue.
I will reopen it and mark as a enhancement, to find a better solution.

@bsekachev bsekachev reopened this Oct 1, 2021
@bsekachev bsekachev added the enhancement New feature or request label Oct 1, 2021
@bsekachev bsekachev changed the title Error on New task creation Adjust "Copy labels" feature because it is not obvious now why a task cannot be created, after Ctrl+C, Ctrl+V existing labels from Raw editor Oct 1, 2021
@bsekachev bsekachev added this to the Backlog milestone Oct 1, 2021
@nmanovic nmanovic added bug Something isn't working and removed enhancement New feature or request labels Nov 20, 2021
@nmanovic
Copy link
Contributor

Let's treat the issue as a UX bug. No need to have a separate button if the usual way to copy is CTRL+C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants