We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9109e5b commit b91173cCopy full SHA for b91173c
README.md
@@ -235,7 +235,7 @@ def class_text_to_int(row_label):
235
elif row_label == 'ace':
236
return 6
237
else:
238
- return None
+ None
239
```
240
With this:
241
@@ -248,7 +248,7 @@ def class_text_to_int(row_label):
248
elif row_label == 'shoe':
249
return 3
250
251
252
253
Then, generate the TFRecord files by issuing these commands from the \object_detection folder:
254
0 commit comments