grimoire/mmdetection-to-tensorrt

AttributeError: module 'mmdet2trt.mmdet2trt' has no attribute 'main'

cudanexus opened this issue · 3 comments

this is the error when running in docker the command I use is mmdet2trt ~/space/mmdetection/configs/faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py checkpoints/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth .

Current main branch are under refactoring, Please try old version.

Current main branch are under refactoring, Please try old version.

If I try mmdet2trt == 0.5.0, can I use mmdet == 3.1.0?

@superprogrammai In theory, yes.