-
Notifications
You must be signed in to change notification settings - Fork 85
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
MASKRCNN trt_model has Zero output #106
Comments
code: cfg_path = "/home/azuryl/data2/mmdetection/configs/mask_rcnn/mask_rcnn_r50_fpn_mstrain-poly_3x_coco.py" #save converted model #save engine if you want to use it in c++ api print("\n >>>>>>>>>>>>>TRT infer..................") trt_detector.show_result( |
I save trt_model and warp_model t respectively and tested the result: trt_model: |
excuse me but can you show sample code for mask rcnn please? i made it by my own but it is not work. |
You should use mmdet's inference_detector to perform prediction with some mmdetection config updates. Steps :
Example script:
|
Hi, I am the maintainer of this repo and Honestly, I am surprised that these repos are still being used by someone. Since If you have any requirements or advice about these projects, please feel free to tell me. |
Hey @grimoire, I am glad to bring you back to the game :D This library is very useful and we are using it to convert Icevision models. Maybe you can add more support to Instance segmentation models. Maskrcnn, yolact and maskformer. Good luck, |
@grimoire
The text was updated successfully, but these errors were encountered: