Skip to content

new config.yaml file #1736

Answered by samet-akcay
yvr354 asked this question in Q&A
Feb 13, 2024 · 3 comments · 2 replies
Discussion options

You must be logged in to vote
    CLI Usage:
        1. To export as a torch ``.pt`` file you can run the following command.
            ```python
            anomalib export --model Padim --export_mode TORCH --data MVTec
            ```
        2. To export as an ONNX ``.onnx`` file you can run the following command.
            ```python
            anomalib export --model Padim --export_mode ONNX --data Visa --input_size "[256,256]"
            ```
        3. To export as an OpenVINO ``.xml`` and ``.bin`` file you can run the following command.
            ```python
            anomalib export --model Padim --export_mode OPENVINO --data Visa --input_size "[256,256]"
            ```
        4. You can also overrride…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@nguyenanhtuan1008
Comment options

@samet-akcay
Comment options

Answer selected by samet-akcay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants