-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensorrt model inference with mmdetection? #339
Comments
@a227799770055 Hi, you can refer to the tutorial: how_to_measure_performance_of_models. |
@RunningLeon Thanks for your answer.
|
@a227799770055 Hi, could you post here what the script you ran and output of |
@RunningLeon thanks for your reply. Script check_env 2022-04-19 11:30:58,732 - mmdeploy - INFO - Environmental information
2022-04-19 11:30:59,490 - mmdeploy - INFO - TorchVision: 0.11.3+cu113 2022-04-19 11:30:59,490 - mmdeploy - INFO - Backend information 2022-04-19 11:30:59,648 - mmdeploy - INFO - Codebase information |
@a227799770055 Hi, this has been fixed in #276 , pls. kindly use master branch or released v0.4.0. |
@RunningLeon Thanks for your help! |
Hi guys,
I have a question about model inference.
After I successfully converted PyTorch model to tensorrt model. How can I inference image with the new model?
Does the project of MMDetection have api for us to use it? Or there have any tutorial can help me.
Thanks
The text was updated successfully, but these errors were encountered: