Chen-cyw

Results 6 issues of Chen-cyw

In some classes(not all) ,the scores of infrerence results become low(eg from 0.8 to 0.25) after transform to tensorrt model, test by the same object in the same picture. the...

bug

env: GPU:tesla t4 nvidia-diver:450.51.6 cuda:11.03 cudnn:8.04 tensorrt:7.1.3.4 pytorch:1.6/1.7 torchvision:0.7/0.8 mmdetection:2.7 ```C++ Warning: Encountered known unsupported method torch.Tensor.new_tensor Warning: Encountered known unsupported method torch.Tensor.new_tensor Warning: Encountered known unsupported method torch.Tensor.new_tensor Warning:...

while i set (enable_mask=True) and (int8_mode=True, int8_calib_dataset=calib_dataset, int8_calib_alg="entropy"), the model can be convert to int8 model, but the calib will not work.

the tensorrt(7.0.0.11) do not have the function " set_calibration_profile()", if use int8 mode ,error will out ![image](https://user-images.githubusercontent.com/66111084/102185188-9e5c0700-3eeb-11eb-9a04-e9f7cec631c5.png)

I export the libtorch2trt_dynamic.so by "sudo python setup.py develop --plugins" and configure the trt and cuda path, but when I use the .so , it always get the error "OSError:...

**Describe the bug** 2022-08-30 06:01:25,337 - mmdeploy - INFO - Execute onnx optimize passes. 2022-08-30 06:01:26,701 - mmdeploy - INFO - Finish pipeline mmdeploy.apis.pytorch2onnx.torch2onnx [2022-08-30 06:01:29.267] [mmdeploy] [info] [model.cpp:95] Register...