Tensor flow object detection API training multiple objects
Hello, I followed your tutorial (Testing Custom Object Detector - Tensorflow Object Detection API Tutorial , https://pythonprogramming.net/testing-custom-object-detector-tensorflow-object-detection-api-tutorial/). And trained and tested my custom object successfully, I trained on multiple objects by adding ids and name in 'object-detection.pbtxt' and adding more 'if' statement in 'generate_tfrecord.py'. However, when I test it, it identifies images and draws boxes but the label is tagged as 'NA:87%'. How do I replace this NA with something like for example 'cat:87%'
You must be logged in to post. Please login or register an account.