Open bhomik77luthra opened 4 years ago
I got a new problem that i have 3 classes to detect, a, b,c. When i run the detection, in most of the cases, a is detected and though b,c is also in the picture, but nothing to show. My guess is that NMS ratio is not proper, so only 1 class is detected and the proposal number is running out.
Anyone able to do multi-class instance segmentation on custom dataset using transfer learning ? I am facing the following error :
ValueError: Error when checking input: expected input_image_meta to have shape (None, 19) but got array with shape (1, 18)
i have modified balloon.py to make it multiclass :
class BalloonConfig(Config): """Configuration for training on the toy dataset. Derives from the base Config class and overrides some values. """
Give the configuration a recognizable name
############################################################
Dataset
############################################################
class BalloonDataset(utils.Dataset):