ShiqiYu / libfacedetection

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

请问模型支持批量图片做batch推导吗? #256

Closed Aionrichman closed 4 years ago

Aionrichman commented 4 years ago

如题

ShiqiYu commented 4 years ago

当然可以啊

On Tue, May 26, 2020 at 5:15 PM Tan Wei notifications@github.com wrote:

如题

— 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/256, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWR4HIP2SSLPOXYGTKGO23RTOCBTANCNFSM4NKEBKNQ .

--

Prof. Shiqi YU (于仕琪)

Department of Computer Science and Engineering,

Southern University of Science and Technology,

Shenzhen, China.

Aionrichman commented 4 years ago

可以请问一下具体是那个入口函数吗,我这边只看到下面这个接收单图片的函数 int facedetect_cnn(unsigned char result_buffer, unsigned char * rgb_image_data, int width, int height, int step);

ShiqiYu commented 4 years ago

模型可以,代码不可以。

On Tue, May 26, 2020 at 7:35 PM Tan Wei notifications@github.com wrote:

可以请问一下具体是那个入口函数吗,我这边只看到下面这个接收单图片的函数 int facedetect_cnn(unsigned char result_buffer, unsigned char * rgb_image_data, int width, int height, int step);

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ShiqiYu/libfacedetection/issues/256#issuecomment-633970265, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWR4HKMRU7BHTGRIFYV6SLRTOSPZANCNFSM4NKEBKNQ .

Aionrichman commented 4 years ago

好的,了解了。谢谢