YonghaoHe / LFFD-A-Light-and-Fast-Face-Detector-for-Edge-Devices

A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
MIT License
1.31k stars 330 forks source link

LFFD face detection bbox weird shape when running in thread or process #70

Closed JlidiBorhen closed 1 year ago

JlidiBorhen commented 4 years ago

Hi, the mxnet and tensorrt versions of the model work like charm when that's the only thing running in the python application.When I try to run inference in a multithreading thread or in a spawned process, the face detection bbox temporarily transforms to an unkown scale when the faces are moving. Any idea why this is happening?