Skip to content

DW1HH/darknet_mobilenet

 
 

darknet mobilenet

Implement the paper:MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications based on darknet framework

1、git clone https://github.com/hjimce/darknet_mobilenet.git

2、open Makefile ,set GPU=1 、CUDNN=1 and make compile

3、network example:cfg/mobilenet_imagenet.cfg

4、main implement :depthwise_convolutional_kernels.cu depthwise_convolutional_layer.c depthwise_convolutional_layer.h

Releases

No releases published

Packages

No packages published

Languages

  • C 77.1%
  • C++ 10.9%
  • Cuda 9.8%
  • Python 1.0%
  • CMake 0.7%
  • Makefile 0.3%
  • Shell 0.2%