diff options
| author | Adam Harvey <adam@ahprojects.com> | 2019-06-03 13:15:37 +0200 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2019-06-03 13:15:37 +0200 |
| commit | 144c425749bbc7d092b31977439c911185eb6f33 (patch) | |
| tree | 46bbaf16adb6bb8bbc29bba92e451629858489c7 /megapixels/notebooks/config/config.py | |
| parent | 74d6c74ff7f85125a32d3710d8620893cd5e9aa7 (diff) | |
grapoh
Diffstat (limited to 'megapixels/notebooks/config/config.py')
| -rw-r--r-- | megapixels/notebooks/config/config.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/megapixels/notebooks/config/config.py b/megapixels/notebooks/config/config.py deleted file mode 100644 index 89cdca8c..00000000 --- a/megapixels/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 |
