-
cv2.error: When the input arrays in add/subtract/multiply/divide functions have different types, the output array type must be explicitly specified in function "arithm_op"검색하기 귀찮아서 블로그에 박제 2024. 3. 8. 02:25728x90
cv2.addWeighted(image, 1, overlay, 0.3, 0) -> cv2.addWeighted(image, 1, overlay, 0.3, 0, dtype=cv2.CV_64F)
cv2.addWeighted(image, 1, overlay, 0.3, 0, dtype=cv2.CV_64F)
이렇게 데이터 타입을 명시해주면 된다
728x90'검색하기 귀찮아서 블로그에 박제' 카테고리의 다른 글
gsutil을 사용하여 WaymoDataset을 다운받는 법 (1) 2024.10.17 fatal error: google/dense_hash_map: No such file or directory (0) 2024.08.29 AttributeError: module 'numpy' has no attribute 'int' (0) 2024.03.08 CV2.Error: OpenCV(4.9.0) _src.depth() == CV_8U || _src.depth() ==CV_16U in function 'Canny' (0) 2024.03.07 Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) (0) 2024.01.15