PINTO0309 / OpenVINO-EmotionRecognition

OpenVINO+NCS2/NCS+MutiModel(FaceDetection, EmotionRecognition)+MultiStick+MultiProcess+MultiThread+USB Camera/PiCamera. RaspberryPi 3 compatible. Async.
https://qiita.com/PINTO
MIT License
57 stars 23 forks source link

Why did you use multiprocessing here? #4

Open anoob09 opened 5 years ago

anoob09 commented 5 years ago

Was it really needed and did it help you imporve the performance? Can we run this application without using multiprocessing?

PINTO0309 commented 5 years ago

Just modify the program yourself and infer several times in succession.

anoob09 commented 5 years ago

Just modify the program yourself and infer several times in succession.

I am having issue in loading more than one model in one time.