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

🔨 export subcommand of the CLI does not have a good documentation. #1767

Closed
ashwinvaidya17 opened this issue Feb 21, 2024 · 0 comments · Fixed by #2058
Closed

🔨 export subcommand of the CLI does not have a good documentation. #1767

ashwinvaidya17 opened this issue Feb 21, 2024 · 0 comments · Fixed by #2058
Assignees
Milestone

Comments

@ashwinvaidya17
Copy link
Collaborator

What is the motivation for this task?

When we pass incorrect parameters or request help when using anomalib export, it produces a verbose output. It is not readable and clear to the users.
Additionally, it also accepts capital values for enum types rather than allowing lowercase as well.

Describe the solution you'd like

Extend the verbosity options like anomalib train -h -v to the export method.

Additional context

Example of capitalization requirement

 Expected a member of <enum 'ExportType'>: {ONNX,OPENVINO,TORCH}. Got value: onnx
@ashwinvaidya17 ashwinvaidya17 added this to the v1.0.0 milestone Feb 21, 2024
@samet-akcay samet-akcay changed the title [Task]: export subcommand of the CLI does not have a good documentation. 🔨 export subcommand of the CLI does not have a good documentation. Feb 21, 2024
@ashwinvaidya17 ashwinvaidya17 modified the milestones: v1.0.0, v1.1.0 Feb 28, 2024
@samet-akcay samet-akcay removed the Task label Apr 1, 2024
@ashwinvaidya17 ashwinvaidya17 self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants