fizyr / keras-maskrcnn

Keras implementation of MaskRCNN object detection.
Apache License 2.0
406 stars 131 forks source link

No mask output #118

Open yeungkong opened 3 years ago

yeungkong commented 3 years ago

I use the latest keras-retinanet and keras-maskrcnn and tried to run dection on an example as the notebook guided. But it gives "list index out of range" when it runs "boxes = outputs[-4]". I found there is no mask output. Could anyone please tell me how to solve this?