TensorFlowObjectDetectionTutorial
TensorFlowObjectDetectionTutorial copied to clipboard
A tutorial on object detection using TensorFlow
I have been trying to get the images as seen at the end of the tutorials but it does not seem to be working. After some searches on the internet...
Hello, In lines 104-105 of your `generate_tfrecords.py` file: ``` def class_text_to_int(row_label): return label_map_dict[row_label] ``` I believe you are actually returning the class _label_, a string, rather than the implied class...
Comments share that this only works with Tensorflow 1.xx How can we update the code to work with newer versions? I'm using Ubuntu 20.04 and Tensorflow 2.9.1 (tf) russ@russ-HP-Pavilion-Laptop-15-eh0xxx:~/TensorFlow/Python-examples$ python3...
Hello, i´m runing the script to convert data and the follower occurs: (tensorflow) C:\tensorflow\scripts\preprocessing>python generate_tfrecord.py -x C:/tensorflow/workspace/training_demo/images/train -l C:/tensorflow/workspace/training_demo/annotations/label_map.pbtxt -o C:/tensorflow/workspace/training_demo/annotations/train.record Traceback (most recent call last): File "C:\tensorflow\scripts\preprocessing\generate_tfrecord.py", line 61,...