1 min readOct 13, 2019
Traceback (most recent call last):
File “tensorflow-human-detection.py”, line 64, in <module>
odapi = DetectorAPI(path_to_ckpt=model_path)
File “tensorflow-human-detection.py”, line 17, in __init__
od_graph_def = tf.GraphDef()
AttributeError: module ‘tensorflow’ has no attribute ‘GraphDef’
Does anybody know what I am getting this error? I done everything just he says step by step