Skip to content

Commit 04a8cbd

Browse files
authored
Update README.md
1 parent 35033ba commit 04a8cbd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@ The original datasets are available here:
4343
1. [GT-CrossView](https://github.com/lugiavn/gt-crossview)
4444
2. [CVUSA](http://cs.uky.edu/~jacobs/datasets/cvusa/)
4545

46-
Ground Truth semantic segmentation maps are not available for the datasets. We used RefineNet trained on CityScapes for generating semantic segmentation maps and used them as Gound Truth segmaps in our experiments. Please cite their papers if you use the dataset.
46+
Ground Truth semantic segmentation maps are not available for the datasets. We used RefineNet trained on CityScapes for generating semantic segmentation maps and used them as Gound Truth segmaps in our experiments. Please cite their papers if you use the dataset.
47+
Link to the segmentation maps (for Dayton Dataset) used in training/testing is available here[SegMaps](https://github.com/kregmi/cross-view-image-synthesis/issues/16#issuecomment-453538658).
48+
49+
50+
Train/Test splits for Dayton Dataset can be downloaded from here [Dayton](https://github.com/kregmi/cross-view-image-synthesis/tree/master/datasets/dayton_split).
4751

48-
Train/Test splits for Dayton dataset can be downloaded from here [Dayton](https://github.com/kregmi/cross-view-image-synthesis/tree/master/datasets/dayton_split).
4952

5053
### Generating Pairs
5154
Refer to [pix2pix](https://github.com/phillipi/pix2pix/blob/master/scripts/combine_A_and_B.py) for steps and code to generate pairs of images required for training/testing.

0 commit comments

Comments
 (0)