Skip to content

Plugin codeproject ai

Elad Bar requested to merge (removed):plugin-codeproject-ai into dev

One stop shop plugin for all CodeProject AI models:

  • Object detection
  • Face detection
  • Scene classifier
  • Custom Model
  • Face recognition

Automatically send frames to the relevant model based on the configuration on the CodeProject AI server.

Interact with Face Manager to register and unregister faces.

Event message special properties:

  • person - When face is being identify, will indicate the face name from face manager (on top of the tag that represents the image)
  • duration - time took the sever to process the request (including upload file)

Both properties are also supported by the shinobi-video-exporter custom Auto Load module

Merge request reports