Skip to content

Commit

Permalink
Merge pull request #7 from MateoLostanlen/reorganize-repo
Browse files Browse the repository at this point in the history
Reorganize repo
  • Loading branch information
MateoLostanlen authored Jul 4, 2022
2 parents b6445f6 + 6c991a8 commit 6d517ed
Show file tree
Hide file tree
Showing 45 changed files with 379 additions and 3,524 deletions.
3 changes: 3 additions & 0 deletions .dvc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/config.local
/tmp
/cache
4 changes: 4 additions & 0 deletions .dvc/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[core]
remote = pyronear-dvc
['remote "pyronear-dvc"']
url = gdrive://1jAmkfd7rkWnuOBLfeqaR3BEe6TOZ7HFL
3 changes: 3 additions & 0 deletions .dvcignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore
5 changes: 3 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[flake8]
max-line-length = 120
ignore = F401, E402, E265, F403, W503, W504, F821
exclude = venv*, .circleci, .git, docs
ignore = E203, E402, E265, F403, W503, W504, E731
exclude = .github, .git, venv*, docs, build
per-file-ignores = **/__init__.py:F401
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ target/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# pyenv
.python-version
Expand Down Expand Up @@ -102,6 +103,9 @@ venv.bak/

# mypy
.mypy_cache/
data/
test/fixtures/videos/
conda-dist/

# yolov5 files
runs
*.pt
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "yolov5"]
path = yolov5
url = https://github.com/ultralytics/yolov5.git
Loading

0 comments on commit 6d517ed

Please sign in to comment.