You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: