Giter Club home page Giter Club logo

ncnn_faceboxes's Introduction

It is a FaceBoxes project based on ncnn

FaceBoxes

FaceBoxes is a cpu real-time face detector with high accuracy

ncnn

ncnn is a high-performance neural network inference computing framework optimized for mobile platforms.

Train model in

how to train

Model convert form Pytorch to Onnx to Ncnn

repair some bug in onnx2ncnn

1.onnx2ncnn in ncnn don't support the operation which changes Split to Slice. Modifying the onnx2ncnn on the basis of ncnn in order to support Split to Slice operator.

2.onnx2ncnn in ncnn would parse to the wrong parameter in reshape operator if reshape operator is 4 dims(eg:torch.reshape(b, c, h, w) to ncnn reshape).

3.winograd3x3 conv style has bug, I don't use winograd3x3.

Compile

  1. set opencv path in ./faceboxes/CMakeLists.txt file

  2. how to build ncnn library

  3. cd ./build/faceboxes/ && ./facebox, test.jpg saved in ./model/test.jpg

We provide the converted model in model folder!

faceboxes refers to the following projects:

1.ncnn

2.facebox

ncnn_faceboxes's People

Contributors

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