video-dataset / data.py
ProgramerSalar's picture
Upload folder using huggingface_hub
a155e68 verified
raw
history blame contribute delete
177 Bytes
from datasets import load_dataset
dataset = load_dataset("videofolder", data_dir="E:/Dataset/UCF101/data/r1-video")
dataset.push_to_hub("ProgramerSalar/video_dataset")