Open kobic8 opened 1 year ago
Hi~I have infer the onnx you provide,but got negative logits. Is it normoal?
Hi~I have infer the onnx you provide,but got negative logits. Is it normoal?
yes.the same as the original model's result.
Hi~I have infer the onnx you provide,but got negative logits. Is it normoal?
yes.the same as the original model's result.
Thanks for your replay!!!I found the reason: I forgot to sigmoid the logits result. But got a little bit low class confidence~Could you provide the code? THANK YOU VERY MUCH~~~
Hi~I have infer the onnx you provide,but got negative logits. Is it normoal?
yes.the same as the original model's result.
Thanks for your replay!!!I found the reason: I forgot to sigmoid the logits result. But got a little bit low class confidence~Could you provide the code? THANK YOU VERY MUCH~~~
the sigmoid call is goes like this
float sigmoid = 1.00/(1 + exp(-logits));
tensorrt doesn't support int64. Does the int64 in onnx casted to int32 in tensorrt influence the result in your experiment? My onnx results is right,but tensorrt result is wrong
Hi~I have infer the onnx you provide,but got negative logits. Is it normoal?
yes.the same as the original model's result.
Thanks for your replay!!!I found the reason: I forgot to sigmoid the logits result. But got a little bit low class confidence~Could you provide the code? THANK YOU VERY MUCH~~~
do you infer the onnx with tensorrt ?can you show your code? @wangshuang-jiayou
tensorrt doesn't support int64. Does the int64 in onnx casted to int32 in tensorrt influence the result in your experiment? My onnx results is right,but tensorrt result is wrong
hello big shot,can you share your inference onnx scripts?thinks!
tensorrt doesn't support int64. Does the int64 in onnx casted to int32 in tensorrt influence the result in your experiment? My onnx results is right,but tensorrt result is wrong
大佬你的tensorrt转换脚本能分享一下吗?
Hi, It would be more helpful if you guys share the conversion logic that incorporated for converting to .onnx. I am now bit confused on the inference with onnx runtime. Thanks for the help!
Hi~I have infer the onnx you provide,but got negative logits. Is it normoal?
yes.the same as the original model's result.
Thanks for your replay!!!I found the reason: I forgot to sigmoid the logits result. But got a little bit low class confidence~Could you provide the code? THANK YOU VERY MUCH~~~
do you infer the onnx with tensorrt ?can you show your code? @wangshuang-jiayou
你好,请问你解决这个问题了么,我转成onnx发现数值对不上
Good afternoon. Could some kind person please share the ONNX model or the code to perform the conversion?
is there a way to export the Grounding DINO part to ONNX?