Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Could you make guide to make merge model of object detection and face detection #24

Open
Qlinkcopter opened this issue Apr 25, 2019 · 4 comments

Comments

@Qlinkcopter
Copy link

I'm in learning to use openvino and movidius1
your github example is great!!

And if you pleased, i would like to know how you merge object detection and face detection before convert to IR

Thank you

@PINTO0309
Copy link
Owner

PINTO0309 commented May 11, 2019

I have already released the program, so I do not know what you want to know.
It only uses two different models. Also, merging is impossible.
btw, OpenVINO and NCS1 can not be combined.

@Qlinkwisp
Copy link

may be i misunderstood

let's me explain more

i think mobilessd has 21 labels things from background to tvmonitor that can give 21 possible inference label answer

and you also can give answer of [background] and [face]

im not sure how to do this

Please point the way i can learn more

@PINTO0309
Copy link
Owner

@Qlinkwisp
Pascal VOC labels example

[Background]
Person
Car
Bicycle
Bus
Motorbike
Train
Aeroplane
Chair
Bottle
Dining Table
Potted Plant
TV/Monitor
Sofa
Bird
Cat
Cow
Dog
Horse
Sheep

If you want to generate a "Face" trained model, do learning with two labels as follows:

[Background]
Face

Or just carry out learning with 22 labels as shown below.

[Background]
Person
Car
Bicycle
Bus
Motorbike
Train
Aeroplane
Chair
Bottle
Dining Table
Potted Plant
TV/Monitor
Sofa
Bird
Cat
Cow
Dog
Horse
Sheep
Face

@Qlinkwisp
Copy link

Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants