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 | 31 |
Tags
- Visual Studio
- Docker
- C
- windows forms
- 오류
- 명령어
- Selenium
- C#
- pytorch
- LIST
- pip
- YOLO
- OpenCV
- error
- pandas
- paramiko
- Linux
- SSH
- Numpy
- C++
- mysql
- VS Code
- label
- JSON
- 기타 연주
- 채보
- 프로그래머스
- ubuntu
- Python
- 핑거스타일
Archives
- Today
- Total
기계는 거짓말하지 않는다
YOLOv3 deepSORT KeyError: "The name 'net/images:0' 본문
https://github.com/theAIGuysCode/yolov3_deepsort
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