Open LiuShaw opened 6 years ago
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?
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. :-)
Hey btwardow, Capture faces is too slow how to increases.
Any way Thank for great system.
How to modify the number of detected frames and where to modify?