Merge branch 'master' of github.com:PyRetri/PyRetri

pull/2/head
hubenyi 2020-04-27 16:23:46 +08:00
commit b98e3f9675
18 changed files with 30 additions and 0 deletions

30
.gitignore vendored 100644
View File

@ -0,0 +1,30 @@
# compilation and distribution
__pycache__
_ext
*.pyc
*.so
detectron2.egg-info/
build/
dist/
wheels/
# pytorch/python/numpy formats
*.pth
*.pkl
*.npy
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# editor settings
.idea
.vscode
.DS_Store

BIN
main/.DS_Store vendored

Binary file not shown.

BIN
pyretri/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
search/.DS_Store vendored

Binary file not shown.