1 Star 23 Fork 14

CV_Lab / Streamlit-YOLOv5-Modle2X

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
代码阿尔法 提交于 2022-07-17 10:12 . app 03 update
# Streamlit YOLOv5 Model2X
# 创建人:曾逸夫
# 项目地址:https://gitee.com/CV_Lab/streamlit_yolov5_modle2x
# 图片格式
*.jpg
*.jpeg
*.png
*.svg
*.gif
# 视频格式
*.mp4
*.avi
.ipynb_checkpoints
/__pycache__
*/__pycache__
# 日志格式
*.log
*.data
*.txt
# 生成文件
*.pdf
*.xlsx
*.csv
# 参数文件
*.yaml
*.json
# 压缩文件格式
*.zip
*.tar
*.tar.gz
*.rar
# 字体格式
*.ttc
*.ttf
*.otf
*.pkl
# 模型文件
*.pt
*.db
*.onnx
*.pb
*.torchscript
*.tflite
*.mlmodel
*.engine
/*_web_model
/*_saved_model
/*_openvino_model
/flagged
/run
!requirements.txt
!cls_name/*
!model_config/*
!img_examples/*
!requirements.txt
!.pre-commit-config.yaml
test.py
test*.py
model_download.py
/bak
/weights
!/data/*
Python
1
https://gitee.com/CV_Lab/streamlit_yolov5_modle2x.git
git@gitee.com:CV_Lab/streamlit_yolov5_modle2x.git
CV_Lab
streamlit_yolov5_modle2x
Streamlit-YOLOv5-Modle2X
master

搜索帮助