summaryrefslogtreecommitdiff
path: root/notebooks/config
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-12-05 22:20:06 +0100
committerJules Laplace <julescarbon@gmail.com>2018-12-05 22:20:06 +0100
commitb235f8912f3b3d1d8bfdc7e387e4267952b6d1f9 (patch)
tree9734d1d3b3f618195452c1170b33ac86aaa559e7 /notebooks/config
parent03ed12b471c1e50ae531c46fcbf5afd06ca5432b (diff)
parent90abf459d1df1f21960c1d653a1f936d1ec30256 (diff)
merge
Diffstat (limited to 'notebooks/config')
-rw-r--r--notebooks/config/__init__.py0
-rw-r--r--notebooks/config/config.py11
2 files changed, 0 insertions, 11 deletions
diff --git a/notebooks/config/__init__.py b/notebooks/config/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/notebooks/config/__init__.py
+++ /dev/null
diff --git a/notebooks/config/config.py b/notebooks/config/config.py
deleted file mode 100644
index 89cdca8c..00000000
--- a/notebooks/config/config.py
+++ /dev/null
@@ -1,11 +0,0 @@
-import os
-import os.path as osp
-
-# Setup directory paths
-project_root = os.path.dirname(os.path.realpath(''))
-DATA_STORE = osp.join(project_root,'data_bodega')
-OUTPUT_DIR = osp.join(DATA_STORE,'output')
-
-# Asset directories
-IMAGES_DIR = osp.join(DATA_STORE,'images')
-MODELS_DIR = osp.join(DATA_STORE,'models') \ No newline at end of file