Fix typo
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ To decode, the authors employ so-called decoder queries, which allow to flexibly
|
|
| 23 |
|
| 24 |
<small> Perceiver IO architecture.</small>
|
| 25 |
|
| 26 |
-
As the time and memory requirements of the self-attention mechanism don't depend on the size of the inputs, the Perceiver IO authors can train the model on raw pixel values, by
|
| 27 |
|
| 28 |
The model obtains state-of-the-art results on important optical flow benchmarks, including [Sintel](http://sintel.is.tue.mpg.de/) and [KITTI](http://www.cvlibs.net/datasets/kitti/eval_scene_flow.php?benchmark=flow).
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
<small> Perceiver IO architecture.</small>
|
| 25 |
|
| 26 |
+
As the time and memory requirements of the self-attention mechanism don't depend on the size of the inputs, the Perceiver IO authors can train the model on raw pixel values, by concatenating a pair of images and extracting a 3x3 patch around each pixel.
|
| 27 |
|
| 28 |
The model obtains state-of-the-art results on important optical flow benchmarks, including [Sintel](http://sintel.is.tue.mpg.de/) and [KITTI](http://www.cvlibs.net/datasets/kitti/eval_scene_flow.php?benchmark=flow).
|
| 29 |
|