prabindh / darknet-cpp-windows

Visual studio project files for Darknet-cpp inference
35 stars 18 forks source link

how do i get these data (input.cfg, input.data, input.jpg or input.mp4, input.weights) #9

Closed zhangcj13 closed 5 years ago

zhangcj13 commented 5 years ago

do these data have examples in the darknet project or i need train to get these data.

prabindh commented 5 years ago

Yes, these can be your own cfg/weights if trained already. For reference, they can be taken from darknet project - like https://github.com/prabindh/darknet/blob/master/cfg/yolov3-tiny.cfg, along with the pre-trained weight file.

prabindh commented 5 years ago

Pretrained weights can be obtained from https://pjreddie.com/darknet/yolo/

zhangcj13 commented 5 years ago

Pretrained weights can be obtained from https://pjreddie.com/darknet/yolo/

got it, thanks for your reply