-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Delete images/frames from an existing task #95
Comments
Hi @carlescarmonacalpe , Why is it not possible just to create one more annotation task with new images? What is the advantage to update the same task? |
Hi, The only advantage is that you don't need to modify/join the exported files If you annotate two different tasks and you need to have both annotations together to train a model. |
Hi @carlescarmonacalpe , If you have a good idea how to implement that please send us a PR. Our internal focus is to add stability, introduce analytics, improve UI and implement a couple of semi-automated methods to annotate data. Please let me close the issue for now but if you like implement such functionality don't hesitate to reopen it. In any case I really appreciate your involvements. Thank you very much! |
Probably it isn't a bad idea to treat an annotation task like a dataset (which can be extended or reduced). It is especially good if we will be able to change status of an annotation task automatically (e.g. done -> annotate). Also a couple of internal customers also requested the feature. |
|
The feature will be implemented only in our new UI. Thus need to move it on v1.0.0 which is expected at the end of the year. |
I am facing similar issue where I will have to consolidate/add additional frames with annotation and generate one single JSON file. Is there a way, I can do that? |
Hello @nmanovic and @bsekachev Does it work now? Adding images to an existing task, or merging tasks within a project. |
No updates on the feature. As a workaround, you can add to extra images a tag: "extra" for example. And if the annotation file contains this tag, you just ignore the image. |
@bsekachev Awesome, I'm looking forward to using this feature when it has been merged. Thank you |
@davodogster , it was merged already. Please use the latest development version if you want to test/use the feature. To close the issue we are waiting ability to mark images/frames as removed in a task. |
@nmanovic Great, thanks. So I need to docker-compose stop, backup my annotations and then clone the latest cvat github repository and then docker-compose again ? Regards, Sam |
@davodogster , it is the fastest way. |
@nmanovic Hi guys, I just cloned the latest version of cvat and ran docker compose and modified the docker compose file (I notice there were some big changes to the docker compose file) see here: It deployed successfully but there is no option for exporting a project as a dataset in the "Actions" tab. Am I doing something wrong? |
Hi, please use Regarding orphans container - it's expected, just follow the docker suggestion and add |
Hi,
That is not an option. The only option is delete. That is why I asked the question.
Cheers, Sam
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Andrey Zhavoronkov ***@***.***>
Sent: Wednesday, August 18, 2021 7:33:56 PM
To: openvinotoolkit/cvat ***@***.***>
Cc: Sam Davidson ***@***.***>; Mention ***@***.***>
Subject: Re: [openvinotoolkit/cvat] Add/Delete images/video to existing task (#95)
@nmanovic<https://github.com/nmanovic> Hi guys, I just cloned the latest version of cvat and ran docker compose and modified the docker compose file (I notice there were some big changes to the docker compose file) see here:
[image]<https://user-images.githubusercontent.com/46079516/129834211-7ef3c7a9-5c82-494c-96eb-62ac7e0f3a94.png>
It deployed successfully but there is no option for exporting a project as a dataset in the "Actions" tab.
[image]<https://user-images.githubusercontent.com/46079516/129834633-16b0a805-69f3-4b77-94f8-247e61c0bec0.png>
Am I doing something wrong?
Hi, please use Export task dataset option in the Actions tab.
Regarding orphans container - it's expected, just follow the docker suggestion and add --remove-orphans once.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#95 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK7R4HC5R4OM4CZ22R23MJLT5NO6JANCNFSM4FXJNFWA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
* Avoid filtering for direct file calls
The workaround described above, exporting the labeled data and using those labels on a subset of images, does not work when using COCO annotations, if the images you wish to ignore already contain labels. I don't think the workaround provided above is sufficient for most CVAT users. This is a rather basic functionality, it is perhaps my team's greatest frustration with CVAT. Is it possible to exec into the PostgreSQL DB and delete annotated images from there? |
any update on this feature? |
@domef , it will be available this week. |
Hi guys, @carlescarmonacalpe @domef The feature has been finished and implemented in our CVAT fork, here: https://github.com/cvat-ai/cvat |
+1 really need this feature |
@adamsau , is it something which you are looking for? https://cvat-ai.github.io/cvat/docs/manual/advanced/delete_frame/ |
yes thanks a lot! |
It is possible now, you can update CVAT from develop branch if you want to use the feature. |
Hi,
Thank you for this amazing tools, seems really promising. I'd like to suggest a new feature which is to allow to add/delete images/videos from an existing task. From my side it's really common to extend or reduce the dataset size during the development process.
Thank you for you work!
The text was updated successfully, but these errors were encountered: