Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- Python
- 프로그래머스
- 기타 연주
- paramiko
- C#
- windows forms
- YOLO
- pytorch
- 컨테이너
- pip
- 오류
- JSON
- Linux
- 핑거스타일
- 채보
- Docker
- Numpy
- C
- error
- Selenium
- pandas
- OpenCV
- nvidia-smi
- label
- VS Code
- mysql
- SSH
- C++
- Visual Studio
- ubuntu
Archives
- Today
- Total
기계는 거짓말하지 않는다
YOLOv3 deepSORT KeyError: "The name 'net/images:0' 본문
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 로 변경한 후 실행한다.
'AI' 카테고리의 다른 글
| YOLO label 텍스트 classid 변경 (0) | 2022.10.14 |
|---|---|
| YOLO label to Labelme JSON label 변환 (0) | 2022.10.02 |
| min, max 좌표 YOLO label format 변환 (0) | 2022.05.27 |
| 활성화 함수(Activation Function) (0) | 2021.10.20 |
| 다층 퍼셉트론(Multi-Layer Perceptron) XOR (0) | 2021.10.18 |
Comments