GithubHelp home page GithubHelp logo

mslapsrn-pytorch's People

Contributors

lorenzomammana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mslapsrn-pytorch's Issues

SRdataset.py is giving error

I am trying to run this in kaggle and I am getting the error.

File "/kaggle/working/MSLapSRN-pytorch/SRdataset.py", line 54, in getitem
id = self.list_ids[int(self.true_len * index / self.len())]
IndexError: list index out of range.

I have tried several modifications and it is still not working. Can you please help me?

About the code of MS-LapSRN model

Thanks for your repository which helps my learn the model . However , I have some questions about the code are as following:

 features = features[:, :, :-1, :-1]
 rescaled_img = self.scale_img(rescaled_img)
 rescaled_img = rescaled_img[:, :, 1:-1, 1:-1]

why the start index of slice of features is from 0, and the rescaled_image is from 1?
And why should cut the slice, can we add them directly.

 features = features[:, :, :, :]
 rescaled_img = self.scale_img(rescaled_img)
 rescaled_img = rescaled_img[:, :, :, :]

Request for pretrained model

I have trained your model with my dataset and obtained lower PSNR (only 27.73dB). So could you share with me your model which obtain the highest PSNR (28.39 dB on Set14x4)! Btw, thank you very much for sharing this MSLapSRN model

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.