Relative Content

Tag Archive for annotationsimage-segmentationdetectronkeypoint

Multitask issue Segmentation & Keypoint detection with Detectron2

I’m trying to use the pre-trained model: mask_rcnn_X_101_32x8d_FPN_3x for identifying roofs/ridges/obstacles simultaneously. The speciality that I have is, that I want to use segmentation annotation (which I’m using for polygon shapes –> roofs/obstacles/some others) and keypoint annotation (which I’m using for line shapes –> ridge/valleys) simultaneously.