ServiceNow / HighRes-net

Pytorch implementation of HighRes-net, a neural network for multi-frame super-resolution, trained and tested on the European Space Agency’s Kelvin competition. This is a ServiceNow Research project that was started at Element AI.
https://www.elementai.com/news/2019/computer-enhance-please
Other
277 stars 51 forks source link

predic #9

Open DalalAlmotwaa opened 3 years ago

DalalAlmotwaa commented 3 years ago

How can I predict single image please help me

alkalait commented 3 years ago

Hi Dalal - please describe your issue in detail when you're asking for help.

DalalAlmotwaa commented 3 years ago

Dear alkalait Thank you for quick response I have my own satellite images I want to enhance image resolution by HighRes-net I trained the model , but I don't know how to use it with my images

alkalait commented 3 years ago

What have you tried, and where have you failed so far? I know little as to your capabilities, and hence the right amount of detail that you need.

DalalAlmotwaa commented 3 years ago

I am not familiar with pytorch, this is my first time use it . I want python code load the model and predict enhanced image as output

alkalait commented 3 years ago

I would suggest that you refer to the official PyTorch tutorials for training / loading pre-trained models, and testing them on your imagery.