ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

存放face结果的interval为什么要设置成142呀? #259

Closed jinbaoziyl closed 4 years ago

jinbaoziyl commented 4 years ago

在facedetect_cnn函数里面421行,short p = ((short)(result_buffer + 4)) + 142 * size_t(i); 请问这个142是怎么计算的呀?

ShiqiYu commented 4 years ago

很早以前的老版本里关键点数量多,需要142个,现在为了兼容就没改。

On Wed, Jun 3, 2020 at 6:09 PM jinbaoziyl notifications@github.com wrote:

在facedetect_cnn函数里面421行,short p = ((short)(result_buffer + 4)) + 142 * size_t(i); 请问这个142是怎么计算的呀?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ShiqiYu/libfacedetection/issues/259, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWR4HLEKH5A3IFHEIRUZXDRUYOMTANCNFSM4NRQUHPA .

--

Prof. Shiqi YU (于仕琪)

Department of Computer Science and Engineering,

Southern University of Science and Technology,

Shenzhen, China.