딥러닝/OpenCV

[책] OpenCV 4로 배우는 컴퓨터 비전과 머신러닝

have a good time 2021. 11. 5. 23:05

구글코랩에서 깃허브 자료 다운로드, 사용

참고 자료 : 

https://velog.io/@yookyungkho/Tip2.-colab%EC%97%90%EC%84%9C-github-%EC%86%8C%EC%8A%A4%EC%BD%94%EB%93%9C-%ED%81%B4%EB%A1%A0%ED%95%98%EA%B8%B0

 

[딥꿀팁 2편] Google Colab에서Github 소스코드 클론하기

오늘은 로컬 디렉토리가 아닌 google drive에 github 소스 코드를 클론하는 법을 알아봅시다! 딥러닝 논문이나 프로젝트 코드가 구현되어있는 github repository를 클론해오고 싶을 때 특히 유용한 꿀팁

velog.io

https://brunch.co.kr/@jayden-factory/16

 

Google Colab - 깃허브 연동하기

Google Colaboratory Tip For Starter | 지난 시간에는 Google Colaboratory 에 Google Drive를 연동해서 드라이브에 있는 csv 파일 등을 불러와 데이터 분석 작업을 할 수 있도록 하는 방법을 알아 보았습니다. 요즘

brunch.co.kr

 

 

에러 

1) 구글 코랩에서 cv2.imshow() 실행 시 에러 처리

참고 자료 : https://stackoverflow.com/questions/55288657/image-is-not-displaying-in-google-colab-while-using-imshow

 

Image is not displaying in Google Colab while using imshow()

I am working on a project which requires functions from OpenCV to plot images. I am trying to display image using the below code in Google Colab. But nothing shows up in the output. Can anybody hel...

stackoverflow.com

https://overface.tistory.com/573

 

COLAB에서 OpenCV 함수 사용하기

이전 포스팅은 구글 드라이브와 연동에 대해서 포스팅 했다 이번에는 OpenCV 함수를 사용하는 방법에 대해서 정리 하도록 한다. overface.tistory.com/572 COLAB 구글드라이브(Google Drive) 연동  PC 방에서 Op

overface.tistory.com