yfeng95 / PRNet

Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
http://openaccess.thecvf.com/content_ECCV_2018/papers/Yao_Feng_Joint_3D_Face_ECCV_2018_paper.pdf
MIT License
4.95k stars 947 forks source link

Fixing RGB2BGR problem with opencv and adding live feed through webcam option #96

Open MohamedAliRashad opened 5 years ago

MohamedAliRashad commented 5 years ago

It's not a big deal by any mean but it's nice to be fixed.

MohamedAliRashad commented 5 years ago

A lot of changes i know.

Dinovan-dev commented 5 years ago

Hi !

I'm facing issues trying to use your live detection option : program is very very slow. My config :

I installed tensorflow-gpu and I checked whether algorithm was using CPU or GPU. It correctly use GPU. Have you any idea where that slow execution should come from ?

Greetings