기계는 거짓말하지 않는다

YOLOv3 deepSORT KeyError: "The name 'net/images:0' 본문

AI

YOLOv3 deepSORT KeyError: "The name 'net/images:0'

KillinTime 2022. 7. 1. 22:00

https://github.com/theAIGuysCode/yolov3_deepsort

 

GitHub - theAIGuysCode/yolov3_deepsort: Object tracking implemented with YOLOv3, Deep Sort and Tensorflow.

Object tracking implemented with YOLOv3, Deep Sort and Tensorflow. - GitHub - theAIGuysCode/yolov3_deepsort: Object tracking implemented with YOLOv3, Deep Sort and Tensorflow.

github.com

YOLOv3 deepSORT 실행 시 다음과 같은 오류가 발생할 수 있다.

KeyError: "The name 'net/images:0' refers to a Tensor which does not exist. The operation, 'net/images', does not exist in the graph."

tools/generate_detections.py 에서 ImageEncoder 함수 내의 net/%s:0 를 %s:0 로 변경한 후 실행한다.

Comments