Hu Ye
Hu Ye
@CtCCtV you can reference maskrcnn https://github.com/facebookresearch/detectron2/blob/main/configs/common/models/mask_rcnn_fpn.py
@purvang3 do you test your dataset by other detection models?
@purvang3 you can reference detectron2 document. For the checkpoint, you can set https://github.com/facebookresearch/detectron2/blob/main/detectron2/config/defaults.py#L541 for eval, you can set https://github.com/facebookresearch/detectron2/blob/main/detectron2/config/defaults.py#L592
check your dataset, use https://github.com/facebookresearch/detectron2/blob/main/tools/visualize_data.py to show dataloader to check if your data is good.
I also found the trouble of NMS