DW1HH / darknet_mobilenet

mobilenet 与darknet yolo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

mobilenet 与darknet yolo

License:Other


Languages

Language:C 77.3%Language:C++ 10.9%Language:Cuda 9.8%Language:Python 1.0%Language:CMake 0.7%Language:Makefile 0.3%Language:Shell 0.2%