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

Feature Requests for CVAT #9105

Open
2 tasks done
bhavya-goyal-22 opened this issue Feb 14, 2025 · 1 comment
Open
2 tasks done

Feature Requests for CVAT #9105

bhavya-goyal-22 opened this issue Feb 14, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@bhavya-goyal-22
Copy link

Actions before raising this issue

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

Is your feature request related to a problem? Please describe.

Feature Requests for CVAT

1. Bulk Annotation Download for Multiple Jobs Under a Task

Problem:

  • Currently, exporting annotations requires downloading each job separately.
  • After clicking "Download," users are redirected to another page to retrieve the file.
  • This process is tedious and time-consuming when working with multiple jobs.

Proposed Solution:

  • Add an option to select multiple jobs and export all annotations at once.
  • Bundle the downloaded annotations into a ZIP file containing individual job annotation exports.
  • Provide a progress indicator to show the status of bulk downloads.
    -Provide a progress indicator to show the status of bulk downloads.

2. Customizable CSV Export for 'CVAT for Images 1.1' Format

Problem:

  • The exported CSV file includes extra columns that may not be necessary for all users.
  • Users often need to perform additional post-processing to clean the data.

Proposed Solution:

  • Introduce a UI option allowing users to select which columns to include in the exported CSV.
  • Implement a preview feature to show sample data before exporting.
  • Enable users to save export preferences for future use.

3. Single vs. Multi-label Classification Option

Problem:

  • There is no clear distinction between single-label and multi-label classification tasks.
  • Users may accidentally override labels when assigning a second tag.

Proposed Solution:

  • Introduce a toggle option in the UI to switch between single-label and multi-label modes.
  • If single-label is selected:
    • Assigning a second tag should trigger a warning:

      "You are about to override the existing tag. Do you want to proceed?"

  • If multi-label is selected:
    • Multiple tags can be assigned without restriction.
  • Provide a visual indication (such as color coding) for active classification mode.

Contribution

  • I am willing to contribute to the Python backend implementation of these features.
  • I need assistance with the front-end implementation (React-based UI components).
  • Please guide me on how to proceed with setting up and contributing to the front-end development.

Looking forward to your guidance and feedback!

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@bhavya-goyal-22 bhavya-goyal-22 added the enhancement New feature or request label Feb 14, 2025
@harrylal
Copy link

Even i was facing the same challenges and would love to contribute to the python or brainstorming parts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants