Import data from Google Drive and Github into Google Colab | Upload External data into Colab

preview_player
Показать описание
#colab #googlecolab #github
Upload your data into google colab from Google drive and Github and how to access inside code for image, csv and other directories.

Code
import cv2
cv2_imshow(drive_data)
from imutils import paths
image_paths = "machine_learning/OpenCv/face_detection/images/"
cv2_imshow(frame)
import pandas as pd
cv2_imshow(data_personal)
Рекомендации по теме
Комментарии
Автор

Hi sir, if my dataset is of big size and multi class ..but I want to use only several.classes in that dataset, how can achieve that ? Don't want to manually uploading whole dataset .. Can I use wget and cp.command .. How can. I write that code ? And when I use wget each time when I reconnect the session I shud again load the data right

Readwithaami
Автор

thanks sir .. what commands use to read .py files ?

Noura-rpul
Автор

I am getting this error message over and over again, do you have any idea how to solve this?

AttributeError Traceback (most recent call last)
in <module>()
1
2 image_paths = "/content/images"
----> 3 for path in
4 frame = cv2.imread(path)
5 cv2_imshow(frame)

AttributeError: 'str' object has no attribute 'list_images'

thank you:)

Isha-ottc
Автор

How unload data from Google drive to Google colab using mobile

AliAli-owzw
Автор

Sir how to clone the "releases" of a github repository?

DEFINITE
visit shbcf.ru