• Issue Type( questions, new requirements, bugs)
Question
• 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)
On DeepStream, deploy a object detection ONNX model. My model is ONNX model exported from Azure Custom Vision. My label file has 2 classes - ‘Mask’, ‘No_Mask’. Deployment works fine and I am able to execute my model using DeepStream. However, output inference class I am getting as ‘Vehicle’ and ‘No_Mask’. Can you please help me understand why I am getting output inference label as “Vehicle” when it is not there in my Model.
Hello,
Thank you for input. My model configure file is named as “config_infer_custom_vision” and below is my property details. labelfile-path is my file which I am using and it has 2 class “Mask” and “No-Mask”.
Is there somewhere else I need to look ? Please help
I am attaching config files. There are 3 files zipped. I am using only 1 primary GIE. I have 2 class in my ML Model and only the first class gets replaced with “Vehicle” text. Other class shows fine.
One more fact I would like to highlight. For testing purpose, I even used a model which has 3-4 classes. And what I can see is that only first class gets replaced with text “Vehicle”. Other class sees t show up fine.
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
Hi,
Do you use JetPack4.3 with Deepstream 4.0?
If yes, could you check if this issue can also be reproduced in our latest Deepstream 5.1 with JetPack 4.5.1?
Thank you for reply. I will try with latest Deep stream 5.1. However the experiment which I was running was supported only on “JetPack 4.3 with Deepstream 4.0” so I was using that.
Is this any known issue with Deepstream 4.0 ?
I was having 2 class in my Model. As an additional step I introduced a dummy Class as first class. Now, I am getting my second and third class correct by first dummy class now showing “Vehicle” class. Seems like issue is only with first class of any ML model.