Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 439 Bytes
Copy Edit Raw Blame History
youngwanLEE authored 2020-01-20 05:15 . init release
# output dir
output
instant_test_output
inference_test_output
*.jpg
*.png
*.txt
# compilation and distribution
__pycache__
_ext
*.pyc
*.so
detectron2.egg-info/
build/
dist/
# pytorch/python/numpy formats
*.pth
*.pkl
*.npy
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# Pycharm editor settings
.idea
# project dirs
/detectron2/model_zoo/configs
/datasets
/models
/checkpoints
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化