You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I convert my dataset to the coco format,the dataset has no segmentation,so i set the "segmentation" =[] in annotations,and set the cfg.TRAIN.MRCNN_LABELS_TO_KEEP = ( ),i also convert the pretrained coco MXRCNN model to my dataset followed the convert_coco_model_cityscapes.py
finally, i got the error:
Exception encountered running PythonOp function: ValueError: min() arg is an empty sequence
Is the cfg.TRAIN.MRCNN_LABELS_TO_KEEP =( ) means that segmention would not be used?
how should i train bbox branch on my dataset which without segmentation from the coco pretrained MXRCNN model?
The text was updated successfully, but these errors were encountered:
I convert my dataset to the coco format,the dataset has no segmentation,so i set the "segmentation" =[] in annotations,and set the cfg.TRAIN.MRCNN_LABELS_TO_KEEP = ( ),i also convert the pretrained coco MXRCNN model to my dataset followed the convert_coco_model_cityscapes.py
finally, i got the error:
Exception encountered running PythonOp function: ValueError: min() arg is an empty sequence
Is the cfg.TRAIN.MRCNN_LABELS_TO_KEEP =( ) means that segmention would not be used?
how should i train bbox branch on my dataset which without segmentation from the coco pretrained MXRCNN model?
The text was updated successfully, but these errors were encountered: