Michael

Results 5 comments of Michael

Facing the same issue with `pb_utils.Tensor` and `pb_utils.InferenceRequest`, using triton server 23.07-py3 Okay, I remove annotations...

We have the same problem with every `23.XX` version of Triton Server. Interesting fact is that we have signal 11 error with one GPU, and sometimes signal 6 with 2...

I am implementing this method in my tracker and while debugging I've found that IOU calculation is wrong. Simple example and comparison with existing method: ``` import numpy as np...