Skip to content

Commit

Permalink
Merge pull request #41 from IvanKuchin/development
Browse files Browse the repository at this point in the history
Code refactoring
  • Loading branch information
IvanKuchin authored Nov 25, 2024
2 parents e202211 + 08bdc41 commit a87dac4
Show file tree
Hide file tree
Showing 84 changed files with 2,270 additions and 1,353 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
__pycache__
.venv
venv
**/__pycache__
*.egg-info
build/

logs
predict
predict.*
/predict
/predict.*
*.h5
*.keras
*.hdf5
Expand All @@ -10,4 +15,5 @@ tmp
.venv
weights.*
csv_logs
fixes.txt
fixes.txt
*.jpg
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "Python Debugger: Python File",
"type": "debugpy",
"request": "launch",
"program": "${file}"
}
]
}
236 changes: 0 additions & 236 deletions dataset/craft_datasets.py

This file was deleted.

Loading

0 comments on commit a87dac4

Please sign in to comment.