Conversation
bsekachev
reviewed
Jan 21, 2026
cvat-ui/src/components/annotation-page/review-workspace/review-workspace.tsx
Show resolved
Hide resolved
bsekachev
reviewed
Jan 21, 2026
...i/src/components/annotation-page/standard-workspace/objects-side-bar/object-item-details.tsx
Outdated
Show resolved
Hide resolved
|
cvat-ui/src/containers/annotation-page/standard-workspace/objects-side-bar/objects-list.tsx
Show resolved
Hide resolved
bsekachev
approved these changes
Jan 28, 2026
Member
bsekachev
left a comment
There was a problem hiding this comment.
Overall LGTM, please look at minor comments
|
|
||
| ### Added | ||
|
|
||
| - Score visualization in UI with a virtual "Votes" attribute calculated as `score × replica_jobs` |
Contributor
There was a problem hiding this comment.
This formula can stop working if we allow job creation after merging, will need to understand how to handle it.
Contributor
Author
There was a problem hiding this comment.
Yes, that may be an issue. But for now, as we discussed, we’ll explicitly mention in the documentation that this value is UI-only and approximate.
zhiltsov-max
approved these changes
Jan 28, 2026
Merged
j-green-44
pushed a commit
to j-green-44/cvat
that referenced
this pull request
Feb 2, 2026
This PR implements a simplified consensus scoring system for merged annotations. Instead of filtering annotations based on quorum thresholds, all annotations are now merged and assigned a consensus score (0.0 to 1.0) that represents the level of agreement among annotators. Also PR contains a bunch of improvements to review mode allowing to unlock and edit objects, navigate in between objects using shortcuts.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Motivation and context
This PR implements a simplified consensus scoring system for merged annotations. Instead of filtering annotations based on quorum thresholds, all annotations are now merged and assigned a consensus score (0.0 to 1.0) that represents the level of agreement among annotators.
Also PR contains a bunch of improvements to review mode allowing to unlock and edit objects, navigate in between objects using shortcuts
How has this been tested?
Checklist
developbranchLicense
Feel free to contact the maintainers if that's a concern.