일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- error
- DataSet
- Training
- qtdesigner
- cv2
- 브렉시트
- TensorFlow
- Inference
- loss
- 유로화
- TF
- opencv
- deeplearning
- numpy
- 세계사
- keras
- 세계대전
- 딥러닝
- Python
- pyqt
- TFRecord
- Perceptron
- 퍼셉트론
- terminal
- dtype
- 유가 급등
- 비트코인
- 블록체인
- img
- itksnap
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 중에 값이 잘못들어가 있을 경우 이런 오류가 뜹니다.
해결방법은 각 수치를 직접 확인해보아야 합니다.