File size: 781 Bytes
9f30907 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # 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.
|