Skip to main content

Load video datasets to PyTorch DataLoader

Project description

VDataset

Description

Load video datasets to PyTorch DataLoader. (Custom Video Data set for PyTorch DataLoader)

Required Libraries

  • torch
  • torchvision
  • Pillow
  • pandas

Arguments for constructor

Argument Type Required Description
csv_file str True Path to .csv file
root_dir str True Root Directory of the video dataset
file_format str False File type of the frame images (ex: .jpg, .jpeg, .png)
id_col_name str False Column name, where id/name of the video on the .csv file
label_col_name str False Column name, where label is on the .csv file
frames_limit_mode str/None False Mode of the frame count detection ("manual", "csv" or else it auto detects all the frames available)
frames_limit int False Number of frames in a video (required if frames_count_mode set to "manual")
frames_limit_col_name str False Column name, where label is on the .csv file (required if frames_count_mode set to "csv")
frames_resize tuple/None False Resize the frames (Also this can be done on using transform too)

Usage

from torch.utils.data import DataLoader
from torchvision import transforms

transforms = transforms.Compose([transforms.Resize((100, 100)),
                                       transforms.ToTensor()])

vdataset = VDataset(csv_file='path-to-csv-file.csv', root_dir='path-to-video-dir', transform=transforms)
dataloader = DataLoader(vdataset, batch_size=64) # use in DataLoader


for image, label in dataloader: # Do what do you want in dataset
    print(image, label)
    break

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vdataset-0.0.1.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

vdataset-0.0.1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file vdataset-0.0.1.tar.gz.

File metadata

  • Download URL: vdataset-0.0.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for vdataset-0.0.1.tar.gz
Algorithm Hash digest
SHA256 5185b4f7baa1edf8d7a7c6b4f566fadd30585ac813b41a37d52a19fafe146020
MD5 37755d872e43bd86e038238caa804eee
BLAKE2b-256 9dc97070da6e0c0a9fe69fdb9c153ca105be606e92d46be7e3cb29e35dc61b69

See more details on using hashes here.

File details

Details for the file vdataset-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: vdataset-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for vdataset-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 da3e353513f6c00cfda9b05eee66584e729a444597f01b452359ebdd72b9da35
MD5 fdd5f412e22035be6df9c0322d298952
BLAKE2b-256 8cfdbe3333a866d7178587caf173991bb52b08dddc43d6d22522ead76446e778

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page