Results 7 issues of Argo Saakyan

## Context Hi! I have trained maskrcnn with detectron2 and have exported with [this](https://github.com/facebookresearch/detectron2/tree/main/tools/deploy) instructions (I used scripting) torch script model (model.ts). Then I used [this](https://github.com/pytorch/serve/tree/master/examples/object_detector/maskrcnn) example to start a...

bug

**Description** I get around 25% gpu utilization (got that number using gpustats util). That seems to be pretty low. I have one yolov5l model converted to tensorrt in triton server....

Hi, thanks for your work, I just wanted to know what would be the best way to try it out on some simple classification task. Let's take [this example](https://github.com/ArgoHA/two_headed_classifier/blob/main/src/train.py) of...

I can not use conversion on Jetson Nano with [this guide](https://github.com/tensorflow/tensorrt/tree/master/tftrt/triton). The problem is that TensorFlow container doesn't start: ``` docker: Error response from daemon: failed to create shim: OCI...

This is a PR to add one more type of augmentation for detection model. It's rotation to fixed 90 degrees (+ or -). User can choose a probability of this...

enhancement

I get around 25% gpu utilization (got that number using gpustats util). That seems to be pretty low. I have one yolov5l model converted to tensorrt in triton server. I...

This is a PR to add one more type of augmentation. It's **rotation to fixed 90 degrees** (+ or -). User can choose a probability of this augmentation to be...