Skip to content

cuixingxing150/yolo_v3_matlab

Repository files navigation

when you want to complie your mex file,this requirments: your opencv version must greater than Relaease3.4.2 !!!

This demo environments: Visual studio 2015 matlab R2017b opencv3.4.2

contact: [email protected]

date:2018.9.5


Mex packaged yolov3 algorithm for object detection, download the official model(cfg and weight files) to put "model" folder. https://pjreddie.com/darknet/yolo/ use make.m complie to compatiable with your pc. windows platform have complied mex files.

just run main_yolov3_demo.m ! enjoy!