Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU)**Jetson Nano
• DeepStream Version5.1
**• JetPack Version (valid for Jetson only)**4.5.1
• TensorRT Version7.1
**• NVIDIA GPU Driver Version (valid for GPU only)**460
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I trained the model with Face_mask_detection and tested it on the Juptery Notebook. The test results were normal. But when I followed the tutorial and tested the model on the Jetson Nano, I either couldn’t detect a face or there were lots of red boxes on my face.I guess it might have something to do with classifier-threshold and class-attrs, but I can’t find any documentation about them.