Jayden King
Jayden King
Ah, it seems as though changing `h.num_classes` was the problem. If I set `h.label_map = {1: 'person', 2: 'dog'}` and leave `h.num_classes` alone, then it seems to work fine. I...
@matankley Yes, I didn't change the number of classes, it was left as `h.num_classes = 90`. I only changed the label map to `h.label_map = {1: 'person', 2: 'dog'}`, and...
I understand that the OCR results may not work that well, but it really shouldn't crash on me. Also I've tried out Google ML Kit, but it wasn't suitable for...