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 Stream
  2. Analytics
  3. Face Recognition
  4. Additional Information

Testing

PreviousMetricsNextPeople Analytics

Last updated 1 year ago

Was this helpful?

Testing Face Matching and Face Recognition

  1. Preparing experimental dataset

    1. Determine positive and negative test cases

    2. Positive test cases consist of pairing data, that is, face photos that are matched have the same face photos.

    3. Negative test cases consist of non-pairing data, that is, photos that do not have matching face photos in positive test cases.

  2. Prepare face photo conditions according to real conditions, for example:

    1. Normal face photo A face photo that is the same as point a using certain attributes, such as wearing a cap, wearing a hijab, wearing glasses.

    2. A face photo that is the same as point a with additional changes to the face, such as having a beard, mustache, makeup, thickened eyebrows.

    3. If possible, extreme face photo data can be added, such as: face in different age ranges, face with physical changes such as thin and fat.

  3. Calculation of Metrics

    1. Calculate FAR (false acceptance rate) | FAR = FP / (FP + TN)

    2. Calculate FRR (false rejection rate) | FRR = FN / (FN + TP)

    3. Calculate EER (Equal Error Rate)

Sample of Tes