You can give MODEL_NAME any value.
For specifying the path to data directory use:
DATA_DIR Data directory for output files, proto model, start model, etc. Default: data
for example:
if MODEL_NAME=abc and DATA_DIR=data
you need to put the ground truth files (box, gt.txt & tif) in 'data/abc-ground-truth',
OR set value for GROUND_TRUTH_DIR directly.
(In both cases 'OUTPUT_DIR Output directory for generated files. Default: DATA_DIR/MODEL_NAME' will be 'data/abc')