opendr-eu / opendr

A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onnx inference provides confidence score greater than 1.

lakpa-tamang9 opened this issue · comments

I am implementing graph convolution based action recognition and while inferencing with pytorch, the summation of confidence scores of all classes equate to 1. However, while inferencing same model with onnxruntime, the confidence scores of each class is grater than 1.

Hi @lakpa-tamang9

Thank you for your interest in the toolkit and for noticing this. We are looking into this and we will have an update.

Hey @lakpa-tamang9, can you provide more information regarding your issue:

  1. Are you running the provided demo with the --onnx argument?
  2. What are you printing and getting confidences?
  3. Any code that can help us reproduce the issue is welcome.

Maybe @negarhdr has some insight into this?

Hi @lakpa-tamang9,

Following the information asked by @tsampazk, can you also tell us if you have trained a multi_stream model or not and if so, how did you ensemble the results?

Is there any update on this issue? Have we managed to reproduce this issue?

Closing as stale/not able to be reproduced. We can re-open it when more information is available.