wanduoz

Results 3 comments of wanduoz

I guess you can use yolov4 model directly if you don't want to digger into darknet model. https://github.com/Tianxiaomo/pytorch-YOLOv4/issues/243

I met same problem. I installed onnxruntime using `pip install onnxruntime-gpu`. ![image](https://user-images.githubusercontent.com/33130310/173322642-252cbf7e-677f-4f31-985b-085bc1e6dbc8.png) Then I installed ort openvino using `pip install onnxruntime-openvino` ![image](https://user-images.githubusercontent.com/33130310/173322850-3759f02c-635a-492c-8ecf-b41ccabb0005.png) Can I build them together and change hardward...

@chaoz-dev Hi, I install the latest torch2trt package and successfully run the sample code you posted at #743 . However, when I apply dynamic bs at my model, it return...