Coder Social home page Coder Social logo

bhuwendongchao / caffe-yolo-9000 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from karta0807913/caffe-yolo-9000

0.0 1.0 0.0 376.72 MB

caffe-yolo-9000

License: Other

CMake 2.73% Makefile 0.69% Shell 0.40% Python 9.07% C++ 80.67% Cuda 5.57% MATLAB 0.88% JavaScript 0.01%

caffe-yolo-9000's Introduction

CAFFE for YOLO-9000

Reference

YOLO9000: Better, Faster, Stronger

https://arxiv.org/abs/1612.08242

https://pjreddie.com/darknet/yolo/

https://github.com/yeahkun/caffe-yolo

Usage

Data preparation

  ln -s /your/path/to/VOCdevkit/ .
  python data/yolo/get_list.py
  cd data/yolo
  # change related path in script convert.sh
  ./convert.sh 

Train

  cd examples/yolo
  # change related path in script train.sh and darknet.prototxt
  ./train.sh

Test

weight

https://drive.google.com/open?id=0Bx1yEotM0mQeM3ZPRmhFSHAydUE

binaryproto

https://drive.google.com/open?id=0Bx1yEotM0mQeTE9XYWJjazZTLUE

some image

http://imgur.com/a/mXhat

  cd build/example/yolo_9000_test/
  ./netforward ../../../examples/yolo/darknet_deploy.prototxt path/to/voc_model_iter_30000.caffemode path/to/voc_train.binaryproto test_list > output.txt

test list is a txt file llike

  /VOCdevkit/VOC2007/JPEGImages/000001.jpg
  /VOCdevkit/VOC2007/JPEGImages/000002.jpg
  /VOCdevkit/VOC2007/JPEGImages/000003.jpg
  ...

it will output <label,x,y,w,h> per image

TODO

world tree reorg layer Image Net Pretrain

caffe-yolo-9000's People

Contributors

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