You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a panorama live tracking application and intended on speeding up the inference with TensorRT. For engine generation, I'm using the exact same code as in this repo. Subsequent inference always returns zero though,
as num_det equals zero on every instance even though there is some reasonable result in the outputs array for outputs[0].
How do I need to change line 165 in order to retrieve the true number of detections found?
Or is there a fundamental error in the respective engine?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Env
GeForce GTX 860M
Ubuntu 18.04
11.0
8.0.0
Hey everybody,
I'm currently working on a panorama live tracking application and intended on speeding up the inference with TensorRT. For engine generation, I'm using the exact same code as in this repo. Subsequent inference always returns zero though,
as num_det equals zero on every instance even though there is some reasonable result in the outputs array for
outputs[0]
.How do I need to change line 165 in order to retrieve the true number of detections found?
Or is there a fundamental error in the respective engine?
Thanks a lot!
The text was updated successfully, but these errors were encountered: