diff options
| author | Adam Harvey <adam@ahprojects.com> | 2018-11-19 12:47:46 +0100 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2018-11-19 12:47:46 +0100 |
| commit | 7ef16173d9d7d62f202d5fed43d7c3f54fa4169c (patch) | |
| tree | edaa8f1872efc695c1cc023e23513860d4671090 /notebooks/config/config.py | |
| parent | 869d63677ee1d508fc3ebc14c0994a2813b85272 (diff) | |
| parent | 4a6e67760692b9426ccfdc529619677016a57e6a (diff) | |
.
Diffstat (limited to 'notebooks/config/config.py')
| -rw-r--r-- | notebooks/config/config.py | 11 |
1 files changed, 0 insertions, 11 deletions
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 |
