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

Improvement Suggestion: Data Handling in CVAT #4235

Open
dnns92 opened this issue Jan 25, 2022 · 3 comments
Open

Improvement Suggestion: Data Handling in CVAT #4235

dnns92 opened this issue Jan 25, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@dnns92
Copy link

dnns92 commented Jan 25, 2022

Dear Community,

I don't know where else to put this: I think it might be a nice feature to be able to sort out images from cvat or add new ones to a task.

Why: We use CVAT to visualize our data, and pick the training data from it. Sometimes images just dont fit into our dataset. Right now we use a label called "frame-not-used" and mark all unwanted frames with it, then download the task, delete the marked images manually from the dataset and the json and re-upload the task with the fixed json and image dataset.

Being able to add images (maybe even from a different Task with annotations) would be really nice.

Here Again an Overview:

What am I suggesting:

  • Include data handling tools, like
    • remove frame from Task
    • add frame to task
    • upload frame to task
    • download all Tasks from a Project as a single JSON/xml/etc
  • What does this improve?
    • we can structure our tasks easier and also use CVAT as a persistent data storage for our "living" e.g. training dataset
  • How can this be implemented?
  • Add a button to upload/delete single frames/multiple frames to a task
@nmanovic
Copy link
Contributor

@dnns92 ,

  • We are developing a feature to remove images from a task: Deleted frames #4194. Basically you will be able to mark an image as removed. It will be a similar approach which you use, but supported out of the box.
  • We are not going to add a frame to a task. You can combine tasks to a project. If you need to add data, just create one more task inside the project.
  • What is the difference between upload and add?
  • You should be able to export a project as a dataset ("as a single JSON/xml/etc"). What is wrong with the feature?

we can structure our tasks easier and also use CVAT as a persistent data storage for our "living" e.g. training dataset

It is a nice idea. Could you please share information about your company? We are happy to understand better your needs.

@nmanovic nmanovic added the enhancement New feature or request label Jan 28, 2022
@nmanovic nmanovic mentioned this issue Jan 28, 2022
7 tasks
@dnns92
Copy link
Author

dnns92 commented Jan 29, 2022

Dear @nmanovic,
thank you for your answer.

We are developing a feature to remove images from a task: Deleted frames #4194. Basically you will be able to mark an image as removed. It will be a similar approach which you use, but supported out of the box.

I wasnt aware that you're working on this feature. This will help me very much!

@dnns92 dnns92 closed this as completed Jan 29, 2022
@nmanovic
Copy link
Contributor

@dnns92 , let's keep the ticket open till the issue is merged.

@nmanovic nmanovic reopened this Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants