InternImage icon indicating copy to clipboard operation
InternImage copied to clipboard

Using MaskRcnn InternImage for Object Detection without Segmentation

Open xuweidongkobe opened this issue 2 years ago • 1 comments

hi,I am using mask_rcnn_internimage_t_fpn_3x_coco.pth model for detection.The following config is for detection and segmentation How can I change the config file for detection only without segmentation, thank you ! 17f7ac7e48564785cdee4f1398a4b86

xuweidongkobe avatar Jul 10 '23 07:07 xuweidongkobe

Hi, faster_rcnn_r50_fpn.py is what you are looking for.

Replace mask_rcnn_r50_fpn.py with faster_rcnn_r50_fpn.py, and coco_instance.py with coco_detection.py.

KevinXu-01 avatar Sep 18 '23 10:09 KevinXu-01