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
- 논문리뷰
- Computer Vision
- 파이토치
- paper review
- ICCV 2021
- CVPR2023
- Deep Learning
- ICCV
- Vae
- NERF
- 경희대
- panoptic segmentation
- 2022
- Python
- 리눅스
- Semantic Segmentation
- linux
- Neural Radiance Field
- Paper
- 논문
- CVPR
- docker
- IROS
- 융합연구
- NeRF paper
- pytorch
- 논문 리뷰
- GAN
- panoptic nerf
- 딥러닝
Archives
- Today
- Total
목록dtype (1)
윤제로의 제로베이스

mask 색상을 바꾸느라 numpy로 opencv를 좀 다뤘는데 아래와 같은 오류가 발생했다. 그래서 왜 안되지..? 똑같은 array인데 왜 imshow()를 못 하지..?!?! 하고 찾아본 결과... 단순한 dtype오류였다.... opencv에서 이미지를 띄우려면 uint8 타입이 필요하다고 한다! 오류 cv2.error: OpenCV(4.5.1) /tmp/pip-req-build-ms668fyv/opencv/modules/highgui/src/precomp.hpp:137: error: (-215:Assertion failed) src_depth != CV_16F && src_depth != CV_32S in function 'convertToShow' 오류 코드 해결 방법 참고 자료 https:/..
Issue board/python
2023. 2. 24. 12:48