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.

How to convert darknet classification model to IR ?

wupeng8888
Beginner
647 Views

I use darknet to retrain a image classification model 

https://pjreddie.com/darknet/imagenet/

I want to convert it for OpenVINO, how could I do ?

0 Kudos
1 Reply
SuryaPSC_Intel
Employee
647 Views

Hi wupeng8888,

You may try converting the model weights to tensorflow .pb file using convert_weights_pb.py. Please refer to Converting YOLO* Models to the Intermediate Representation (IR).

Best Regards,

Surya

0 Kudos
Reply