If you have 11 classes, you get the following error in your real_time_detection.py.
Traceback (most recent call last):
File "detection.py", line 49, in <module>
class_names, p['scores'], colors=colors, real_time=True)
File "/usr/local/lib/python3.5/dist-packages/mask_rcnn-2.1-py3.5.egg/mrcnn/visualize.py", line 136, in display_instances
IndexError: list index out of range
If you have 11 classes, you get the following error in your
real_time_detection.py
.It works with 2 and 5 classes, but not with 11.
Any thoughts?