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?
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?