DeepMoon icon indicating copy to clipboard operation
DeepMoon copied to clipboard

Can you provide Mercury DEM images?

Open WangSong960913 opened this issue 6 years ago • 4 comments

Can you provide Mercury DEM images?Thanks

WangSong960913 avatar Jun 20 '19 12:06 WangSong960913

Mercury DEM images can be found on the USGS website. I think the one we used was the MESSENGER Global DEM.

cczhu avatar Jun 21 '19 03:06 cczhu

How did you feed the Mercury DEM images into the pre-processing pipeline without any ground-truth? Thank you!

hugokitano avatar Dec 02 '19 04:12 hugokitano

Also, how did you deal with the file types of the DEM's provided?

hugokitano avatar Dec 03 '19 01:12 hugokitano

As mentioned in our paper, the Mercury images were an example of transfer learning, so we used our trained model only in prediction mode -> model.predict(image), and then manually verified using annotation the accuracy of this procedure. Our demo python notebook - https://github.com/silburt/DeepMoon/blob/master/docs/Using%20Zenodo%20Data.ipynb - should help with dealing with the file types.

silburt avatar Dec 04 '19 02:12 silburt