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 0ffd9ae commit b560f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ def my_deblur(I,B,bbox,nsplits,radius):

We provide several baseline and state-of-the-art methods.

## Dummy baselines
#### Dummy baselines

Two baselines, one that always outputs the input image, and another that output the background image. Example is shown in `example_dummy.py`.


## Deblatting
#### Deblatting

To evaluate this method, please check out the sub-module [ https://github.com/rozumden/deblatting_python ]. We provide three versions of deblatting: classical deblatting with single appearance (TbD), deblatting with chanring appearance (TbD-3D), and deblatting with trajectory oracle (TbD-O). Examples are shown in `example_deblatting.py`.

## DeFMO - current state-of-the-art
#### DeFMO - current state-of-the-art

To evaluate this method, please check out the sub-module [ https://github.com/rozumden/DeFMO ]. Example is shown in `example_defmo.py`.

Expand Down

0 comments on commit b560f1a

Please sign in to comment.