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

Problems with 3D annotation in milestone #6 #3438

Closed
4 of 5 tasks
nmanovic opened this issue Jul 19, 2021 · 2 comments
Closed
4 of 5 tasks

Problems with 3D annotation in milestone #6 #3438

nmanovic opened this issue Jul 19, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@nmanovic
Copy link
Contributor

nmanovic commented Jul 19, 2021

  • Problem: Initial state of the loaded scene is useless

image

When an user goes to a frame he/she should see the full scene. I will recommend to use "bird eye view" (top view) because it is easy to recognize the road, cars and other objects. Now users have to zoom out always (unnecessary action). The reference tool is initialized by a side view where all points are visible. It is also an acceptable solution.

  • Problem: black and white points without colors

image

It was already a long story. Let me come back to the decision to show black and white points. The reference tool assigns different colors to a point depends on the distance from the ego-vehicle. Let me understand reasons why CVAT doesn't do that as well.

  • Problem: Frame manipulation by mouse isn't activated by default in "select" mode

When a 3D task is loaded, it doesn't allow users to manipulate with the loaded 3D frame using mouse. It isn't how the reference tool works and CVAT 2D works. It isn't convenient.
Furthermore, if I choose "move" mode and go to another frame, "select" mode is activated and I can manipulate with the frame. Thus I can reproduce performance problems, which were reported previously.

AR: please fix performance problems, but don't break/disable expected features and functionality.

  • Problem: Projection of points on side and front views is excess

image

Projection of points on "side" and "front" views is excess. Please look at the reference tool and compare the current implementation in CVAT and expected implementation in the reference tool. On the same PCD file, in CVAT it is mostly impossible to see boundaries of objects on "side" and "front" views. Looks like points which are far away of the 3D bounding box should not be displayed at all.

  • Problem: Shape selection works with a significant delay

When I'm moving mouse under shapes, the selection works with a significant delay. I don't see the problem in the reference tool. Also, if I change "opacity" in the right side bar, UI is very unresponsive.

@nmanovic nmanovic mentioned this issue Jul 19, 2021
3 tasks
@nmanovic nmanovic added the bug Something isn't working label Jul 19, 2021
@bsekachev
Copy link
Member

bsekachev commented Aug 4, 2021

  • Problem: Cuboid can not be drawn in some cases

Start drawing a cuboid using a standard way, double-click a perspective view. UI is broken, cuboid cannot be drawn anymore, even in a new drawing session. Need to reload the page.

nmanovic pushed a commit that referenced this issue Dec 3, 2022
### Motivation and context
Related #3438 

- When dblclick one of sideviews during drawing - UI is broken
- When mouseleave sideviews during drawing - bbox disappears, need to
draw again
- Sometimes multiple draw boxes exist on view

Example:

![bug_1](https://user-images.githubusercontent.com/40690378/205139685-2c348b4f-30c0-4bcc-a101-e07c880ff358.gif)
@bsekachev
Copy link
Member

We can close it now

mikhail-treskin pushed a commit to retailnext/cvat that referenced this issue Jul 1, 2023
### Motivation and context
Related cvat-ai#3438 

- When dblclick one of sideviews during drawing - UI is broken
- When mouseleave sideviews during drawing - bbox disappears, need to
draw again
- Sometimes multiple draw boxes exist on view

Example:

![bug_1](https://user-images.githubusercontent.com/40690378/205139685-2c348b4f-30c0-4bcc-a101-e07c880ff358.gif)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants