How do I manipulate the data generator in the training SSD300 script to train only on background and person class? When I change n_classes = 1 and include_classes=[0,15] I am met by an error:
IndexError: index 15 is out of bounds for axis 0 with size 2
How do I manipulate the data generator in the training SSD300 script to train only on background and person class? When I change n_classes = 1 and include_classes=[0,15] I am met by an error:
IndexError: index 15 is out of bounds for axis 0 with size 2