You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/spraul/miniconda3/envs/mmdet-2.22/lib/python3.7/site-packages/mmdet/models/dense_heads/anchor_head.py:123: UserWarning: DeprecationWarning: anchor_generator is deprecated, please use "prior_generator" instead
warnings.warn('DeprecationWarning: anchor_generator is deprecated, '
/home/spraul/miniconda3/envs/mmdet-2.22/lib/python3.7/site-packages/mmdet/core/anchor/anchor_generator.py:370: UserWarning: ``single_level_grid_anchors`` would be deprecated soon. Please use ``single_level_grid_priors``
'``single_level_grid_anchors`` would be deprecated soon. '
Warning: Encountered known unsupported method torch.Tensor.new_tensor
Warning: Encountered known unsupported method torch.Tensor.new_tensor
Speicherzugriffsfehler
Warning: Encountered known unsupported method torch.Tensor.new_tensor can be ignored. Any tensor generated by torch.Tensor.new_tensor would be treated as a constant value. And I can convert this model on my device(2070 super, same as yours).
Would you mind updating the version of TensorRT? I haven't tested this repo on TensorRT7 for a long time. And don't forget to rebuild amirstan_plugin.
Thanks for your reply. I have to test it with a newer TRT Version.
TRT 7.2.2.3 and cuda11.1 worked for me in the past with mmdet2.12 and mmdet2trt 0.4.0.
When do I have to rebuild amirstan_plugin? Everytime I switch to a new CUDA or TensorRT Version?
Describe the bug
I installed the newest MMDetection version but can not convert a simple frcnn model.
Error:
Any idea what happened here? FCOS works fine.
environment:
The text was updated successfully, but these errors were encountered: