Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 446 Bytes

File metadata and controls

22 lines (19 loc) · 446 Bytes

Instructions to download pretrained neural-network weights.

YOLOv3
cd ./examples/pretrained_models/yolo_weights
sudo chmod +x ./get_yolo.sh
./get_yolo.sh
TensorFlow - MobileNetSSDv2
cd ./pretrained_models/tensorflow_weights
sudo chmod +x ./get_ssd_model.sh
./get_ssd_model.sh
Caffemodel - MobileNetSSD
cd ./pretrained_models/caffemodel_weights
sudo chmod +x ./get_caffemodel.sh
./get_caffemodel.sh