-
Notifications
You must be signed in to change notification settings - Fork 3k
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
z-order: showing and sorting #2180
Comments
Hi, @yanmu2017 Sorting by a z order in side panel might be a feature request, but what is use case where you need it? |
Thank you for the reply. I look for a way to check if labelled objects have desired z order numbers. This is needed as I label an image at many layers. Sorting by a z order will do exactly what I want here. |
I am not sure that sorting by z order in side panel is a convenient way. You always need to look first at sidebar, second at canvas for each object. Layer slider I suppose is more convenient way here. |
Hi, like @yanmu2017 I'd prefer being able to sort objects within the side panel. In my case I'd like to make sure that certain labels are always behind some otherwise labelled objects. In that case, at least, I wouldn't need to search each object also in the canvas as @bsekachev pointed out. |
You would need to search each object in side panel in this case (maybe it is convenient when there aren't too many objects and a couple of classes, but in typical segmentation datasets there can be tens and hundreds of objects per frame with tens classes). So, trying to sort out what objects behind or in front of another objects in common case is not trivial in such the case. I understand you case, but at the same time we should find a solution that doesn't overcomplicates the UI (In my opinion sorting by z-order is a feature that doesn't bring any additional complex, but showing exact z order for each object does). Let's submit a feature request and find a solution. The feature is out of scope of our team, so I put it in backlog. Maybe someone from the community will work on it. |
Thanks for the nice labeling tool. I have two questions while using z-order.
I use the default 'develop' branch downloaded on September 14, 2020.
(1) showing
I understand I can use '+' or '-' to increase or decrease the z-axis, respectively.
But after doing that, I cannot find any place in the CVAT interface showing the current z-axis of a polygon, except in the downloaded xml file. Maybe I am missing something?
(2) sorting
At the moment we can sort the labeled objects with ID and updated time. Can we also sort them with their z-axis numbers?
The text was updated successfully, but these errors were encountered: