VFHQ-downloader is a Python-based utility designed for the easy downloading and processing of videos from the VFHQ dataset.
This may cause temporary IP block by YouTube.
- Clone the repository or download the source code.
- Install required Python packages:
pip install -r requirements.txt
. - Ensure
yt-dlp
andaria2c
are installed and accessible in your system's PATH. - Download and decompress the meta_info.zip file in the root directory of the project to obtain the metadata files needed for video processing.
- Ensure the metadata files are located in the
meta_info/
directory. - Run
main.py
to start the downloading and processing pipeline. - Processed videos will be available in the
data/outputs/
directory. - Make sure you modify
VIDEO_NUM
inconfig.py
.
This tool is specifically tailored for the VFHQ dataset and require modifications to work with other datasets or video sources.