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

Add additional images to a task #3072

Closed
2 tasks done
buyiyihu opened this issue Apr 7, 2021 · 2 comments
Closed
2 tasks done

Add additional images to a task #3072

buyiyihu opened this issue Apr 7, 2021 · 2 comments
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@buyiyihu
Copy link

buyiyihu commented Apr 7, 2021

My actions before raising this issue

Expected Behaviour

There is a suggestion to develop a uploading interface to add additional images in the task detail page. Sometimes, after a task is created, I want to add some more images. It would allow users to dealing with a growing image collection.
This may look similar to #1278 , but I think it's different.

Current Behaviour

At the moment, add images is not supported, there is no place for adding after the task is created,

Possible Solution

Maybe adding a PUT method for /task/{id}/data API for add new images

@bsekachev bsekachev added duplicate This issue or pull request already exists enhancement New feature or request labels Apr 7, 2021
@bsekachev
Copy link
Member

Hi @buyiyihu

The issue is a duplicate of #95. The core team does not have current plans to support it.
Look at projects, them might be useful for you case.
To notice issue progress, please refer to above mentioned issue.

@dodo124
Copy link

dodo124 commented Aug 1, 2024

Hi, I just started using cvat and it is an amazing tool :-)
Thanks for your great work.
And pretty soon I stumbled over the very same issue of "adding images to a task".
Let me explain my project and workflow:

Project: Damage detection, about 10,000 images of various damages. I am working alone and am new to visual computing.

Requirements: Set up everything locally, Yolov8, cvat, conda pytorch etc.

Workflow:
Open cvat
Create the project (with 6 cases)
Create a task1 with 100 images, where all images are in folder1
Annotate the images
Export the dataset
Copy and paste all images and annotations into the appropriate folders in my model
Fine-tune the model

Now, in the next step, I want to do exactly the same thing, but this time with 100 additional images.
The new workflow is different and not convenient.

First, I copy 100 new images to the existing 100 images in folder1.
Then I create a task2 and upload folder1 with 200 images this time.
Then I export the annotations from task1.
Then I have to import the annotations into task2.
Then I start annotating the 100 new images.
The rest as above.

And that is why it would be more convenient to just add additional images to the existing task.

Or maybe I don't understand the workflow you use to tackle this task?

Any ideas?

Greeting Dom :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants