detectron2_instance_segmentation_demo icon indicating copy to clipboard operation
detectron2_instance_segmentation_demo copied to clipboard

How to train Detectron2 with Custom COCO Datasets | DLology

Results 3 detectron2_instance_segmentation_demo issues
Sort by recently updated
recently updated
newest added

In the document how-to-train-detectron2-with-custom-coco-datasets, Train the model: cfg.MODEL.ROI_HEADS.NUM_CLASSES = 3 # 3 classes (data, fig, hazelnut)

Hello @Tony607 I am presently working with detectron2 but I got the below message during the training. I am using "COCO-InstanceSegmentation/mask_rcnn_R_101_FPN_3x.yaml" for the checkpoint. What am I doing wrong? `model_final_a3ec72.pkl:...

Hey @Tony607! Not an issue but a question. I am teaching a class on visual recognition and as part of the practical session I'd like to use the nuts dataset....