Pytorch2TensorRT icon indicating copy to clipboard operation
Pytorch2TensorRT copied to clipboard

CUDA10.0, CUDNN7.5.0, TensorRT7.0.0.11

Results 13 Pytorch2TensorRT issues
Sort by recently updated
recently updated
newest added

使用 ` cv2.imwrite(result_path, output)`保持预测结果不起作用, 期待您的回复

你好,我用main.py转了int8的trt,当我用inference测试的时候,输出全是nan,我怀疑是校准器没有工作,因为并没有生成任何校准文件,同时myCalibrator.py中的next_batch,get_batch_size, get_batch等函数均没有被执行,因为每执行一次,我会打印一些东西。不知道如何解决这个问题,能否提供一些思路?

您好,我在使用do_inference.py时,发生如下错误 ![image](https://user-images.githubusercontent.com/56706604/112996443-c1f74480-919e-11eb-8138-b9c6090857be.png) 不知是否和我的自己转换的onnx有关? 另外您的centernet是使用的原版的代码还是自己构建的?

Hi, After translating and reading through your code it seems to be mainly meant for TRT 8.X release. Do you think your approach should work with TRT 9.X.0 releases?

我自己的模型 pth和onnx的结果一致,数字一致,但是trt的结果却不一致。请问怎么办呢?怎么会这样