| # raw | |
| This directory stores the original LLVIP infrared-visible videos before preprocessing. The repository does not include large raw video files by default, so please download them separately. | |
| ## Download | |
| - Option 1: Download from [Hugging Face](https://huggingface.co/datasets/jianfeng0369/VidLLVIP) | |
| - Option 2: Download from [Quark Drive](https://pan.quark.cn/s/e3abe425aa5f?pwd=E5gv) | |
| After downloading, extract `raw.zip` into this directory so that it matches the structure below. | |
| ## Expected File Structure | |
| ```text | |
| raw/ | |
| README.md | |
| videos/ | |
| ir/ | |
| 01.mp4 | |
| 02.mp4 | |
| ... | |
| 14.mp4 | |
| vi/ | |
| 01.mp4 | |
| 02.mp4 | |
| ... | |
| 14.mp4 | |
| ``` | |
| Videos with the same ID under `videos/ir/` and `videos/vi/` form one original infrared-visible source pair. | |