1 Star 0 Fork 0

qianyizhang / detectron2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.flake8 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thiago Crepaldi 提交于 2022-07-15 19:42 . Add support for ONNX-only
# This is an example .flake8 config, used when developing *Black* itself.
# Keep in sync with setup.cfg which is used for source packages.
[flake8]
ignore = W503, E203, E221, C901, C408, E741, C407, B017, F811, C101, EXE001, EXE002
max-line-length = 100
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = build
per-file-ignores =
**/__init__.py:F401,F403,E402
**/configs/**.py:F401,E402
configs/**.py:F401,E402
**/tests/config/**.py:F401,E402
tests/config/**.py:F401,E402
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qianyiz/detectron2.git
git@gitee.com:qianyiz/detectron2.git
qianyiz
detectron2
detectron2
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891