From 4a6e67760692b9426ccfdc529619677016a57e6a Mon Sep 17 00:00:00 2001 From: adamhrv Date: Mon, 19 Nov 2018 12:46:02 +0100 Subject: move notebooks --- megapixels/notebooks/config/config.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 megapixels/notebooks/config/config.py (limited to 'megapixels/notebooks/config/config.py') diff --git a/megapixels/notebooks/config/config.py b/megapixels/notebooks/config/config.py new file mode 100644 index 00000000..89cdca8c --- /dev/null +++ b/megapixels/notebooks/config/config.py @@ -0,0 +1,11 @@ +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 -- cgit v1.2.3-70-g09d2