Mask_RCNN icon indicating copy to clipboard operation
Mask_RCNN copied to clipboard

Which ID is load_mask() supposed to take?

Open DavidRydgard opened this issue 3 years ago • 0 comments

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?

DavidRydgard avatar Aug 01 '22 14:08 DavidRydgard