cvat
cvat copied to clipboard
Create mutually exclusive tags with potential to replace existing annotated tags automatically
My actions before raising this issue
- [x ] Read/searched the docs
- [ x] Searched past issues
I would like to create tags of a type that claims to be the only one for an image, so that tagging it with another item would replace an existing tag.
Expected Behaviour
As there should be only one tag allowed for an image, re-tagging it would replace any current tag.
Current Behaviour
Currently, I have to delete existing tags by hand, which is tedious for a large number of images..
Possible Solution
Add functionality for mutually exclusive tags
Context
I want to make annotation as painless as possible.
Your Environment
- Git hash commit (
git log -1
): v 2.1.0 - Docker version
docker version
(e.g. Docker 17.0.05): 20.10.17 - Are you using Docker Swarm or Kubernetes? no
- Operating System and version (e.g. Linux, Windows, MacOS): Ubuntu 20.04
Next steps
You may join our Gitter channel for community support.
Hi @JRGit4UE, thank you for reporting issue. I think we can add such functionality that will allow to restrict adding multiple tags
Hi, I encounter the same problem. How's the enhancement going?