Jamy-L / handheld-sr-satellite

Handheld burst super resolution applied to satellite imagery
MIT License
5 stars 0 forks source link

Some operational issues. #1

Open dierwang101 opened 1 year ago

dierwang101 commented 1 year ago

Hello. Your work is a great research. I encountered some issues while running your code. How can I obtain the files referenced by 'B' and 'A' in example. py.

Jamy-L commented 1 year ago

Thank you for your interest in our project !

You must be mentioning the path for the test data: one path for the burst and one for the exposure ratios. I have just pushed a release that contains 50 burst for both single-exposure and multi-exposure. For multi-exposure, 3 noise levels on the ratios can be used. For single-exposure, you must generate them as exposures = np.ones(N), N being the number of frame in the burst (15 in the example).