加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Bagshaw 提交于 2017-05-21 21:11 . Add tests for training
# Python bytecode
*.pyc
# Weight files
bin/
# Sample image data
sample_img/*.jpg
!sample_img/sample_*.jpg
sample_img/out/*
# Annotated test results
results/
# Intermediate training data
backup/
tfnet/yolo/parse-history.txt
tfnet/yolo/*.parsed
*.txt
!requirements*.txt
*.pb
/profile
/test.py
# Built cython files
darkflow/cython_utils/*.pyd
darkflow/cython_utils/*.c
#egg-info
darkflow.egg-info/
#Other build stuff
build/
#TensorBoard logs
summary/
#Built graphs
built_graph/
#Training checkpoints
ckpt/*
#pytest cache
.cache/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化