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.
6404 Discussions

How to import pickle data with accuracy_check

lantianguhong
Beginner
767 Views

Excuse me, I met a problem with accuracy_check. If anyone can help me, please reply! Thank you very much.

 

My yaml content is the following:

models:
- name: saved_model_int8
launchers:
- framework: dlsdk
device: CPU
model: out/FP32/saved_model.xml
weights: out/FP32/saved_model.bin
##adapter: classification
datasets:
- name: data
annotation: data.pickle
reader: pickle_reader

 

my command is :

#accuracy_check -c MA00_model_int8.yaml

but there is a problem,  I don't know how to configure my yaml file.

lantianguhong_0-1645424420770.png

 

0 Kudos
2 Replies
Zulkifli_Intel
Moderator
732 Views

Hello Lantianguhong,


Thank you for reaching out to us.


Annotation Converters demonstrate how pickle file is used. Did you have a chance to look at Deep Learning accuracy validation framework? This document shows an example of dataset definition. Also, Intel provides predefined configuration files that you can refer to configure .ymal file for your model.


Sincerely,

Zulkifli 


0 Kudos
Zulkifli_Intel
Moderator
703 Views

Hello Lantianguhong,


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.


Sincerely,

Zulkifli


0 Kudos
Reply