Coder Social home page Coder Social logo

giorking / face-detecion-with-the-faster-r-cnn-r-fcn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kensun0/face-detecion-with-the-faster-r-cnn-r-fcn

0.0 2.0 0.0 211 KB

Face detection with the Faster-R-CNN or R-FCN

Python 90.51% Shell 9.49%

face-detecion-with-the-faster-r-cnn-r-fcn's Introduction

Face-Detecion-with-the-Faster-R-CNN or R-FCN

The Faster-R-CNN code (written in Python) is available https://github.com/rbgirshick/py-faster-rcnn

If you find Faster R-CNN useful in your research, please consider citing:

@inproceedings{renNIPS15fasterrcnn,
    Author = {Shaoqing Ren and Kaiming He and Ross Girshick and Jian Sun},
    Title = {Faster {R-CNN}: Towards Real-Time Object Detection
             with Region Proposal Networks},
    Booktitle = {Advances in Neural Information Processing Systems ({NIPS})},
    Year = {2015}
}

The R-FCN code (written in Python) is available https://github.com/Orpine/py-R-FCN

If you find R-FCN useful in your research, please consider citing:

@article{dai16rfcn,
    Author = {Jifeng Dai, Yi Li, Kaiming He, Jian Sun},
    Title = {{R-FCN}: Object Detection via Region-based Fully Convolutional Networks},
    Journal = {arXiv preprint arXiv:1605.06409},
    Year = {2016}
}

Some modification

  1. Add lib/st_face.py for reading WIDER dataset, modified factory.py.
  2. Add tools/demo4fddb.py for testing the model with FDDB dataset.
  3. Modify tools/train_net.py. Set '--imdb' default='st_face'.
  4. Add prototxt to model

Installation

As the same as Faster-R-CNN and R-FCN

Trained models

exmaple models http://pan.baidu.com/s/1kVI3IQj

Result on FDDB

Some "Mistakes"

red is ground-truth

face-detecion-with-the-faster-r-cnn-r-fcn's People

Contributors

kensun0 avatar

Watchers

James Cloos avatar DavidHSTai 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.