-
Notifications
You must be signed in to change notification settings - Fork 135
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
CLI Format Documentation #1545
Labels
user experience
Questions about our products or things to improve user experience
Comments
Hi @1dmesh, |
vinnamkim
added
the
user experience
Questions about our products or things to improve user experience
label
Jun 25, 2024
6 tasks
vinnamkim
added a commit
that referenced
this issue
Jul 24, 2024
### Summary - This PR resolves https://jira.devtools.intel.com/browse/CVS-144954 and #1545 - Add a new CLI command: `datum format`. It displays a list of data format names supported by Datumaro. It can be useful for quick reference of data format name used for other CLI command such as `datum convert -if <data-format> -f <data-format>`. ### How to test Added unit tests as well. ### Checklist <!-- Put an 'x' in all the boxes that apply --> - [x] I have added unit tests to cover my changes. - [ ] I have added integration tests to cover my changes. - [x] I have added the description of my changes into [CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md). - [x] I have updated the [documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs) accordingly ### License - [x] I submit _my code changes_ under the same [MIT License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. - [x] I have updated the license header for each file (see an example below). ```python # Copyright (C) 2024 Intel Corporation # # SPDX-License-Identifier: MIT ``` --------- Signed-off-by: Kim, Vinnam <[email protected]>
Added a new CLI command for this use case, #1570 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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):
The formats available for
--format
will be there underPlugins -> 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.
The text was updated successfully, but these errors were encountered: