Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naturezhanghn authored Jan 12, 2025
1 parent ef8c74e commit 4a1119a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ bash pretrain.sh

---

---

## 📂 Simulated Data Preparation

First, use RIFE to perform 8x frame interpolation on the GoPro Dataset.
Next, use `inv_isp` to convert the dense RGB frames to the RAW domain (modify `inv_isp.py`, set the appropriate paths, and run the script).
Finally, use the `v2e_idslpf` simulator to generate simulated event signals (make sure to modify `v2e_idslpf/config/GOPRO_config.py`, set the correct paths).

---


## 📊 EVFI-LL Dataset

The **EVFI-LL** dataset includes RGB+Event sequences captured under low-light conditions, offering a challenging benchmark for evaluating event-based VFI performance. Download and place the dataset in the `dataset/` directory.
Expand Down

0 comments on commit 4a1119a

Please sign in to comment.