qiuchun
qiuchun
Have you solved the problem about glunifrom1i? I have the same problem
   
 This is a problem that happened in the process of inference
i use platfrom is windows10 i used model is mmrotate used config is oriented_rcnn\oriented_rcnn_r50_fpn_1x_dota_le90.py _base_ = [ '../_base_/datasets/dotav1.py', '../_base_/schedules/schedule_1x.py', '../_base_/default_runtime.py' ] angle_version = 'le90' model = dict( type='OrientedRCNN', backbone=dict( type='ResNet',...
this is i run deploy.py result the end of result has a error about the visualize tensorrt model failed. but it can sussess generate the end2end.engine D:\anaconda3\envs\mmdeploy\python.exe D:/bushu/mmdeploy-master/tools/deploy.py 2022-07-14 10:13:56,259...
i check my cuda version 11.1 cudnn is 8.1.1 but accroad the problem ,the tensorrt"s cudnn version should 8.2.1. so whether the different of cudnn"s version result this peoblem ?

I used tensorrt is 8.2.1.8 and cudnn is 8.1.1.33,cuda is 11.1 i will try you recommend tensorrt-8.2.3.0 , cudnn8.2.1 , cuda 11.1 and check whether it can work think you...
hi i use tensorrt 8.2.3.0 cudnn8.2.1 but also have the problrm 