TrailNet_SResNet-18
model is a ready-to-use model that was trained using method described in the paper.
The original model was split into 3 files using the following command:
split -b 100m -d yolo-relu.caffemodel yolo-relu.caffemodel.
GitHub has a limit of 100MB for a single file.
To obtain the original file, run the following command:
cat yolo-relu.caffemodel.* > yolo-relu.caffemodel