Giter Club home page Giter Club logo

centerface's People

Contributors

mirroryu avatar sygoing avatar ujsyehao avatar ywlife avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

centerface's Issues

训练代码

您好,请问您的训练代码什么时候能够开源,对应论文发表时间呢? 非常感谢

which layer you use to attach detection head?

首先感谢你们贡献如此出色的idea!但是我在阅读论文过程中碰到了一些问题
在论文3.1部分,你们在P3,P4,P5层后加上了FPN,这三个层对应于原图分别下采样8、16、32倍,但是在论文3.2中,又说取下采样4倍的layer加检测头,这让我十分疑惑,是否论文有些错误?
期待您的回复

Failed to execute prj-opencv-cpp

When excute ./demo ../../models/onnx your_image_path
will return
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.1.1) ../modules/dnn/src/onnx/onnx_importer.cpp:57: error: (-210:Unsupported format or combination of formats) Failed to parse onnx model in function 'ONNXImporter'

Do you know how to solve it?
Thanks!

Image Quality Issue

Great Work..
But can you tell how to handle image quality issue
The model is detecting blur faces too and providing poor result
i want to eliminate blur faces
the score of blur face detected is high too

The key points are not calculated as described in the paper?

why the key points are not calculated as described in the paper?

the regression of the five facial landmarks adopts the target normalization method based on the center position
however the code is based on the left-top point.
facebox.landmarks[2j] = x1 + lm[(2j+1)*spacial_size+index] * s1

Whether the network model structure will be released?

It can be seen from Netron that the input stage of the network is 10 × 3 × 32 × 32. Is it convenient for someone to tell how this structure is implemented? Or when the corresponding paper of the code will be published?

Occluded landmark

How are you handling the loss for occluded landmarks?
I was looking for this detail in the paper but I didn't find anything.

face image quality

@ywlife Your released paper mentioned that RetainFace introduced five levels of face image quality and annotates five landmarks on faces.
I only found 5 landmarks ground-truth from RetainFace(InsightFace github resposity), but did not find quality ground-truth.
How could I got it?

Test prj-ncnn in ubuntu

when i install the ncnn and test prj-ncnn in ubuntu cmake && make it , i encountered the following problems:
fatal error: net.h: No such file or directory
compilation terminated.
CMakeFiles/demo.dir/build.make:62: recipe for target 'CMakeFiles/demo.dir/cpp/ncnn_centerface.cpp.o' failed
who can tell me why this error occured, thanks

the train dataset

I'm trying to reproduce the results of the paper, and this is what I have now. Is this your training data set?

Easy   Val AP: 0.9230461666813543
Medium Val AP: 0.9050905330904577
Hard   Val AP: 0.679394673204941

thanks.

我有两个问题

1、你这个代码是基于哪篇论文实现?
2、你会公开训练代码吗?

我想看下论文和训练代码,更深入的了解你的人脸检测方法

测试速度-420ms/张

您好,我在macos上,从摄像头读取图片测试,时间大约是420ms。这个速度正常吗。
image

why not tvm or onnxruntime

仓库里的python代码是基于cv2.dnn的,我尝试着去用onnxruntime,但模型代码没有给,有些参数不知道设,如果作者有时间的话,可以放下tvm和onnxruntime的推理demo

terminate called after throwing an instance of 'cv::Exception'

error: (-210:Unsupported format or combination of formats) Failed to parse onnx model in function 'ONNXImporter'.
Ubuntu18.04, opencv4.1.0.
ncnn model is running ok, but onnx model can not run, always failing. can you help me? somebody help me out?

Thresholds for widerface evaluation

Thanks for your excellent work! For SIO(Single Inference on the Original) evaluation schema, I get bad results on widerface validation set. Maybe it is due to the suboptimal thresholds (thres_score, thres_nms, etc). Could you please share your thresholds for widerface evaluation? Thanks pretty much!

WiderFace results

Hi, you get the better results than retinaface on WiderFace-Val, you input the image of the WiderFace-val in origin size? We know that the performace will be bettter when the size of input is larger.

cpp-opencv Error

I have below error.

Do you have comparison with the mtcnn cpp speed ?


./demo ../../models/onnx ~/Downloads/selfi.jpg 
libc++abi.dylib: terminating with uncaught exception of type cv::Exception: OpenCV(3.4.8) /Users/xxx/Downloads/opencv-3.4.8/modules/dnn/src/onnx/onnx_importer.cpp:327: error: (-215:Assertion failed) model_proto.has_graph() in function 'populateNet'

CenterFace模型疑惑

CenterFace指的是mobilev2+centernet吗? CenterFace-small是在此基础上做优化?

ncnn版本

hi,你好
我将ncnn改了下做视频和摄像头的测试,但是跑一会后,cpu占用率会突然飙到96或以上,
是不是哪里没释放,泄漏了啊。

good job!

how to use GPU in cpp - opencv

Hi,

I compiled opencv with cuda support and compiled demo cpp-opencv.

its only using cpu all cores not gpu ?

how I can use gpu ?

模型速度

你好,你公布的模型的速度是readme中的速度嘛??

Need Training Code and DataSet

Hi ,
Your paper looks exiting but there is no training and data-set available, can you please provide the same so that we can evaluate the paper independently.

Regards
Amit

Threshold

Your demos are very impressive.
What scoreThresh and nmsThresh did you set to create these?
The default ones?

请问支持gpu吗

我看到速度方面的测试结果是在RTX2080TI上测试的,但是opencv的DNN模块好像并不支持GPU?

在测试时cmake && make 报错

作者你好,我在ubuntu 16.04下测试prj-ncnn时 make 报错,ncnn已经安装编译成功,cmake 时顺利通过,我的环境如下:ubuntu 16.04 , python3.6, opencv 4.1, cmake3.9.1, gcc5.4 ,protobuf2.6.1,请问这个项目对环境有具体要求吗?

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.