Running caffe with SSD, FSSD, YOLO implemented
Install caffe and its python module here
./tool.sh
./prepare_data.sh \
-g <dataset_gen_dir> \
-d <dataset dir> \
-m <model>
./run_tool.sh \
-t <train|detect|evaluate> \
-g <Generation path> \
-m <Model (ssd|fssd|yolo)> \
-w <weight_file> \
-s <img_size> \
-u <gpu_id>