加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
jario-jin 提交于 2021-08-18 02:01 . detection: add circlex detection
# compilation and distribution
__pycache__
_ext
*.pyc
*.so
nano.save
.catkin_workspace
build/
devel/
dist/
.vscode/
Modules/object_detection_landing/
Modules/object_detection_persistence/
Modules/object_detection_yolov5openvino/
Modules/object_detection_yolov5tensorrt/
Modules/object_detection_circlex/
# pytorch/python/numpy formats
# *.pth
*.pkl
*.npy
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# Pycharm editor settings
.idea
# project dirs
/datasets
/models
ORBvoc.txt
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化