Skip to content

This is to take other datasets and prepare in video reasoning datasets formats.

License

Notifications You must be signed in to change notification settings

VBVR-DataFactory/template-data-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Data Pipeline

Download datasets from HuggingFace and convert to standardized format.

Usage

# Install
pip install -r requirements.txt

# Get dataset → outputs to data/questions/
python scripts/process_dataset.py

# Upload to S3
python utils/upload_to_s3.py --action upload --input data/questions --bucket BUCKET

Output Format

data/questions/{domain}_task/{task_id}/
├── first_frame.png
├── final_frame.png
├── prompt.txt
└── ground_truth.mp4 (optional)

AWS Setup

export AWS_ACCESS_KEY_ID="key"
export AWS_SECRET_ACCESS_KEY="secret"
export AWS_DEFAULT_REGION="us-east-1"

About

This is to take other datasets and prepare in video reasoning datasets formats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages