diff --git a/Bank_second_part/xbank_detect_process/benchmark.md b/Bank_second_part/xbank_detect_process/benchmark.md index d737556..901b11a 100644 --- a/Bank_second_part/xbank_detect_process/benchmark.md +++ b/Bank_second_part/xbank_detect_process/benchmark.md @@ -6,7 +6,15 @@ - 20fps -# Before 89746c13ca +# 环境 + +- Intel(R) Xeon(R) Gold 6133 CPU @ 2.50GHz + +- RTX-4090 + +- Ubuntu22.04 + + ``` /home/tp/taojx/xbank_test_videos/0711-1/0711-1_10.avi 2023-10-02 21:47:37.985733 563 @@ -28,3 +36,11 @@ Predicted in 11.78ms. 84.92 FPS 总共处理时间: 10.877327028021682s ``` +# 优化实验 + +## 开线程池,并行处理读取到的每一帧 +效果不好,反而变慢了,大概需要14秒 + +## 结论 + +FastDeploy做了充分的优化,在跑任务时CPU和GPU都是均衡分布的,不需要做额外的调度。 \ No newline at end of file