-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train on my own dataset #14
Comments
Unfortunately, we have not developed any notebooks for this project. However, if you wish to train |
What does align_train = false mean in the training script? |
Hi @Deepika1498,
This option makes sense only when you have an aligned dataset. An aligned dataset, is the dataset where all images are paired. That is, for each source image you know how its translation should look like. An example of the aligned dataset is a dataset of satellite images (domain A) and the corresponding maps (domain B), as illustrated here. If you have an aligned dataset, setting If the dataset is not aligned (like CelebA), this option is largely irrelevant and can be set to any value. |
Can uvcgan be used to perform image fusion of satellite images to improve the spatial resolution of the landsat images by training on 30m landsat and 10m sentinel data? |
Hi @Deepika1498, I am not familiar with the problem of image fusion of satellite images, so I am not able to answer this question. I may be able to provide more information on the feasibility of the UVCGAN usage for the problem of image fusion, if you could elaborate on your training setup? |
I want to set up with satellite dataset with this:http://weegee.vision.ucmerced.edu/datasets/landuse.html |
Is there any implementation of this using an .ipynb notebook. An implementation of this would be very helpful.
The text was updated successfully, but these errors were encountered: