-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Frame-Recurrent Video Super-Resolution.pdf
Hello,
I noticed that you're working on a python based AstroPhotography project and I would like to contribute if possible. Specifically, I would like to work on developing a set of python functions which can take raw video data and use super resolution techniques to convert the video data into a high resolution image of an object. For an example of how something like this might work please see the attached PDF.
My thoughts on how this would work from a user perspective is as follows: (in this case assume a bright source such as a planet)
Take a series of one to two minute videos using RGB filters -> Load the files into a Jupyter Notebook -> Apply super resolution methods to each video to produce a high quality set of RGB images -> Export the image data either to other functions within this project or two a different program.
To work on this I would need access to raw RGB video data of a well known object (Saturn, Jupiter etc.). Other than that I have a fairly powerful computer on which I can test these methods.