Mask_RCNN
Mask_RCNN copied to clipboard
Which ID is load_mask() supposed to take?
It seems like an internal image ID is passed to the load_mask() function at line 1212 in model.py. But how does this make sense? The add_image() function takes the source ID as input. And when implementing load_mask(), how am I supposed to use the internal ID?