Coder Social home page Coder Social logo

yolov3-tensorflow's Introduction

YOLOv3 tensorflow

Build a real-time bounding-box object detection system for the boat (using fine-tuning in tensorflow based on YOLOv3-416 weights trained en COCO dataset). Then use my own data set for distinguish different type of boat

Inspired by YAD2K, Darknet

The full details are in this paper

Architecture

Thank you Ayoosh Kathuria for your great image!

Imgur

Input to CCNs(Features block) General 3 Scales Features
Imgur Imgur Imgur Imgur

Test

  1. Clone this folder
  2. Transfomer the pre-trained weights in Darknet to keras (may be skip this etape to etape 3)
  1. Or download the pre-trained weights in keras from here
  2. Run python3 propagation.py

Results (La Rochelle, la belle ville :) )

YOLOv3-608 YOLOv3-416 YOLOv3-320
608 416 320

Train for your own dataset

  1. Run python3 boat_annotation.py to get 3 files: bateau_train.txt, bateau_valid.txt, bateau_test.txt
  • In each file contains path_to_image obj1 obj2 ...
  • With obj1: x1_min, y1_min, x1_max, y1_max
  1. Run python3 train.py
  2. In propagation.py, modify classes_path to boat_classes.txt
  3. Run python3 propagation.py
  4. Enjoy your results!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

yolov3-tensorflow's People

Contributors

maiminh1996 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.