VisionAIre
  • About Nodeflux
  • Visionaire Stream
    • Overview
    • Requirements
      • Credential Keys
      • Tested Hardware
      • Bandwith Requirements
    • Installation Guide
      • Dependencies
      • Simple Installation
      • Advanced Installation
      • Clustering Installation
      • Add-ons Analytics Installation
        • People Attributes Installation
        • Vehicle Attributes Installation
        • OVOD Installation
        • OVIC Installation
        • VM Installation
        • VLM Installation
    • Analytics
      • Face Recognition
        • Additional Information
          • Overview
          • Disclaimer
          • Metrics
          • Testing
      • People Analytics
      • Crowd Estimation
      • PPE Detection
      • License Plate Recognition
      • Vehicle Analytics
      • Water Level Monitoring
        • Camera Guideline
      • Pre-Flood Monitoring
      • Person Smoking Detection
      • Person with Handphone Detection
      • Smoke and Fire Detection
      • Person Using Firearms Detection
      • Vandalism Attempt Recognition
      • ATM Burglary Incident Recognition
      • Road Crash Monitoring
      • People Fighting Recognition
      • Riot Recognition
    • Developer Guide
      • How our APIs work
      • HTTP APIs
      • Websocket
      • Database Structure
    • Changelogs
  • Visionaire Snapshot
    • Overview
    • Requirements
    • Installation Guide
      • Face Searching & Matching
        • Single Node
        • Clustering
      • Helmet Detection
      • Chicken Estimation
      • Face Detection
      • Over Dimension Over Load
      • Frontal License Plate Recognition
    • Analytics
      • Face Searching & Matching
        • Face Enrollment
          • Image Guideline
          • Face and Image Quality Assessment
            • Setup On Premise
            • API
          • Insert / Update / Delete Enrollment
          • Batch Enrollment
      • Helmet Detection
      • Chicken Estimation
      • People Demography
      • Face Detection
      • Over Dimension Over Load
      • License Plate Recognition -Frontal
    • Developer Guide
      • APIs
        • Face Searching & Matching
        • Helmet Detection
        • Chicken Estimation
        • People Demography
        • Face Detection
        • Over Dimension Over Load
        • Frontal License Plate Recognition
      • Vanilla APIs for Face Enrollment
      • Porting Enrollment Database Cluster to Docker
    • Changelogs
  • VisionAIre Dashboard
    • Introduction
    • Add Analytic Assignment
    • Accessing Vanilla Database
    • Connect to Vanilla Websocket
    • Create your own visualization
      • Migration from Old Streamer to New Streamer
      • Drawing Region of Interest
      • Additional Visualization Query
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Visionaire Snapshot
  2. Analytics
  3. Face Searching & Matching
  4. Face Enrollment

Batch Enrollment

Enroll multiple persons in simple steps.

  1. Create a folder of photo collection to looks like this

    |Data
    |---file_enrollment.csv
    |---Adil
        |---adil1.jpeg
        |---adil2.jpeg
        |---2017-08-05.jpeg
    |---Bahrun
        |---bahrun.jpg
    |---Cintia
        |---cintia.jpg
        |---video.mp4
  2. Create file face_enrollment.csv with the template below

    identity_number, name, status, foldername
    
    
    ex:
    identity_number, name, status, foldername
    92731892, Adil, VIP, Adil
    84281821, Bahrun, VIP, Bahrun
    77262111, Cintia, TSK, Cintia
  3. Go to page Enrollment

  4. Click Batch Enrollment

  5. Click select CSV file or drag and drop folder

  6. Click button Proceed

  7. Log enrollment is showed

    Batch enrollment start....
    Adil/adil1.jpeg   successfully enrolled
    Adil/adil2.jpeg   successfully enrolled
    Adil/2017-08-05.jpeg   successfully enrolled
    Bahrun/bahrun.jpg   successfully enrolled
    Cintia/cintia.jpg   successfully enrolled
    Cintia/video.mp4  enrollment is failed

PreviousInsert / Update / Delete EnrollmentNextHelmet Detection

Last updated 9 months ago

Was this helpful?