Closed YoungjaeDev closed 1 year ago
I have tried and found the frame rate drop a lot, can you change that to be faster?
@TruongVanPhuoc yes, I try to improve FPS, but it has some problems
I'll take a look, too
Is it possible to share if there is an advanced part?
@youngjae-avikus This is all.
Recognize thread bug when multiple faces are in frame
Hello It's recognized in a video with multiple faces in one frame, but individual face IDs come out the same, so I felt something was wrong. When I looked at the code, the
thread.join
part was missing, so I don't think the semaphore of global variables is guaranteed. So it can be solved by addingthread.join
, but is it possible to modify it to a more general code?