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

Example for using two graphs to make 2 inferences

idata
Employee
590 Views

Hi, I will really appreciate it if someone points me to an example that shows how I can create two graphs (lets say features from different layers of a trained network) and then make 2 inferences on the same data without having to load the image twice.

 

Thanks
0 Kudos
2 Replies
idata
Employee
341 Views

@Player3120

 

I do not know if it is useful, but my program below loads two kinds of graph.

 

Pascal VOC + WIDER FACE ---> 20 Class detection and face detection

 

Two types of detection are performed simultaneously using two kinds of graphs.

 

It works with normal USB camera.

 

https://github.com/PINTO0309/MobileNet-SSD-RealSense/blob/master/MultiStickSSDwithRealSense.py
0 Kudos
idata
Employee
341 Views

Thanks..I will check it. Kind regards

0 Kudos
Reply