Open yuanxuanS opened 2 weeks ago
I used detection_args of maskrcnn. And its config is: `# @package group config_file: ${base_dir}/third_parties/detectron2/configs/quick_schedules/mask_rcnn_R_50_FPN_inference_acc_test.yaml confidence_threshold: 0.9 MODEL: ROI_HEADS: NMS_THRESH_TEST: 0.9
`
Hi, this is the detectron2 configuration file we used,specified inside train_policy.yaml: https://github.com/IIT-PAVIS/Look_Around_And_Learn/blob/e939597aac5de4c8a7f173bbf728cd2dc98d5ec8/confs/detectron_args/maskrcnn.yaml
When I infer with off-the-shelf MaskRCNN model, it shows bad prediction like this: I set the test score threshold to 0.9. Did you get this result as well?