Skip to content

xugaoxiang/yolov5-streamlit

Repository files navigation

yolov5-streamlit

Deploy YOLOv5 detection with Streamlit

博文地址: https://xugaoxiang.com/2021/08/27/yolov5-streamlit/

线上体验

直接访问 https://share.streamlit.io/xugaoxiang/yolov5-streamlit/main/main.py

安装依赖

# 本地安装的话,请将opencv-python-headless改为opencv-python
pip install -r requirements.txt

如果有GPU的话,将torch替换成gpu版本可加速检测

运行项目

streamlit run main.py

图片检测

streamlit yolov5 image detection

视频检测

streamlit yolov5 video detection

About

Deploy YOLOv5 detection with Streamlit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published