You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "human_detect_track2.py", line 158, in
odapi = DetectorAPI(path_to_ckpt=model_path)
File "human_detect_track2.py", line 27, in init
tf.import_graph_def(od_graph_def, name='')
File "C:\Users\Steffi Andrade.conda\envs\trial\lib\site-packages\tensorflow\python\framework\importer.py", line 283, in import_graph_def
raise ValueError('No op named %s in defined operations.' % node.op)
ValueError: No op named NonMaxSuppressionV2 in defined operations.
Traceback (most recent call last):
File "human_detect_track2.py", line 158, in
odapi = DetectorAPI(path_to_ckpt=model_path)
File "human_detect_track2.py", line 27, in init
tf.import_graph_def(od_graph_def, name='')
File "C:\Users\Steffi Andrade.conda\envs\trial\lib\site-packages\tensorflow\python\framework\importer.py", line 283, in import_graph_def
raise ValueError('No op named %s in defined operations.' % node.op)
ValueError: No op named NonMaxSuppressionV2 in defined operations.
I am getting the above error when i run the 'human_detect_track2.py' file. i am using tensorflow=1.2.1 as mentioned in https://github.com/digitalbrain79/person-reid
please suggest how i can resolve this error?
The text was updated successfully, but these errors were encountered: