일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- itksnap
- 퍼셉트론
- numpy
- 세계대전
- TFRecord
- pyqt
- 유로화
- TF
- error
- keras
- deeplearning
- Training
- dtype
- TensorFlow
- 블록체인
- 비트코인
- terminal
- 유가 급등
- 세계사
- cv2
- Inference
- img
- qtdesigner
- loss
- 딥러닝
- Perceptron
- Python
- 브렉시트
- DataSet
- opencv
Archives
- Today
- Total
활연개랑
[Numpy(넘파이)] ValueError: zero-size array to reduction operation minimum which has no identity 본문
Python
[Numpy(넘파이)] ValueError: zero-size array to reduction operation minimum which has no identity
승해tmdhey 2021. 12. 1. 18:53반응형
image[ y_min:y_max , x_min:x_max ] 를 했을 때
y_min , y_max , x_min, x_max 중에 값이 잘못들어가 있을 경우 이런 오류가 뜹니다.
해결방법은 각 수치를 직접 확인해보아야 합니다.