-
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
Interpolation mode UI problems #1343
Comments
It is need to set number of points to 1 before.
Old CVAT UI (and CVAT server, by the way) does not have algorithm to interpolate polyshapes. We've never supported it before.
I am not sure what you mean Speaking about the new UI, it has some "internal" interpolation algorithms (again, only on client), but they are only |
It is, actually, supported on the server for quite a while. It will probably work even for different shape types in the same track.
I mean that there is no way to get interpolated shapes after merging until task annotation window is reopened (to be more correct - until annotations are saved and loaded). For this specific case the situation was: frame 1 has shape, frame 3 has shape, they are merged into a track. The track then has a shape on the frames 2 and 4 with |
Yes, Nikita did something like that, but there are reasons why this server algorithm doesn't work in the most of cases. So, I wouldn't say server supports it. What's more, behavior you described, probably happens because of incompatibility between server and client interpretation of poly tracks. |
I see here some minor bugs in both old and new UI, and I will fix them. |
Should be fixed in the PR above
Should be fixed in the PR above
Was not able to reproduce. Will try later. |
Check out the task 29256, where all of this was tested. |
I tried.
Also I could not reproduce: |
Can we close the issue? |
Old UI:
New UI:
Task 29256, representative test is a task with 4+ frames.
The text was updated successfully, but these errors were encountered: