diff options
| author | adamhrv <adam@ahprojects.com> | 2018-12-05 12:00:15 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2018-12-05 12:00:15 +0100 |
| commit | 90abf459d1df1f21960c1d653a1f936d1ec30256 (patch) | |
| tree | facab8e9bac6c56e69c369c2140cdbea218a01df /notebooks/config | |
| parent | 0529d4cd1618016319e995c37aa118bf8c2d501b (diff) | |
.
Diffstat (limited to 'notebooks/config')
| -rw-r--r-- | notebooks/config/__init__.py | 0 | ||||
| -rw-r--r-- | notebooks/config/config.py | 11 |
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 |
