加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.dockerignore 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
代码阿尔法 提交于 2024-01-13 22:13 . add test
# Gradio YOLOv8 Det
# 创建人:曾逸夫
# 项目地址:https://gitee.com/CV_Lab/gradio-yolov8-det
test.py
test*.py
!test_*.py
# 图片格式
*.jpg
*.jpeg
*.png
*.svg
*.gif
# 日志格式
*.log
*.data
*.txt
# 生成文件
*.pdf
*.xlsx
*.csv
# 参数文件
*.yaml
*.json
# 压缩文件格式
*.zip
*.tar
*.tar.gz
*.rar
# 字体格式
*.ttc
*.ttf
*.otf
*.pkl
# 模型文件
*.pt
*.db
.DS_Store
**/flagged
**/run
!requirements.txt
!**/cls_name/*
!**/model_config/*
!**/img_examples/*
!**/img_examples/img_clas/*
!requirements.txt
!.pre-commit-config.yaml
!/icon/gradio_yolov8_det_logo.png
/__pycache__
**/__pycache__
*.egg-info
**/dist/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化