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 can I train a new model?

redans__redans
Beginner
1,193 Views

Hi,
I recently bought NCS2 from Intel Movidius Myriad X VPU and I tried this demo on Linux guest (WIN10 host).

Linux guest distribution:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial

All examples woks fine. Now, I want to train another detection model, for example to detect eggs or bulbs or I don't know... something else. It's posible to do that and after could I integreated it into this tutorial?

0 Kudos
1 Reply
HemanthKum_G_Intel
1,193 Views

AI training can be done by using popular frameworks like Tensorflow, Caffe, etc., which are supported by OpenVINO for inference. AI training details are not covered in this forum. After training, the resultant model has to be converted using OpenVINO's Model Optimizer and then can be executed using OpenVINO Inference Engine sample. I have an end-to-end sample to understand this process - https://github.com/vijnasu/TF-Training-OpenVINO-Inference

 

0 Kudos
Reply