Sumit

Results 1 comments of Sumit

I am using [this repo](https://github.com/jkjung-avt/tensorrt_demos), TrtYOLO needs to be imported from [here](https://github.com/jkjung-avt/tensorrt_demos/blob/master/utils/yolo_with_plugins.py) ``` import os import time import argparse import cv2 import pycuda.autoinit # This is needed for initializing CUDA...