Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 628 Bytes

DOWNLOAD_WEIGHTS.md

File metadata and controls

28 lines (24 loc) · 628 Bytes

Download pretrained neural-network weights.

[Webpage] [GitHub]

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