BHRL
BHRL copied to clipboard
Segmentation Masks
Hi,
For COCO training, gt_masks (segmentation maps) that are in COCO annotation files are kept for the training pipeline, as in the figure below. BHRL/configs/coco/split3/BHRL.py
But, there is no segmentation information for the VOC dataset, and segmentation masks are not kept in the VOC training pipeline. For the COCO training, is there another branch for segmentation at the RCNN block? How are the segmentation maps used for the COCO training?
I would be glad if you help me with these.
The mask is not used.