InternImage
InternImage copied to clipboard
Using MaskRcnn InternImage for Object Detection without Segmentation
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 !
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.