Aditya Mishra

Results 3 issues of Aditya Mishra

Hi, I am trying to export my YOLOv6 model to TensorRT as outlined [here](https://github.com/meituan/YOLOv6/tree/main/deploy/ONNX#end2end-export). I ran the command: `python ./deploy/ONNX/export_onnx.py --weights runs/train/exp_501/weights/[best_ckpt.pt](http://best_ckpt.pt/) --img 640 --batch 1 --end2end --trt-version 8`, but...

## Bug Description I get 403 error when trying to build libtorchtrt. ## To Reproduce I followed the steps to compile torch-tensorrt outlined [here](https://github.com/pytorch/TensorRT#compiling-torch-tensorrt). Steps to reproduce the behavior: 1....

bug: triaged [not a bug]

## Description Am getting shape issues when I try to convert Detectron Mask-RCNN model to onnx (and then to TensorRT), despite following the guide [here](https://github.com/NVIDIA/TensorRT/tree/main/samples/python/detectron2#detectron-2-mask-r-cnn-r50-fpn-3x-in-tensorrt). ## Environment **TensorRT Version**: from...

triaged