NguyenChanHung1

Results 1 comments of NguyenChanHung1

Try go to `PaddleDetection/deploy/pipeline/pipeline.py ` and add time.sleep(0.1) at the end of the `while(not framequeue.empty())` loop, this works for me. I think because the thread's frame capturing is slower than...