We want to be able to implement a 3D SISR CNN, so that we can increase spatial and spectral resolution on two different dimensions at the same time. We want to be able to achieve a spatial resolution of 90m (meaning that every pixel in the real world has a size of 90m by 90m) although a lower resolution is better. Right now our original image has a spatial resolution of 150m, which means a simple scale factor of 2 should help us solve this issue.
Here is a research paper I want to us to read and eventually implement what is discussed here:
https://ieeexplore.ieee.org/abstract/document/8974222
Log in using your utorid, you should be able to access it, and if not ping @Nooh
The same people who wrote this paper have also included the model’s code, so we will be using that as a starting point, and using the model they specified here.
https://github.com/NourO93/SISR_Library/tree/main?tab=readme-ov-file
The research paper talks a little about spectral unmixing, so we may need to have science’s input here as well.
A list of sequential tasks for the chapter - the chapter is complete when all tasks are complete
Use this space for research notes, open questions, progress logs