Giter Club home page Giter Club logo

Comments (6)

hirohe avatar hirohe commented on June 1, 2024
  • Q1: 我使用輸入使用者的小視窗可以考虑不使用小視窗,改到人脸录入窗口。并且使用软键盘是为了适用于触摸屏
  • Q2: 方框错位我也遇到过,我找时间去重现一下看看问题吧

from facerec-python.

bnm890 avatar bnm890 commented on June 1, 2024

Q1. 我的是触摸屏會使用到這個小視窗,只是想問是哪段程式決定它顯示的位置?

Q2.
你有時間的時候可以試看看我的實驗方法


Step1. 一開啟程式直接選擇人臉登入
Step2. 偵測到人臉方框就會出現在其他地方,不會在人臉上


Step1. 一開啟程式先做人臉辨識
Step2. 返回主頁面 選擇人臉登入
Step3. 登入人臉偵測到人臉的方框就正常

覺得應該是人臉登入用的參數有用到人臉偵測,這幾天有空我也在研究看看哪邊的參數影響到

from facerec-python.

hirohe avatar hirohe commented on June 1, 2024

@bnm890 人臉登入中导致方框错位的问题是分辨率设置的问题
在video初始化时设置了分辨率为1280x720

video.setFrameSize(1280, 720)

这里

不过暂时没看到什么导致分别进入人脸识别和人脸录入时,摄像头的分辨率不同,我之后仔细看看

from facerec-python.

bnm890 avatar bnm890 commented on June 1, 2024

我的屏幕是800X480 的橫屏觸控屏
這裡我就改成800X480可以解決?

from facerec-python.

hirohe avatar hirohe commented on June 1, 2024

video.setFrameSize(640, 480)

from facerec-python.

bnm890 avatar bnm890 commented on June 1, 2024

成功了!!
我之前都找錯方向
難怪一直試不成功
感謝

from facerec-python.

Related Issues (4)

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.