Giter Site home page Giter Site logo

yolo3-training-keras-master's Introduction

yolo3-training-keras-master


Introduction

  1. use YOLOv3 training with own data
  2. Compile YOLOv3 training on GPU
  3. A Keras implementation of YOLOv3 detection inspired by qqwweee/keras-yolo3.

YOLOv3 training

see YOLOv3训练自己的数据 for details.

YOLOv3 training with GPU

see darknet YOLO 编译使用GPU for details.

Keras implementation of YOLOv3

training with own data(rock climbers,classes of male and female)

  1. Download trained YOLOv3 weights from baidu yun.
  2. Convert the Darknet YOLO model to a Keras model.
  3. Run YOLO detection.
python convert.py ./cfg/yolov3.cfg yolov3.weights yolo.h5
python yolo.py

PS:

  1. change value of 'self.score' in yolo.py to adjust detection threshold
  2. In my case, I trained 400 epoch with 200 pictures,it is far from enough to obtain a good test result.
  3. some examples:

Alt text

Alt text

Alt text

yolo3-training-keras-master's People

Contributors

dcrmg avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.