Categories
Misc

Issue generating tfrecord

So I have started to try my hand at tensor flow to learn how it works. While going through the steps I came across an error that I have not seen before. I can’t seem to figure out what is going on. Any help is appreciated

Traceback (most recent call last):

File “generate_tfrecord.py”, line 27, in <module>

from object_detection.utils import dataset_util, label_map_util

File “C:UsersnathaOneDriveDesktopProjectRealTimeObjectDetection-mainTensorflowscriptsobject_detectionutilslabel_map_util.py”, line 59, in <module>

label_map = label_map_util.load_labelmap(args.labels_path)

AttributeError: partially initialized module ‘object_detection.utils.label_map_util’ has no attribute ‘load_labelmap’ (most likely due to a circular import)

submitted by /u/Simshaffer
[visit reddit] [comments]

Leave a Reply

Your email address will not be published. Required fields are marked *