GithubHelp home page GithubHelp logo

greatwallet / pytorch-implemented-deep-sr-itm Goto Github PK

View Code? Open in Web Editor NEW
41.0 4.0 7.0 41 KB

A Pytorch implemented Deep SR-ITM (ICCV2019)

License: MIT License

Python 100.00%
super-resolution inverse-tone-mapping iccv2019

pytorch-implemented-deep-sr-itm's People

Contributors

greatwallet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pytorch-implemented-deep-sr-itm's Issues

make your own dataset in RGB or in float32

Hey sorry to bother you.

How can I input png 8bit and png 16bit but in RGB?

Or is it possible, if I convert them to YUV, to read them from .hdr float32 and copare them to 8bit png?

my script is here

about the first_step

Hi
Since we can konw from the original implement that the author used ffmpeg to translate mp4 to yuv, but the train_dataset is in yuv format and packed into .mat file, how can we translate the single yuv file to [png] as the first step you proposed ?

Thanks!

full_net和base_net命名问题

网络的构建是对的,但由于命名不同,导致训练好的base_net参数加载到full_net时会有些问题。
例如,在base_net里,由于没有modulation,所以命名全部都是rb_base,而到了full_net,由于modulation的加入,个别模块的命名变为了rmb_base,但实际上模块在网络中的位置是相同的,base_net中的第2,4,6个rb_base模块的参数应该载入到当前full_net中的第1,2,3个rmb_base模块中,由于命名不同的原因,实际上应该是无法加载的。同时,当前full_net中的第2,3个rb_base应该对应base_net的第3,5个rb_base,由于命名的原因,应该也没有正确载入。
同理,另一支路也有相同的问题。

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.