AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.66k stars 7.96k forks source link

Do you have any plan to join the depthwise_convolutional_layer to Darknet? #2050

Open jianghaijun007 opened 5 years ago

jianghaijun007 commented 5 years ago

Hello AlexeyAB! We all know that MoblieNet and StuffNet are more and more popular in industrial products. But there are no depthwise_convolutional_layer in DarkNet frame,so It is difficult to building a lightweight network for developers using DarkNet frame. I found several related depthwise_convolutional_layer code based on DarkNet, such as: https://github.com/hjimce/darknet_mobilenet. But the depthwise_convolutional_layer.c、depthwise_convolutional_layer.h、depthwise_convolutional_layer_kernels.cu are based on YoloV2 rather than YoloV3, so do you have any plan to join the depthwise_convolutional_layer to Darknet frame? Thank you for your impressive work.

isgursoy commented 5 years ago

https://github.com/eric612/MobileNet-YOLO

aimhabo commented 5 years ago

+1