tf-face-recognition icon indicating copy to clipboard operation
tf-face-recognition copied to clipboard

About modifying frames

Open LiuShaw opened this issue 6 years ago • 3 comments

How to modify the number of detected frames and where to modify?

LiuShaw avatar Oct 23 '18 06:10 LiuShaw

What do you mean by the number of detected frames?

Face detection algorithm don't have a limit.

Or maybe you have in mind number of examples in the face recognition model?

btwardow avatar Oct 25 '18 12:10 btwardow

Thank you for your algorithm and reply 👍 . I found that the detect box couldn’t catch people when people move fast. I thought you set variables to limit it at first. After looking through the code, I found it just depends on the performance of CPU. In addition, as your comment, the problems in the “make” method are caused by "pre-trained models not imported properly". More specific, the loading of tf images has some problems. May it can be solved by reload tf in embedding and recognition .py. The problems do shows the magic of docker. :-)

LiuShaw avatar Oct 25 '18 13:10 LiuShaw

Hey btwardow, Capture faces is too slow how to increases.

Any way Thank for great system.

sumit1212 avatar Nov 30 '18 09:11 sumit1212