Python 연습장
colab 에서 google drive mount 하기 본문
728x90
#드라이브 마운트
from google.colab import drive
drive.mount('/content/drive')
import PIL
PIL.Image.open('/content/drive/MyDrive/cats.jpeg')
'MyDrive' 빼먹지 말 것!
728x90
'코딩' 카테고리의 다른 글
| progress bar - tqdm 사용법 (0) | 2023.01.23 |
|---|---|
| torch 설치 (0) | 2022.12.29 |
| 구글 코랩(colab)을 알아보자 (0) | 2022.09.07 |
| Python 가상환경 만들기 (0) | 2022.08.09 |
| Global memery usage 확인 방법 in Python (0) | 2022.08.09 |
Comments