AI Based Object Redaction/Performance: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
Line 17: Line 17:
* The tracker is implemented only with support for CPU.  
* The tracker is implemented only with support for CPU.  


Check the following links for performance on:  
Check the following links for performance:  
* [[https://developer.ridgerun.com/wiki/index.php/AI_Based_Object_Redaction/Performance/Jetson_Xavier_NX|Jetson Xavier NX]]
* [[https://developer.ridgerun.com/wiki/index.php/AI_Based_Object_Redaction/Performance/Jetson_Xavier_NX#Xavier_NX|Jetson Xavier NX]]
* [[https://developer.ridgerun.com/wiki/index.php/AI_Based_Object_Redaction/Performance/Jetson_Xavier_AGX#Xavier_AGX|Jetson Xavier AGX]]
* [[https://developer.ridgerun.com/wiki/index.php/AI_Based_Object_Redaction/Performance/Jetson_Xavier_AGX#Xavier_AGX|Jetson Xavier AGX]]



Revision as of 19:40, 20 December 2023


  Index  






The library has four major consuming methods: convert the input buffer to the desired format and size of the AI model, the detection of the desired object done by the ONNX model, tracking and the application of the redaction effect.

For testing purposes, take into account the following points:

  • Jetpack 5.1.X
  • Tested with GPU+CPU and CPU only. For GPU, execution is done with TensorRT and CUDA.
  • The library offers two approaches: each method used separately and all together using the apply method.
  • The metrics measured are CPU and GPU consumption, processing time, and FPS.
  • The tracker is implemented only with support for CPU.

Check the following links for performance:


  Index