-
I am reimplement the paper SRGAN in paddlepaddle, I should implement the pixelshuffle function.
I dont understand the use of the phaseShift which u implement in
https://github.com/brade31919/SRGAN-…
-
### Is your feature request related to a problem?
To enable chipping/batching datasets with different spatial resolutions, each dataset (either an `xarray.DataArray` or `xarray.Dataset`) currently …
-
Hi... I want to use a single model to take any image with any shape and reduce it x4 (for example) and recreate it to original resolution. Is this posible with this code? How can I train this model?
-
Hey, Thanks for uploading the code for this interesting project.
I have questions about the super-resolution capabilities of your approach
- If I'm only interested in super resolution, does the pa…
-
### Proposal Summary
There are applications such as super resolution or image feature matching where the unit of data is a pair (or even triplet) of images & annotations. The scope of this FR is to s…
-
This post summarizes notes from our (@valosekj, @sandrinebedard, @jcohenadad) meeting with Roland Henry (UCSF) at ISMRM 2023.
Roland is interested in the intra-subject co-registration of longitudin…
-
I noticed that the checkpoints you provide contain the pkl file for each scenario, so do I need to retrain once for each scenario?
-
### Discussed in https://github.com/Blinue/Magpie/discussions/844
Originally posted by **Blinue** March 10, 2024
This discussion was created from the release onnx-preview1.
I am using the o…
-
train_folder=/Users/anthonyyuan/Desktop/src/ccc/Photo-Realistic-Super-Resoluton-master/train_folder model_folder=/Users/anthonyyuan/Desktop/src/ccc/Photo-Realistic-Super-Resoluton-master/your_save_fol…
-
I am working on using this model to super resolution every single frame of a video.
I created a "do_frame" function similar to "do" and this function only took one argument as the image. Right now, I…