Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterHow committed Dec 5, 2022
1 parent cb4c8ce commit 8e2f3f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# PanoFlow: Learning Optical Flow for Panoramic Images
The implementations of [PanoFlow: Learning Optical Flow for Panoramic Images](https://arxiv.org/pdf/2202.13388.pdf).
We achieve state-of-the-art accuracy on the public OmniFlowNet dataset and the proposed Flow360 dataset.
We achieve state-of-the-art accuracy on the public OmniFlowNet dataset and the proposed FlowScape (Flow360) dataset.
This repository is built on the basis of [CSFlow](https://github.com/MasterHow/CSFlow).

![](results/panoshow.png)
![](results/compare_quant.png)
![](results/compare_.png)

# Flow360 Dataset
# FlowScape (Flow360) Dataset
![](results/Flow360.png)
From left to right: overlapping image pairs, optical flow, and semantics.
Flow360 dataset consists of 8 various city maps in four weathers:
FlowScape (Flow360) dataset consists of 8 various city maps in four weathers:
sunny, fog, cloud, and rain.
We collect 100 consecutive panoramic images at each random position,
resulting in a total of 6,400 frames with a resolution of 1024 x 512 ,
Expand Down Expand Up @@ -60,7 +60,7 @@ camvid_colors = OrderedDict([
])
```

Anyone can download our Flow360 dataset via these links.
Anyone can download our FlowScape (Flow360) dataset via these links.

Download link 1 (Tencent WeiYun):
```
Expand Down

0 comments on commit 8e2f3f9

Please sign in to comment.