Timm Linder
Timm Linder
Hi, what's the license of this code? Is it under MIT as pytorch-yolo2 by marvis?
Hi @isarandi! I just noticed that when using an external 2D bbox detector, i.e. directly calling the tf.function `estimate_poses_batched()` on a saved model as opposed to `detect_poses_batched()`, it is not...
## Description The Polygraphy CLI examples show how to implement a [custom data loader script](https://github.com/NVIDIA/TensorRT/blob/main/tools/Polygraphy/examples/cli/run/05_comparing_with_custom_input_data/data_loader.py). In that example, the custom data loader returns a generator which yields 5 distinct input...
## Description While troubleshooting a severe performance degradation of our model after conversion from ONNX to TRT (using fp32 precision and default settings), we noticed the following apparent bug in...