openvinotoolkit / datumaro

Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
https://openvinotoolkit.github.io/datumaro/
MIT License
526 stars 129 forks source link

CLI Format Documentation #1545

Closed 1dmesh closed 2 months ago

1dmesh commented 3 months ago

For anyone struggling to use the CLI to export a project into a format, you can see your supported formats with (while in the project folder):

datum project info

The formats available for --format will be there under Plugins -> extractors. I could not find this information in the documentation... even resorting to trying to read the code to figure it out. By pure luck and desperation, I tried this command and it's there.

To reproduce this, be a beginner trying a basic workflow:

This should be easy information to find (and if it is, boy am I blind).

That being said, thank you for this amazing tool.

vinnamkim commented 3 months ago

Hi @1dmesh, Thank you for your valuable interest in our project. Your feedback on the user experience is truly appreciated. It helps us identify areas for improvement and enhances our project overall. I'll create a ticket to enhance our documentation and CLI as you suggested.

vinnamkim commented 2 months ago

Added a new CLI command for this use case, https://github.com/openvinotoolkit/datumaro/pull/1570