diff options
| author | jules@lens <julescarbon@gmail.com> | 2019-02-13 02:02:11 +0100 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2019-02-13 02:02:11 +0100 |
| commit | 857a8a5f13fa63e7cbc56bfee0361c8c02860424 (patch) | |
| tree | caf41529595dd05ca0808a9fcf5739613df3438c /old/server/app/main/img_proc_config.py | |
| parent | 84500c8a1e4e7ef267d71fdf8ad5a52fb33b2cb5 (diff) | |
| parent | dc7d9cbba842472efb33186e97ee55751e4d50ca (diff) | |
Merge branch 'master' of asdf.us:megapixels_dev
Diffstat (limited to 'old/server/app/main/img_proc_config.py')
| -rw-r--r-- | old/server/app/main/img_proc_config.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/old/server/app/main/img_proc_config.py b/old/server/app/main/img_proc_config.py deleted file mode 100644 index db124978..00000000 --- a/old/server/app/main/img_proc_config.py +++ /dev/null @@ -1,20 +0,0 @@ -# paths for image processors -import os -from os.path import join - -class ImgProcConfig: - - def __init__(self): - dir_models = '/data_store/apps/dulldream/dnn_models' - - # mask rcnn - self.mask_rcnn_class_config = '/dulldream/src/config/coco_meta.json' - self.mask_rcnn_model = join(dir_models,'tf/mask_rcnn_coco.h5') - - # p2p - self.p2p_ckpts_dir = join(dir_models,'p2p/coco2014_person') - self.p2p_epoch = 'latest' - - # p2p objects only - self.p2p_bg_ckpts_dir = join(dir_models,'p2p/coco2014_objects') - self.p2p_bg_epoch = 'latest' |
