Zero Zeng

Results 579 comments of Zero Zeng

Filed internal bug 4424499 to track this.

1. Did you test metric like mAP? 2. Could you please share the onnx here for reproduce. Thanks!

FP16 may introduce accuracy drop so it's hard to said whether it's bug unless we have generic metric like mAP.

How about just flash the JP to latest 6.x version, it should have 8.6 shipped. AFAIK we don't support install CUDA-X SDKs manually in Jetson. You need to upgrade the...

You can check our release note(or onnx-tensorrt operator and checkout the 8.4 branch), I think it should be supported in 8.4. Yes you can implement it as a plugin if...

It's a known limitation. You have 2 solution: 1. if you don't need dynamic shapes, export the onnx with static shape and constant folding to eliminate the dynamic axes. 2....