detectron2_instance_segmentation_demo icon indicating copy to clipboard operation
detectron2_instance_segmentation_demo copied to clipboard

there is a little misstake, 'date' not 'data'

Open ChenyangDu opened this issue 4 years ago • 0 comments

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)

ChenyangDu avatar May 02 '21 07:05 ChenyangDu