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 11eadef commit 0309ccd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ or
## Training
Before training, make sure that the fisheye image has been placed in
```
dataset/data/train
--dataset/data/train
```

as well as corresponding GT is in
```
dataset/gt/train
--dataset/gt/train
```
Update file paths in
```
flist/dataset/train.flist
flist/dataset/train_gt.flist
--flist/dataset/train.flist
--flist/dataset/train_gt.flist
```

run
Expand All @@ -55,22 +55,22 @@ If you want to use our pre-train model, you can download here.

Put the pre-train model in
```
FISH-Net\release_model\pennet4_dataset_square256
--FISH-Net\release_model\pennet4_dataset_square256
```

placed test fisheye images in
```
dataset/data/test
--dataset/data/test
```

as well as corresponding GT is in (not necessary, but can be empty. You can placed the fisheye images to take up position.)
```
dataset/gt/test
--dataset/gt/test
```
Update file paths in
```
flist/dataset/test.flist
flist/dataset/test_gt.flist
--flist/dataset/test.flist
--flist/dataset/test_gt.flist
```

run
Expand Down

0 comments on commit 0309ccd

Please sign in to comment.