-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very low framerate #317
Comments
So how good is your computer? Can you provide details on your hardware setup and running environment, such as CPU model, OS and compiler? Also note that you should turn on high performance mode when running on a laptop. |
my computer: |
Looks good. If I understand correctly, '10 Hz' means 10 FPS. But,
|
yes 10fpd |
Did you try our example (https://github.com/ShiqiYu/libfacedetection/blob/master/example/detect-camera.cpp) or compose your own? If you have not try our example, you can change the input from a webcam to your video, and uncomment line84 to verify the input size. |
@fengyuentau i tested too your example with video and have the same low FPS! |
|
@fengyuentau is it clear for you to understand my problem? |
+1; I have a quite similar problem with the performance, I cannot reach the performance reported in the tables. My PC specs are: Processor: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz 2.21 GHz |
@tofis-imverse @fengyuentau Did you find any solution for this? |
@Thanh-Binh I was able to reach almost the reported latency (maybe x1.2) using the .lib built in cmake with the suggested flags instead of adding the source files. Did you try that? |
@tofis-imverse I am not sure if I understood you well. Could you pls share your cmakefile.txt? Thanks |
@Thanh-Binh Yes, you can find it here https://drive.google.com/file/d/1I9DwiPCRac8dhrL8irG5moLHEpNNcdFS/view?usp=sharing. |
@tofis-imverse thanks for sharing. I will test it soon |
@tofis-imverse |
In my very good laptop it runs at 10 Hz in release mode!
Any idea for improvement?
Thanks
The text was updated successfully, but these errors were encountered: