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

[CVAT] Update quality metric to precision #2965

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

zhiltsov-max
Copy link
Collaborator

@zhiltsov-max zhiltsov-max commented Dec 29, 2024

Issue tracking

Context behind the change

Depends on cvat-ai/cvat#8888

These changes make the annotation quality more understandable from the annotator viewpoint. Simple precision has a flaw that if not enough annotations is provided, only the provided ones will be checked. This is workarounded by considering empty frames virtually annotated as "empty", which makes it impossible to provide not enough annotations. This change will increase the quality metrics in assignments in general, as accuracy includes both gt as user annotations in the denominator, while precision includes only the user annotations.

  • Changed quality metric from accuracy to precision
  • Changed CVAT project quality setting match_empty_frames to the new empty_is_annotated

How has this been tested?

Release plan

Potential risks; What to monitor; Rollback plan

Copy link

vercel bot commented Dec 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
human-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 29, 2024 8:18pm
human-dashboard-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 29, 2024 8:18pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
faucet-frontend ⬜️ Ignored (Inspect) Dec 29, 2024 8:18pm
faucet-server ⬜️ Ignored (Inspect) Dec 29, 2024 8:18pm

@zhiltsov-max zhiltsov-max marked this pull request as draft December 29, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant