はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
7
ソリューション
655
要約
要約
The recognition is completely based on deep learning neural network and implanted using Tensorflow framework
概要
概要
In UiPath Attended Robot Framework you can find a TensorFlow implementation of the face recognizer described in the paper FaceNet: A Unified Embedding for Face Recognition and Clustering. The project also uses ideas from the paper Deep Face Recognition from the Visual Geometry Group at Oxford.
The framework allows you to add an extra layer of security in attended scenarios. In order to do that the robot will ask your name and to take few photos.
The model needs to be trained once, for each user that is allowed to kick start the digital assistent for sensitive processes.
Face Recognition Framework is splited in two major segments:
機能
機能
Extra layer of security. Biometric recognition
その他の情報
その他の情報
依存関係
Must have: Python 3.6 with pip 10.0.1 Tensorflow (1.4.0) Scipy (0.17.0) Scikit-learn (0.19.1) Opencv (2.4.9.1)
コード言語
Visual Basic