-
after install torch2trt, No module named torch2trt.converters.Identity was encountered
DCCTT updated
4 years ago
-
## 🐛 Bug
for arguments with different sign `torch.Tensor.__mod__` operation produce result different from `torch.fmod()` function.
## To Reproduce
Execute
```
print(torch.__version__)
x = to…
-
$ python3 libs/tools/convert2trt.py convert --config_path=./params/configs/pointpillars_kitti_car_xy16.yaml --weights_file=/home/arc/catkin_ws/src/lidar_detection_ros/models/pointpillar_7728.pth --trt…
-
# Bug Report
RuntimeError: Exporting the operator numpy_T to ONNX opset version 9, 10, 11 & 12 is not supported. Please open a bug to request ONNX export support for the missing operator.
### Desc…
DJ543 updated
3 years ago
-
Thank you for your excellent work. I built environment according to ducuments. But when I try ATSS, I got this error:
base env:
```
torch=1.6.0
tensorrt=7.0.11
mmdetection=2.3.0
cuda=10.0
cudn…
-
First of all thanks to all developers who build the best model.
I have trained Yolact Edge on a single object. When I try to inference using a trained model with around 50 mAP then it starts predic…
-
Hi! I'm tring to convert [GRCNN ](https://github.com/jingjing-you/GRCNN_OCR.pytorch) to tensorrt, but get error:
```
import torch
from torch2trt import torch2trt
from GRCNN import GRCNN
mod…
-
Hi, I tried to run torch2trt conversion of OpenPifPaf model inside TensorRT Docker image (tensorrt:19.12-py3) and I get the following error:
```
Traceback (most recent call last):
File "scripts…
-
is this library supposed to be compatible with original torch2trt library? As the library use same package name with original one, we can only install one of them. The issue is, when I use this dynami…
-
Hello,
firstly thank you for sharing the code. I would like to implement that on Jetson Nano with a raspberry pi camera. However I met the following errors:
$ python demo.py --model human-pose-e…