File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Makefile.config
58
58
# Data and models are either
59
59
# 1. reference, and not casually committed
60
60
# 2. custom, and live on their own unless they're deliberated contributed
61
- # data/*
61
+ data /*
62
62
models /*
63
63
* .caffemodel
64
64
* .caffemodel.h5
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
export CAFFE_ROOT=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) " /../..
3
3
export PYTHONPATH=$CAFFE_ROOT /" python"
4
- # WHERE OU WISH TO STORE THE IMAGE DATASET AND LMDB AND SCORING RESULTS
5
- export DATAPATH=" /home/sfraczek/disk/sfraczek/ssd"
4
+
5
+ # datapath is where you wish to store generated lmdb
6
+ # also in $DATAPATH/data directory you should have unpacked i
7
+ # VOCdevkit and/or coco directories. see more in ./data/coco/README.md
8
+ # this variable is used in create_list and create_data scripts only.
9
+ export DATAPATH=" "
10
+
6
11
echo CAFFE_ROOT is $CAFFE_ROOT
7
12
echo PYTHONPATH is $PYTHONPATH
8
- echo DATAPATH is $DATAPATH
13
+ echo DATAPATH is $DATAPATH
You can’t perform that action at this time.
0 commit comments