hinano21
hinano21
Just to make sure, is the test.record file supposed to be like this ? I am not really sure maybe it is because of my desktop language settings, My default...
I'm sorry. I have another project and have not gotten around to it. When I made the TFrecord, the sample looks like this picture  However, this is what it...
Here is the file I modified generate_tfrecord.py ` def class_text_to_int(row_label): if row_label == 'nine': return 1 elif row_label == 'ten': return 2 elif row_label == 'jack': return 3 elif row_label...
i created a git repository with my own code can u please take a look at it: https://github.com/hinano21/models
I gave up on this problem and used the following URL to enable object detection. https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/ Thanks!