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

is there a way to display only one track in annotation mode? #5

Closed
headdab opened this issue Jul 12, 2018 · 5 comments
Closed

is there a way to display only one track in annotation mode? #5

headdab opened this issue Jul 12, 2018 · 5 comments
Labels
question Further information is requested

Comments

@headdab
Copy link

headdab commented Jul 12, 2018

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?

@headdab
Copy link
Author

headdab commented Jul 12, 2018

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.

@bsekachev
Copy link
Member

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.

@headdab
Copy link
Author

headdab commented Jul 12, 2018

Thanks. I don't see a round icon in the right panel.

@bsekachev
Copy link
Member

Oh, my mistake. This patch hasn't been released yet:)

@nmanovic
Copy link
Contributor

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.

@nmanovic nmanovic added the question Further information is requested label Jul 12, 2018
bsekachev pushed a commit that referenced this issue Sep 26, 2018
bsekachev pushed a commit that referenced this issue Oct 15, 2018
bsekachev pushed a commit that referenced this issue Oct 17, 2018
nmanovic pushed a commit that referenced this issue Mar 30, 2019
* Updating of indexes after creating new objects on a server, links to objects were fixed, codacy issues
* Sent exceptions and logs to a server
* Removed outdated code
azhavoro pushed a commit that referenced this issue Dec 25, 2019
fixed image drawing for annotation mode
korshunovdv pushed a commit to Evocargo/cvat that referenced this issue Aug 23, 2021
# 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)
evekeen added a commit to acetrace/cvat that referenced this issue Jun 6, 2022
…rted-tasks

Feature/fixed quality of imported tasks
summeroff pushed a commit to summeroff/cvat that referenced this issue Aug 14, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants