Skip to content

AntonyCheng/video-stutter-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

视频卡顿检测小工具

# 创建环境
conda create -n video-stutter-detection python=3.11

# 激活环境
conda activate video-stutter-detection

# 安装依赖
pip install opencv-python scikit-image pyinstaller numpy

# 打包EXE
pyinstaller detector-gui.spec

About

视频卡顿检测小工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published