thomaskleiven

Results 17 comments of thomaskleiven

+1 @codejamninja did you get a chance to look at this? Would be cool because it is really a useful library :)

Thanks for the pointers. Didn't manage to get exactly the same histograms pr channel using `rawpy` (LibRaw) vs. RT, but as you mention, this is probably not an issue with...

I'm experiencing the same issue on Jetson Nano (using DeepStream 6.0). Did you manage to figure out why this happens?

I suggest we start by setting up a centralized build process and then run unit tests. Since GitHub Actions don't support GPU-enabled runners, how about using a self-hosted runner? We...

I also found it annoying that `print(ort.get_device())` and `print(ort.get_available_providers())` might give wrong execution providers. I put up a PR where we can use custom logic to determine which execution providers...

It would be great if there's a possibility to support the non-deprecated versions of Jetpack. From what I understand, Jetpack includes `tensorrt` versions from `v8.5.x` to `v8.9.x`. If the only...

I would be up for supporting non-depcrecated versions of `Jetpack`. Perhaps we can generalise it to check for a `TENSORRT_VERSION` flag. I believe `nvinfer1::DataType::kFP8` is available from `tensorrt>=8.6`, included in...

We have the same issue, anyone have an idea of what's causing this?