junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

Google Maps precision #1434

Closed DerekSunYH closed 2 years ago

DerekSunYH commented 2 years ago

hello,can you tell me the precision of the dataset(Google Maps)that you use to achieve aerial<->maps. That is, the actual distance represented by a pixel。thank you!

junyanz commented 2 years ago

@phillipi

taesungp commented 2 years ago

Hello @DerekSunYH , for your information, I happened to collect a larger dataset of sat2map images.

https://github.com/taesungp/larger-google-sat2maps-dataset

It also has a script to download Google maps images, with adjustable zoom level. Feel free to use this.

Lastly, the map style is slightly different from our original Google Maps dataset.

phillipi commented 2 years ago

I didn't keep track of the actual distance in the original dataset and it would take some effort to track it down. I recommend using @taesungp's instead!

DerekSunYH commented 2 years ago

@taesungp @phillipi @junyanz Thank you very much!