-
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
Semi-automatic tools enhancements (Non-blocking UI, tips) #3473
Conversation
.../src/components/annotation-page/standard-workspace/controls-side-bar/interactor-tooltips.tsx
Outdated
Show resolved
Hide resolved
.../src/components/annotation-page/standard-workspace/controls-side-bar/interactor-tooltips.tsx
Outdated
Show resolved
Hide resolved
@bsekachev , I like the experience, especially with DEXTR. But I'm missing a feature. When I'm annotating using DEXTR, it doesn't respect "selected opacity" parameter. In some cases it is really difficult to annotate if opacity is 0 during drawing. |
Added feature: "Selected opacity" slider now defines opacity level of shapes being drawn (works when draw shapes, or work with interactors | trackers) |
788eea5
to
7753c58
Compare
Could you please update the user guide about using interactors according to new changes (non-blocking UI, Selected opacity slider)? Contact @azhavoro to get a CVAT instance with these changes. Also, we expect a feedback from the DA team about the previous PR (with points minimizer) and this PR, since they were implemented to satisfy your requests. Could you please prepare a test for:
|
@bsekachev , we will update the documentation. |
@bsekachev , we made one more annotation experiment with another but similar annotation task we used before, and got the following conclusions: |
@aschernov , can we try the same experiments on objects like persons? Each DL model is trained on a specific dataset. DEXTR was trained on Pascal or COCO. It means that the model didn't see classes which you try to annotate. This is why results are extremely bad (my guess). Probably it should be mentioned in documentation. When we are able to retrain the model on the fly, it makes sense to come back to experiments which were described in the comment above. |
@nmanovic , sure. We'll prepare a corresponding test task and repeat the experiment. I'll let you know about the results. |
Motivation and context
Related #2936
Resolved #2515
How has this been tested?
Manual testing
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.