-
-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
Description
Hey, I'm trying to learn object detection on Tensorflow
And on line, category_index = label_map_util.create_category_index_from_labelmap(PATH_TO_LABELS, use_display_name=True)
I get the error:
AttributeError: module 'tensorflow' has no attribute 'gfile'
According to what I understand the error is because the function has been moved after Tensorflow 1.14.0 but the API has not been updated.
