GithubHelp home page GithubHelp logo

A few train-related questions about tiny HOT 3 CLOSED

peiyunh avatar peiyunh commented on June 10, 2024
A few train-related questions

from tiny.

Comments (3)

peiyunh avatar peiyunh commented on June 10, 2024
  1. Given a linear predictor, concatenating features is equivalent to predicting based on individual feature and summing them up.
  2. I would run the detector with an image pyramid but without 2X upsampling. If you give up 2X, it should only hurt the performance on tiny-sized faces.
  3. That is strange. What I saw when I add hard negative mining into our detector is that results look qualitatively much nicer because of less false positives, but it does not yield much improvement in the final accuracy.
  4. This is what I learned from how FCN is trained. I believe they use x100 smaller learning rate when training FCN8s at once but I found x10 works fine.
  5. I believe there are papers initialize predictor with zero weights, such as FCN.

from tiny.

thealchemist-x avatar thealchemist-x commented on June 10, 2024

Hi @peiyunh

Thanks for your amazing work. I'm new to deep learning and am interested to pick up small faces. If I may ask a simple question on the training dataset:

Q) If I have generally large faces in my datasets (example, a face occupying 120 pixels x 70 pixels from a larger image resolution of 640 x 480), do I have to crop the face out and resize to say 30 pixels x 30 pixels for the region of interest and crop the face together with the context and resize to say 60 pixels x 60 pixels before training?

Thank you for your guidance!

from tiny.

peiyunh avatar peiyunh commented on June 10, 2024

Your idea makes sense and should fit better into a two-stage architecture, such as Faster RCNN.

from tiny.

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.