Coder Social home page Coder Social logo

Comments (19)

TuXiaokang avatar TuXiaokang commented on September 20, 2024 1

All founded faces are sorted from large to small. the indicator in the lower-left corner is the index number of each face.

from pyseeta.

TuXiaokang avatar TuXiaokang commented on September 20, 2024

This solution may be what you want : stackoverflow

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

还缺少文档哈

from pyseeta.

TuXiaokang avatar TuXiaokang commented on September 20, 2024

Yeah, but most of the usage can be found in test.py.

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

python2.7 test.py
sim: [0.502326250076294, 0.26041379570961]
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvShowImage, file /io/opencv/modules/highgui/src/window.cpp, line 583
Traceback (most recent call last):
File "test.py", line 112, in
test_identifier()
File "test.py", line 103, in test_identifier
cv2.imshow('single', image_color_A)
cv2.error: /io/opencv/modules/highgui/src/window.cpp:583: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvShowImage

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

还是不行哈,centos 上

from pyseeta.

TuXiaokang avatar TuXiaokang commented on September 20, 2024

The error occurs when calling cv2.imshow function.
try yum install gtk* and rebuild opencv.

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

opencv装不好

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

我很好奇为啥人脸识别的定位里面会有个小圆形的,这个是系统的问题还是啥意思哈

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

这个数字能去掉吗~~

from pyseeta.

TuXiaokang avatar TuXiaokang commented on September 20, 2024

You can remove it by deleting the line 43 in test.py.

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

还有个问题哈,模型文件导入是显示的,这个能默认吗,如果我安装在不同的机器上

from pyseeta.

TuXiaokang avatar TuXiaokang commented on September 20, 2024

It is recommended to use absolute path, currently.
default path will be supported in the next release .

from pyseeta.

TuXiaokang avatar TuXiaokang commented on September 20, 2024

it calculate the similarity of two faces, not images.

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

这个计算相似度是根据什么算法来的,不是很明白

from pyseeta.

TuXiaokang avatar TuXiaokang commented on September 20, 2024

just the cosine distance.

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

有些人脸太小识别不出来,修改最小大小好像还是不行

from pyseeta.

TuXiaokang avatar TuXiaokang commented on September 20, 2024

Missed detection is a problem for all algorithms.

from pyseeta.

xxllp avatar xxllp commented on September 20, 2024

我判断很多face之间的相似度,有没有好的办法,而且我看test里面还 需要原图,这个能只根据faceid 来吗

from pyseeta.

Related Issues (14)

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.