Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

OpenVino accuracy checker - logging

Aurjay
Novice
613 Views

Hello,

Can someone shed some light on how to export the results of the accuracy checker in Openvino from Windows command line to a .txt file or similar. Seeing the accuracy just on the cmd is not effective.

 

Relevant Links or Windows Cmd would be helpful.

 

Labels (1)
0 Kudos
1 Solution
IntelSupport
Moderator
502 Views

Hi Aurjay,

 

Thanks for reaching out.

The output can be exported into the .txt file by using the --log_file arguments in your accuracy_check command.

 

Command used:

accuracy_check -c sample/sample_config.yml -m data/test_models -s sample --log_file test.txt

 

create_log.png

 

 

Regards,

Aznie

 

View solution in original post

0 Kudos
2 Replies
IntelSupport
Moderator
503 Views

Hi Aurjay,

 

Thanks for reaching out.

The output can be exported into the .txt file by using the --log_file arguments in your accuracy_check command.

 

Command used:

accuracy_check -c sample/sample_config.yml -m data/test_models -s sample --log_file test.txt

 

create_log.png

 

 

Regards,

Aznie

 

0 Kudos
IntelSupport
Moderator
467 Views

Hi Aurjay,


This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.



Regards,

Aznie


0 Kudos
Reply