-
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
is there a way to display only one track in annotation mode? #5
Comments
I didn't see any documentation about this, but just took a guess and it worked //person[id=3] works. Feel free to close this, but you might want to add that to the help/documentation. |
You can do it by two ways. First way with help the filter as you describe. Second way - hide all tracks (by T+H shortcut) and show separate track, which interested for you with help round icon in the right panel. |
Thanks. I don't see a round icon in the right panel. |
Oh, my mistake. This patch hasn't been released yet:) |
Hi @headdab , It is hard to find the functionality in documentation but it is covered: https://github.com/opencv/cvat/blob/master/cvat/apps/documentation/user_guide.md#filter. Also you can find it in examples. "id — identifier of an object. It helps to find a specific object easily in case of huge number of objects and images/frames." It seems that the problem has been solved. Thus I will close the issue. |
fixed image drawing for annotation mode
# This is the 1st commit message: # This is a combination of 3 commits. # This is the 1st commit message: # This is a combination of 8 commits. # This is the 1st commit message: setup config Add built from source code one domain name insted of two add installation guide update gitignore # This is the commit message cvat-ai#2: delete serverless (nuclio) # This is the commit message cvat-ai#3: add backup script to gitignore # This is the commit message cvat-ai#4: Add script for backup data # This is the commit message cvat-ai#5: Add docstrings for backup script # This is the commit message cvat-ai#6: Update backup script to delete after 30 days # This is the commit message cvat-ai#7: Fix backup error # This is the commit message cvat-ai#8: Update backup rules, and decrease cache size from 1 Tb to 10 Gb # This is the commit message cvat-ai#2: one domain name insted of two # This is the commit message cvat-ai#3: add installation guide # This is the commit message cvat-ai#2: delete serverless (nuclio)
…rted-tasks Feature/fixed quality of imported tasks
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
Say I have 10 person tracks, person0 - person9, can I hide all tracks except for one person, say person3?
The filtering options seems to hide the entire group only?
The text was updated successfully, but these errors were encountered: