Skip to content

In the 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 lay…

Notifications You must be signed in to change notification settings

andumorie/uipath-face-recognition-framework

Repository files navigation

Instructions

  1. Install Python (including pip) using the provided installation kit in the Prerequisites folder
  2. Add the Python paths to your PATH system environment variable (You can find your PATH variable by going to My Computer > Properties > Advanced System Settings > Environment Variables > System Variables > Path). Click on Edit and add the following paths, replacing "YOUR_USERNAME" with your Windows username:
    • C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python36
    • C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python36\Scripts
  3. Run install.bat in the Prerequisites folder
  4. Update the Python path in the Config.xlsx with your Python path (C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python36).
  5. Create a project in AI Center
  6. Create a dataset and make it public
  7. Create assets in Orchestrator for the dataset endpoint/APIKey and update Config.xlsx file
  8. Run Main-UploadDataset.xaml file to populate dataset in AI Centre
  9. Upload custom ML Package in the AIC project. You can find the package here https://github.com/danielepassos-ui/uipath-face-recognition-mlpackage
    • Follow instructions in the ML Package repository to create the MK Skill
  10. Create assets in Orchestrator for the MKSkill endpoint/APIKey and update Config.xlsx file, when the MLSkill is made public and available
  11. Run Main-Identify.xaml to identify someone

About

In the 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 lay…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages