Enforce directory structure
This commit is contained in:
parent
6582fa01d6
commit
d1a3a6becc
8
.gitignore
vendored
8
.gitignore
vendored
@ -16,7 +16,6 @@ lib64/
|
|||||||
parts/
|
parts/
|
||||||
sdist/
|
sdist/
|
||||||
var/
|
var/
|
||||||
out/
|
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
@ -57,4 +56,9 @@ docs/_build/
|
|||||||
# Config file
|
# Config file
|
||||||
src/config/config.json
|
src/config/config.json
|
||||||
dataset/
|
dataset/
|
||||||
dataset.rar
|
dataset.rar
|
||||||
|
|
||||||
|
out/*.*
|
||||||
|
out/img/*.png
|
||||||
|
out/models/*.yaml
|
||||||
|
out/log/*.csv
|
0
out/img/.gitkeep
Normal file
0
out/img/.gitkeep
Normal file
0
out/log/.gitkeep
Normal file
0
out/log/.gitkeep
Normal file
0
out/models/.gitkeep
Normal file
0
out/models/.gitkeep
Normal file
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"path": "",
|
"path": "",
|
||||||
|
"models": {
|
||||||
|
"knn": ""
|
||||||
|
},
|
||||||
"out": {
|
"out": {
|
||||||
"img": "",
|
"img": "",
|
||||||
"log": ""
|
"log": ""
|
||||||
|
Loading…
Reference in New Issue
Block a user