-
Notifications
You must be signed in to change notification settings - Fork 45.3k
Open
Labels
Description
In tensorflow object detection api, if one looks at the SSD.proto, MaskHead can be seen. Inside the MaskHead it's written that
// The height and the width of the predicted mask. Only used when
// predict_instance_masks is true.
But there is no parameter predict_instance_masks in the file. So, my question is, how to add MaskHead to my ssd so that it can predict mask also ?
Reactions are currently unavailable