Giter VIP home page Giter VIP logo

seetafaceengine2's People

Contributors

aiseetakaizhouli 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

seetafaceengine2's Issues

希望能提供编译说明

希望能提供Android、Windows、Linux的编译说明。
另本人使用的是Mac OS X,如果Linux能编译的话,理论上Mac OS X应该也是能编译的。

CPP source

I would like to edit some lines of code. Is it possible to get the cpp src file?
Thank you

how to train the models

Hi all, thank again for your great contribution, could you kindly share the training scripts? thank you

Android libPointDetectorJni.so库文件函数入口错误

com.seeta.sdk.PointDetector2运行错误
Error:No implementation found for void com.seeta.sdk.PointDetector2.construct(java.lang.String) (tried Java_com_seeta_sdk_PointDetector2_construct and Java_com_seeta_sdk_PointDetector2_construct__Ljava_lang_String_2)

com.seeta.sdk.FaceDetector2运行正常

How to process n groups of 500 photos simultaneously?

As far as I know, the number of photos registered is limited to 500. So I want to know, if the number of photos that I would compare to is more than 500, for example, 8000, then, is there a way to process 16 groups of 500 photos simultaneously? At first, I wanted to use the multi threads to process, however, I found that the class FaceRecognizer2 seems like only to be instantiated once a time.
Is it right? Hope to get your answers.

安卓端速度测试数据有误?

1.文档中指出安卓端人脸检测HUAWEI meta8上可达到37FPS,实测高通625芯片,仅8FPS;
2.检测FDDB曲线不错,实测中对眼镜非常敏感,误检率很高;
3.另刚更新的安卓端人脸特征点so库初始化错误,无法运行,第一版正常。
4.minSdkVersion支持的最低版本?
以上是个人实测发现的小问题,不知道是否仅个人情况。

python version

Hi guys,

I create this repo for the one who is looking for python version. Feel free to open any issues:)

Do you plan to share the sources

Hi, it's really great job. Runs four times faster than Seeta 1 and much more accurate!
Do you plan to share the sources? (Or maybe sell them :) )?

如何申请无限底库的SDK?

之前曾经提过会开放无限人脸数据库版本的sdk的申请渠道,请问要如何申请?以及去哪申请?抑或是还没有开放申请吗?

Could you provide build for Ubuntu 14?

Hi, thanks for the great job. It works pretty cool, fast and rather accurate.
If no sources provided, could you provide builds for Ubuntu 14?

Thanks!

Does SeetaFaceEngine2 support linux32?

I've tested SeetaFaceEngine2 on ubuntu 16.04 64bit. The result is pretty good.
Wondering if the sdk supports 32 bit system, which is the most case for embedded systems?
If not, can you publish 32 bit sdk?

人脸库最大人脸数问题

你好,感谢你们的开源,我在运行seetaface2时发现人脸库最多只能添加10个,请问可以增加人脸库的添加数量吗

java 调用windows x86版本失败

HI,
我用JNA调用X86版本,发现调用SeetaFacePointDetector200.dll失败 具体提示是
找不到函数。 发现 就这个构造函数是输出的时候没有重命名接口函数过的。
是不是导出接口时候 需要对这个函数重命名下。

model file?

Hi
I am downloading this model file from Baidu. It shows me the data size about 124MB but I can download successfully only 32MB.

  1. Is there any mistake here?
  2. because the downloaded file is ".exe", I do not know how to convert exe into ".ats"?

Could you please help me? Thanks

MD5 model

Hi,
the link for downloading MD5 model is broken, could you please help update again?

这个项目会开源吗?

测试了不同质量的图片,质量差的会直接段错误,这种程度的错误恐怕需要一个说明文档

SeetaFaceEngine2人脸比对比SeetaFaceEngine慢了

在Android端测试发现,人脸检测与标记比SeetaFaceEngine快,但是

float similarity = faceRecognizer.Compare(image1, landmarks1, image2, landmarks2);

比SeetaFaceEngine要慢很多,而

float[] similarity = new similarity[1];//save the most similar face similarity value
int targetIndex = faceRecognizer.Recognize(image, landmarks, similarity);//targetIndex is the index of the most similar face in database

和SeetaFaceEngine差不多。但是这个database有上限。

请问能否提高faceRecognizer.Compare(image1, landmarks1, image2, landmarks2);速度

2015 msvc, source code

hello. Thank you for sharing this awesome project. Is there a way to share also the build for msvc 2015, or the source code? Thank you.

Android下face registration的2个问题

您好,请教Android下使用库的2个问题。 1、face registration后,生成的数据库是在Android下哪个目录
2、为什么每次APP退出后重新开始,之前注册在数据库的信息就不见了,再注册时产生的索引又是从0开始

SeetaFaceEngine2人脸识别效果

首先感谢分享。
简单跑了下SeetaFaceEngine: https://github.com/seetaface/SeetaFaceEngine
效果相当差。用Lfw中的一个人的两张图,相似度能达到0.89,但从网上随便下载同一个人两张图(奥巴马,普金),相似度只有零点二几。用自己的两张照片也只有0.4+.

有人跑过这个库识别效果怎样?

68 points detection

Hi, on face alignment, the model you used predicts 68 landmarks, but this code can only predict 5, so how can I predict 68 landmarks?

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.