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

Quality reports cannot be computed when there are images with same filenames and different extensions #8029

Open
2 tasks done
zhiltsov-max opened this issue Jun 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zhiltsov-max
Copy link
Contributor

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

  1. Create a task with 2 images having same names and different extensions
  2. Create a GT job, add annotations, compute quality report
  3. The report computation fails with an error about conflicting dataset items

Expected Behavior

Quality report is computed

Possible Solution

The current implementation relies on Datumaro representation for the task. It has the same problem as dataset exports. However, in this case it's possible to map file names for comparison to avoid the problem.

Context

No response

Environment

- Any version of CVAT with quality functionality included
@zhiltsov-max zhiltsov-max added the bug Something isn't working label Jun 13, 2024
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

1 participant