AlexeyAB / darknet

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

MobilenetV2 for Yolo #629

Open m0nteg0 opened 6 years ago

m0nteg0 commented 6 years ago

Do you have plans to add MobilenetV2.cfg to yolo? Link to article: https://arxiv.org/pdf/1801.04381.pdf

Quote from the article:

MobileNetV2 SSDLite is 20× more efficient and 10× smaller while still outperforms YOLOv2 on COCO dataset.

TaihuLight commented 6 years ago

https://github.com/hjimce/darknet_mobilenet https://github.com/zunzhumu/darknet-mobilenet

getaleks commented 6 years ago

@AlexeyAB Hi, is the depthwise convolutions implementation from hjimce (depthwise_convolutional_kernels.cu depthwise_convolutional_layer.c depthwise_convolutional_layer.h) implemented in this repository?