I am trying to create a ML project in which the job is a classification task of videos, so I upload those videos in Google cloud storage, and then I create a notebook on the workbench of vertex AI, for making data balancing, and then train my respective ML algorithm. But I have this problem:
- I want to use the video files from GCS without the need of downloading them again(that was the purpose of uploading them in GCS), but I don’t know how can i do this?.
I also try uploading de videos into the dataset space of the vertex AI workbench but still don’t know how to acces to this files without downloading them again.