GithubHelp home page GithubHelp logo

Comments (5)

anson0910 avatar anson0910 commented on June 15, 2024

Haha, it's a pleasure to help!

  1. Those 2 parameters are probably only useful to myself, because I'm hoping to implement the CNN cascade on hardware (more particularly, on an FPGA board), and since floating points are very expensive on hardware, I'll have to round them down to fixed-point representation, and there are several ways to do so...
    If you need me to explain more, feel free to ask!
  2. The reason why I used Net later rather than Classifier is also related to hardware issues..
    Since I need to round the parameters and write them back to the model, and as far as I know, only Net provides a way to make changes to the net. I also recall that one of the caffe authors recommend using Net as well.

from cnn_face_detection.

tangyudi avatar tangyudi commented on June 15, 2024

1.Have you implemented some other paper? I am new in face detection , your code really help me a lot.
2.If i want to deploy the code to server,when the user uploading a picture the code will load the caffe model , do you have some idea about just load the model one time on the server to continue provide the detection serve?

from cnn_face_detection.

anson0910 avatar anson0910 commented on June 15, 2024

Nope, I haven't implemented other papers so far, and probably won't do so in the near future, haha!

The model does only need to be loaded once, you can see the file face_detection/face_cascade_fullconv_quantize_fddb.py, it runs the CNN cascade on more than 5000 images.

from cnn_face_detection.

tangyudi avatar tangyudi commented on June 15, 2024

I am interest in deep learning, but i do not have some resource about DL or caffe, can you share me some resource you have ever read?Do you have QQ or wechat? Can I add you?

from cnn_face_detection.

anson0910 avatar anson0910 commented on June 15, 2024

I started from this Stanford course website, I think it's really well written!

Sorry, I don't have QQ or wechat, I use Facebook and Line...

from cnn_face_detection.

Related Issues (20)

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.