RetinaFace-Cpp icon indicating copy to clipboard operation
RetinaFace-Cpp copied to clipboard

How can I elevate the model performance?

Open ghost opened this issue 5 years ago • 1 comments

The inference cost time is more than 200ms in my device... while I use 4 threads to match the core num... (network input size is 640*480) However , when I use the inference in "SpeedTest", The forward time is less than 100ms, remains 4 thread... Could U share the SpeedTest's source code? Thank you

ghost avatar Aug 03 '19 12:08 ghost

The inference cost time is more than 200ms in my device... while I use 4 threads to match the core num... (network input size is 640*480) However , when I use the inference in "SpeedTest", The forward time is less than 100ms, remains 4 thread... Could U share the SpeedTest's source code? Thank you

How do you evaluate speed in your device?

Charrin avatar Aug 15 '19 03:08 Charrin