반응형

Boostcamp AI tech 3기 41

opencv video mp4로 저장하기

https://deep-learning-study.tistory.com/108 [파이썬 OpenCV] 동영상 저장하기 - cv2.VideoWriter 클래스 황선규 박사님의 OpenCV 강의를 공부하면서 정리하였습니다. 동영상 저장하기 - cv2.VideoWriter 클래스 cv2.VideoWriter 클래스를 이용해서 영상을 저장하는 방법을 알아보겠습니다. OpenCV에서는 cv2.Vi deep-learning-study.tistory.com video writer 함수 관련 https://www.geeksforgeeks.org/saving-a-video-using-opencv/ Saving a Video using OpenCV - GeeksforGeeks A Computer Science portal..

3Blue1Brown : Chapter1, Vectors

참고한 필기 https://hacobe.github.io/notes/linear_algebra_3blue1brown.html 3Blue1Brown’s Linear Algebra series — Technical notes .md .pdf to have style consistency --> hacobe.github.io https://hacobe.github.io/notes/intro.html https://sysout.tistory.com/66 유튜브 기초 수학 : 3Blue1Brown의 Essence of linear algebra 수강 후기 literally watching all of the ads possible to give this man as much revenue as I can beca..

부스트 캠프 끝나고 해볼만한 ai 관련 공고/프로그램 (스마일게이트, ssafy 8기)

부스트 캠프 끝나고 해볼만한 ai 관련 공고/프로그램 https://futurelab.center/front/program/program-view?G_MENU_SEQ=&contSeq=649 스마일게이트 희망스튜디오 퓨처랩 Future Lab은 아동/청소년 창의 환경 조성 및 청년 창작자(SGM 스마일게이트멤버십)를 지원합니다. futurelab.center 스마일게이트멤버십 AI부문 2기 모집 모집중 2022-04-22 00:00 ~ 2022-05-30 00:00 5월 30일까지 참가 신청 접수 2인 이상 팀 또는 개인 지원서 양식 질문 Q. 팀이 어떻게 결성되었나요? Q. AI 분야에 관심 갖게 된 계기는 무엇인가요? Q. 팀은 어떤 방식으로 운영 되고 있나요? 프로젝트 협업은 어떻게 하고 있는지, 어..

Error loading preloads: Could not find renderer 터미널 껐다 다시 키기

https://stackoverflow.com/questions/68736618/error-loading-preloads-could-not-find-renderer Error loading preloads: Could not find renderer I am running jupyter notebook in vscode. But when I try to run the following cell of code I got error. import os from torch.utils.data import DataLoader from torchvision.datasets import ImageFolder stackoverflow.com 나도 이 에러가 났는데 라이브러리 설치한 다음 창을 다시 껐다 키면 해결된다.

wandb example images 메모리 크기

wandb로 이미지 로딩하면 생각보다 메모리를 많이 차지 한다 root@129922e51c90:~# df -H Filesystem Size Used Avail Use% Mounted on overlay 106G 17G 84G 17% / tmpfs 68M 0 68M 0% /dev tmpfs 48G 0 48G 0% /sys/fs/cgroup shm 4.3G 0 4.3G 0% /dev/shm /dev/xvdb1 106G 17G 84G 17% /etc/hosts tmpfs 48G 13k 48G 1% /proc/driver/nvidia /dev/xvda1 51G 13G 36G 27% /usr/bin/nvidia-smi udev 48G 0 48G 0% /dev/nvidia0 tmpfs 48G 0 48G 0% /pr..

ImportError: libGL.so.1: cannot open shared object file: No such file or directory 에러 해결

전체 에러 내용 Traceback (most recent call last): File "train.py", line 14, in from east_dataset import EASTDataset File "/opt/ml/code/east_dataset.py", line 5, in import cv2 File "/opt/conda/envs/bc/lib/python3.8/site-packages/cv2/__init__.py", line 180, in bootstrap() File "/opt/conda/envs/bc/lib/python3.8/site-packages/cv2/__init__.py", line 152, in bootstrap native_module = importlib.import_module..

반응형