UoA-eResearch / hololens_facial_recognition

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

如果能有一个对框架的简单介绍会更好 #14

Open cuihee opened 5 years ago

cuihee commented 5 years ago

我还没有实现你的工程,我想知道他是怎么运行的。

neon-ninja commented 5 years ago

Google Translate says:

"It would be better if you could have a brief introduction to the framework. I haven't implemented your project yet, I want to know how he works."

Is "A Unity hololens app to detect faces and display their attributes" not sufficient for a brief introduction?

cuihee commented 5 years ago

In this way, I have also implemented a face recognition program in the device(hololens). Then I discovered your project, and I wanted to compare what I could learn. I used the camera on the device to take a picture, and then the device accessed a web server I set up and uploaded the picture to the server. The server parses the picture and returns the result to the device. I've got a general idea of your project. He sent pictures to remote servers. This is different from me.

I wonder what else is different. My program has poor real-time performance. It takes time to upload pictures and time for the server to parse them.

neon-ninja commented 5 years ago

How poor is poor? Mine gets a response in about a second. If you want something more realtime, you'd need to be doing the facial recognition processing on the device.