data4co provides convenient dataset generators for the combinatorial optimization problem
Project description
Latte
, a novel latent diffusion transformer for video generation, utilizes spatio-temporal tokens extracted from input videos and employs a series of Transformer blocks to model the distribution of videos in the latent space. Latte
achieves state-of-the-art performance on four standard video generation datasets FaceForensics
, SkyTimelapse
, UCF101
, and Taichi-HD
. paper, code, pretrained
However, Latte
still falls short in terms of video generation length and quality compared to Sora
. To achieve training and generation effects close to Sora, the Latte model requires more high-quality text-video paired datasets. Therefore, we have created VidFetch
, an open-source dataset download tool to obtain copyright-free videos from various free video websites.
Free Video Support
website | windows | macos | linux |
---|---|---|---|
Pexels | ✔ | 📆 | 📆 |
Mazwai | 📆 | 📆 | 📆 |
Mixkit | ✔ | 📆 | ✔ |
Pixabay | ✔ | 📆 | 📆 |
Coverr | 📆 | 📆 | 📆 |
How to use
Install related dependency packages
pip install -r doc/requirements.txt
You only need three lines of code to start downloading the video
from vidfetch.website import MixkitVideoDataset
mixkit = MixkitVideoDataset(root_dir="mixkit")
mixkit.download(platform="windows")
Click to view examples we have implemented
- Download videos from Mixkit
- When you interrupt the download, the monitor will record the video information you downloaded successfully last time and continue downloading based on this information
VidFetch's design philosophy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vidfetch-0.0.1a1.tar.gz
.
File metadata
- Download URL: vidfetch-0.0.1a1.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 572bd9bf57cb8148302bbbd03e0540bf20d75fd61bb9b800f7546281244d1498 |
|
MD5 | f39342acbb463b5c11b279acd2739606 |
|
BLAKE2b-256 | 0105bc5e5276a08bd1d0640ba9f2c4b102a3ee39363b577d020e677ee9c27cd6 |