diff --git a/.gitignore b/.gitignore index adcef24..78baf36 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ lib64/ parts/ sdist/ var/ -out/ *.egg-info/ .installed.cfg *.egg @@ -57,4 +56,9 @@ docs/_build/ # Config file src/config/config.json dataset/ -dataset.rar \ No newline at end of file +dataset.rar + +out/*.* +out/img/*.png +out/models/*.yaml +out/log/*.csv \ No newline at end of file diff --git a/out/img/.gitkeep b/out/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/out/log/.gitkeep b/out/log/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/out/models/.gitkeep b/out/models/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/config/config.template.json b/src/config/config.template.json index 21299f1..6889e88 100644 --- a/src/config/config.template.json +++ b/src/config/config.template.json @@ -1,5 +1,8 @@ { "path": "", + "models": { + "knn": "" + }, "out": { "img": "", "log": ""