https://github.com/dataxujing/opencv_multithreaded
:art: :art: :art: 多线程解决非实时深度学习模型与OpenCV结合的卡顿问题
https://github.com/dataxujing/opencv_multithreaded
gaussian-yolov3 multithreading opencv python
Last synced: 2 months ago
JSON representation
:art: :art: :art: 多线程解决非实时深度学习模型与OpenCV结合的卡顿问题
- Host: GitHub
- URL: https://github.com/dataxujing/opencv_multithreaded
- Owner: DataXujing
- Created: 2019-11-24T15:55:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T15:15:07.000Z (over 6 years ago)
- Last Synced: 2025-08-15T22:52:53.134Z (11 months ago)
- Topics: gaussian-yolov3, multithreading, opencv, python
- Language: Python
- Homepage:
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 多线程解决非实时深度学习算法与OpenCV结合的卡顿问题
**Xu Jing**
所谓非实时深度学习算法是指深度学习算法的识别FPS小于视频播放的FPS,这种情况如果放在单线程中会使得OpenCV的播放卡顿。
我们采用多线程的办法解决该问题。
