资源算法YOLOv2-Training

YOLOv2-Training

2020-02-14 | |  45 |   0 |   0

Read-to-run YOLOv2 Training

git clone https://github.com/kbitr/YOLOv2-Trainingcd YOLOv2-Training
curl -O https://pjreddie.com/media/files/darknet19_448.conv.23
git clone https://github.com/pjreddie/darknetcd darknet
make

./darknet detector train ../stop.data ../stop.cfg ../darknet19_448.conv.23

Thats's it! You should edit the Makefile to GPU=1, CUDNN=1, OPENMP=1 or similar for faster training before executing make.

Disclaimer: Yes, I am too lazy to set darknet as a submodule.


上一篇:YOLOV2-Tensorflow-2.0

下一篇: YOLOv2_interpretation

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...