Star-Clouds / CenterFace

face detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video predictive acceleration

zuihu opened this issue · comments

Hello, I need help. When I was using the PRJ-Python demo for video prediction, I found that the video played very slowly. How can I speed it up? How can I use the GPU to speed up the prediction?
for example:
cpu times = 0:00:00.607373
cpu times = 0:00:00.600722
cpu times = 0:00:00.605358
cpu times = 0:00:00.595381
cpu times = 0:00:00.600362
cpu times = 0:00:00.597402
cpu times = 0:00:00.600776
cpu times = 0:00:00.613360
cpu times = 0:00:00.604355
cpu times = 0:00:00.617489
cpu times = 0:00:00.601388
cpu times = 0:00:00.602388

I've installed and used deface on colab gpus. You don't need to explicitly set flags for gpu acceleration, if gpu is available.