uricamic / clandmark

Open Source Landmarking Library
http://cmp.felk.cvut.cz/~uricamic/clandmark
GNU General Public License v3.0
199 stars 111 forks source link

Ask some questions for using "C2F-DPM.xml" #81

Closed happygao closed 7 years ago

happygao commented 7 years ago

Hi, I want to use the "C2F-DPM.xml" to deal with videos by using C++, I download the code from your website,but the code snippets do not show the function of getUpdatedBBOX(). could you give me the code of function please, thankyou very much.

happygao commented 7 years ago

@uricamic

uricamic commented 7 years ago

Hi @happygao,

actually, the code snippets contain this function, it is just hidden on the other tab.

happygao commented 7 years ago

Hi,@uricamic Thank you very much.I find the function of getUpdatedBBox(). I use the C2F-DPM to deal with the video datas. The speed is so slow of fps:1.8. And the result is terrible. The result of your website is so good, I can not find the question of code. Is it has something with the video datas? Could you help me answer it?

uricamic commented 7 years ago

Hi @happygao I responded to your email. The fps should be around 10 fps (depending on your hardware) for the C2F-DPM model. This holds for video with a single face and the face detection time is not counted. Please provide me some exemplary frames from the video on which you obtain these bad results, so I can give you some hints what might be wrong.

happygao commented 7 years ago

OK,thank you for your help. I clean up my code and the bad examples,then send the email to you.