728x90
반응형
Open CV로 다이콤 영상 처리 하고있었는데 다음과 같은 오류가 떴다..
double free or corruption (!prev)Aborted (core dumped)
메모리 관련 문제인데, 아래의 링크에서 OpenCV의 특정 버전부터 문제가 발생한다는 것을 갈게 되었음..
https://github.com/dbolya/yolact/issues/421
double free or corruption (!prev) · Issue #421 · dbolya/yolact
I get this error "double free or corruption (!prev)" when trying to start the training. Do you know what is the issue? Might be related to memory usage, if so how can I change the batch size? Best,...
github.com
아무리 봐도 OpenCV보다는.. 내가 몇기가 짜리 동영상 처리를 끊어주지않고 계속 발생한 거 같았다!!!
그래서 movie.py 로 작업함
728x90
반응형
'python > 라이브러리' 카테고리의 다른 글
[Anaconda] 가상환경 필수 라이브러리만 추출하기 (7) | 2025.02.03 |
---|---|
[Deep learning] 정형데이터를 위한 딥러닝 신경망 TabNet (0) | 2023.02.27 |
[Jupyter notebook] vscode 안에서 ipynb에서 html로 바꾸기 (0) | 2023.02.06 |
[Python] argparse로 모델 학습하기 / Python argparse 사용법 (0) | 2023.01.30 |
[Tensorflow] InternalError: Blas xGEMM launch failed : a.shape=[1,15,1024], b.shape=[1,1024,1024], m=15, n=1024, k=1024 [Op:MatMul] 오류 (1) | 2023.01.25 |