Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uof1745-cmd authored Mar 29, 2021
1 parent 87bfa84 commit 18be5fc
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,20 @@ This code contains two versions of the hyper-parameters. The first one is the im
* Pytorch 1.5

## Dataset
For training the network, you need to download the perspective dataset [Places2](http://places2.csail.mit.edu/download.html) or [Coco](https://cocodataset.org/). Then, generate your fisheye dataset.

For training the network, you need to download the perspective dataset [Places2](http://places2.csail.mit.edu/download.html) or [Coco](https://cocodataset.org/). Then, move the downloaded images to
```
data_prepare\picture
```
run
```
python data_prepare/get_dataset.py
```
to generate your fisheye dataset. The generated fisheye images and new GT will be placed in
```
dataset\data\train or dataset\data\test
dataset\gt\train or dataset\gt\test
```
1
## Training
Before training, make sure that the fisheye image has been placed in
```
Expand Down

0 comments on commit 18be5fc

Please sign in to comment.