xiangweizeng / darknet2ncnn

Darknet2ncnn converts the darknet model to the ncnn model
Do What The F*ck You Want To Public License
158 stars 56 forks source link

difference between yolov3_detection.h and yolov3detectionoutput.h #27

Closed pfeatherstone closed 5 years ago

pfeatherstone commented 5 years ago

What is the difference between the yolov3_detection.h layer defined in this repository that must be registered and the yolov3detectionoutput.h layer already defined in the tencent/ncnn repository. Is this repository out of date?

xiangweizeng commented 5 years ago

When our program implements yolov3, NCNN does not support YOLOv3. The two implementations are basically equivalent. You can modify the model conversion code or directly modify the output layer parameters to use the NCNN implementation.