Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rozumden authored Mar 18, 2021
1 parent b560f1a commit ecf04c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Fast Moving Object (FMO) Deblurring Benchmark
==========
Simple Python library to evaluate your FMO deblurring methods.

### Datasets

All three datasets (TbD, TbD-3D, Falling Objects) can be downloaded by running (after modifying the data storage folder path):
```bash
bash download_datasets.sh
```

### Usage

Implement a function that takes as input image `I [w, h, 3]`, background `B [w, h, 3]`, bounding box of approximation FMO location, the required number of generated sub-frames `n` (temporal super-resolution), and an approximate object size. Your method should output temporal super-resolution mini-video of size `[w, h, 3, n]`. Optionally, if you want to evaluate trajectory accuracy, output the sub-frame object trajectory of size `[2, n]` or `None`.
Expand Down

0 comments on commit ecf04c5

Please sign in to comment.