Giter Club home page Giter Club logo

rstt's People

Contributors

llmpass avatar zhichenggeng 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rstt's Issues

New Super-Resolution Benchmarks

Hello,

MSU Graphics & Media Lab Video Group has recently launched two new Super-Resolution Benchmarks.

If you are interested in participating, you can add your algorithm following the submission steps:

We would be grateful for your feedback on our work!

extra frame

Hello,Is the extra frame from the decoder just get the average of the adjacent features from the encoder?
if i % 2 == 0:
y[:, i, :, :, :] = x[:, i//2]
else:
y[:, i, :, :, :] = (x[:, i//2] + x[:, i//2 + 1]) / 2

Is inference time right?

Congratulations! very excellent work! But I have a small wonder.
I am a beginner in DL. This question may be stupid.
Shouldn't you call torch.cuda.synchronous() before start?
like this:
image
you may refer to this tarun005/FLAVR#14

In FLAVR, whether use torch.cuda.synchronous() leads to a significant difference in inference time.
their origin paper(before use this function):
image

and their current paper(after use this function):
image

Could you please report your comparison?

Looking forward to your reply. Thank you a lot!

about Increase sequence length

If I change the number of input_nums, from input_frames=4 to input_frames=12, and cancel Interpolation ,will it affect the model results?
In addition, if it is feasible to convert to TensorRT?

Train on myself datasets

Hello,I am very interested in your work. I want to use this model to train my own dataset,is this possible?

Resume training

Hello! Thank you for releasing the code of your amazing work!

I want to implement some experiments based on your pre-trained weight, but I think that we are not able to resume training from the released checkpoints without its corresponding ".state" file.

Could you please also release the .state files?

Thank you very much!

Network configuration

Hello, I trying to evaluate pre-trained models. But I can't find network configurations for RSTT-M and RSTT-L checkpoints. Can you provide it?

about interpolation

I trained my own dataset, but the effect of interpolation is not good. If I do not want to interpolation frames, that is, input_ frame=4,output_ frame=4, how should I modify it?
can i modify the output_frame in the weight of completed training?

about train config

Excuse me, I am training my own super resolution data. The HR_image size is 720 * 1080. What relevant parameter settings need to be changed?crop_size need to change the size to 720?

2022-12-14 10-32-41屏幕截图

about the results

Excuse me, does frame insertion have a great impact on the output? Because my test results will have obvious flicker problems:For example, in the following output, the results of singular images are obviously better, and the results of even images are blurry
0155
0156
0157
0158

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.