Giter Club home page Giter Club logo

Comments (10)

DuinoDu avatar DuinoDu commented on August 16, 2024 1

You mean to get face roi from the image? If so, the below code may help.

face_roi = img[y:y+height, x:x+width]

from mtcnn.

DuinoDu avatar DuinoDu commented on August 16, 2024 1

我只改写了人脸检测的部分,在matlab版本里面有对齐的部分,issue里有另一个同学添加了显示对齐部分的代码

from mtcnn.

yekeping avatar yekeping commented on August 16, 2024

I mean when you finish the task of detecting and alignment of the given face.how can I crop the face acoording the bounding box and save the result before the task of the recognization of the face

from mtcnn.

DuinoDu avatar DuinoDu commented on August 16, 2024

你是指分割出人脸吗?

from mtcnn.

yekeping avatar yekeping commented on August 16, 2024

是的,就是把人脸分割出来,还有,这个仓库的代码能进行人脸对齐么,如果一个文件夹内很多人的图片,进行人脸对齐是按照第一个人的人脸进行对齐么

from mtcnn.

yekeping avatar yekeping commented on August 16, 2024

https://github.com/kpzhang93/MTCNN_face_detection_alignment

亲,你说的matlab版本是这个么,我在里面怎么没找到人脸对齐部分的代码,我qq 1445033890,能加个qq指导下学渣么

from mtcnn.

pkjq11 avatar pkjq11 commented on August 16, 2024

哈哈,好喜欢这种一言不合就用中文的感觉

from mtcnn.

ycsun19 avatar ycsun19 commented on August 16, 2024

Haven't found the code for face alignment based on the five detected landmarks. Plz show me where it is. THX! @DuinoDu @yekeping

from mtcnn.

pangdegui avatar pangdegui commented on August 16, 2024

@ycsun19 可以用skimage的相似变换skimage.transform.estimate_transform('similarity',dst,src),参考https://github.com/ydwen/caffe-face/blob/caffe-face/face_example/extractDeepFeature.m 中用的相似变换处理mtcnn输出的五点

from mtcnn.

ouguozhen avatar ouguozhen commented on August 16, 2024

你好,对训练有点疑问,在训练的时候,每一个batch_size是只训练一种任务吗,比如分类或者box_reg,或者landmark。还是说每个batch_size里面,这几个任务都包含了,然后里面的数据分布是按照一定的比例来的。

from mtcnn.

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.