UoA-eResearch / hololens_facial_recognition

A Unity hololens app to detect faces and display their attributes
MIT License
233 stars 53 forks source link

我想知道在进行点击手势后多久人脸信息可以显示出来? #15

Closed cuihee closed 4 years ago

cuihee commented 5 years ago

是几乎实时、一秒、两秒、三秒或更长,粗略估计一下就好

neon-ninja commented 5 years ago

Google Translate says:

"I want to know how long the face information can be displayed after the click gesture is made. Is almost real time, one second, two seconds, three seconds or longer, a rough estimate is just fine"

The answer to that is - the information is displayed indefinitely, until a new face is captured.

cuihee commented 5 years ago

Google Translation make a mistake....-.-

I want to know the time between clicking and displaying information. It's not how long the information will last. Another kind of My question: When I click, how long do I have to wait to see the infomation?

neon-ninja commented 5 years ago

I see. About a second.

neon-ninja commented 5 years ago
nyou045@hack:~/Pictures$ time curl faceapi.us.to --data-binary @nyou045.png > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 72756  100  5687  100 67069   4050  47769  0:00:01  0:00:01 --:--:-- 51857

real    0m1.454s
user    0m0.042s
sys 0m0.016s
nyou045@hack:~/Pictures$ time curl faceapi.us.to --data-binary @nyou045.png > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 72757  100  5688  100 67069   4302  50732  0:00:01  0:00:01 --:--:-- 55035

real    0m1.358s
user    0m0.023s
sys 0m0.017s
nyou045@hack:~/Pictures$ time curl faceapi.us.to --data-binary @nyou045.png > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 67809  100   740  100 67069    620  56265  0:00:01  0:00:01 --:--:-- 56934

real    0m1.232s
user    0m0.025s
sys 0m0.022s