Giter Club home page Giter Club logo

mtcnn's Introduction

mtcnn

(多任务层叠卷积神经网络框架)

问题点解读:

  1. 根据什么设置的IoU对比阈值? 阈值的设置是需要做大量的比对测试得到的最有值,当然也可以直接使用现有神经网络相关论文中推理提供的阈值。
  2. NMS在mtcnn的三层网络中是否只在R-Net和O-Net中执行? 不是的 NMS是在三层网络中都有参与计算输出 face classfication、 boundingbox location (left up & right dowm)、 landmark location (left & right eye nose left & right mouse)
  3. 如果没有boundingbox相交的情况是如何设置阈值的? 没有相交的情况不存在NMS计算
  4. mtcnn三层网络是如何分布执行的? 每个网络做了哪些工作?

mtcnn's People

Contributors

yyds-zy avatar

Watchers

 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.