加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Shared objects
*.so
# Distribution / packaging
build/
*.egg-info/
*.egg
# Temporary files
*.swn
*.swo
*.swp
*.mat
*.pkl
!DensePoseData/demo_data/demo_dp_single_ann.pkl
*.tar.gz
*.json
!challenge/2018_COCO_DensePose/example_results.json
*.DS_Store
# Dataset symlinks
detectron/datasets/data/*
!detectron/datasets/data/README.md
# Generated C files
detectron/utils/cython_*.c
notebooks_old/*
configs_old/*
.nfs*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化