Open SorourMo opened 1 year ago
Hi, a version of the model can be found under Model/pix2pix_Tensorflow/model. But I doubt that it would work on your data without being explicitly trained on them. I think you would have to train your own model
I just checked Model/pix2pix_Tensorflow. Isn't the provided "saved_model.pb" model, the pre-trained weights of the RGB -to-DEM conversion? I'm interested in the reverse conversion: DEM to RGB.
Thanks,
Hi, Thanks for sharing your code. I have a bunch of DEM rasters that I'd like to convert into RGB. I saw you did the same thing and the results looked pretty good. It doesn't even matter if the output RGB raster is super accurate in my case. I was wondering if you could share the pre-trained weights of your DEM-to-RGB converter so people like me can use it.
Thank you!