Git Product home page Git Product logo

drit_hr's People

Contributors

hytseng0509 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

drit_hr's Issues

High resolution ?

Hello,

what is the difference to the original code ? Why is this repository well suited for high resolution images? Which resolution of GTA and Cityscapes can you recommend for training ?

Best Regards

normalization absence

Hello!
I found a following thing in LeakyReLUConv2d:

class LeakyReLUConv2d(nn.Module):
  def __init__(self, ..., norm='None', ...):
    ....
    if 'norm' == 'Instance': 
      model += [nn.InstanceNorm2d(n_out, affine=False)]
    ...

https://github.com/hytseng0509/DRIT_hr/blob/master/networks.py#L496

It seems that normalization is never applied in LeakyReLUConv2d block.

I'm curious if it affect the model performance, as LeakyReLUConv2d present in all Encoders and Discriminators?

Are the best results reported in paper are gained with turned on InstanceNormalization?

Best Regards,
Aleksei Silvestrov

Problems about datasets

Thanks for your great work.
I want to reproduce the experiment of high resolution (GTA to Cityscapes). How many images are in the two datasets, and are they from training set or testing set? And I also confuse about the training setting, such as which training epoch is better?
Hope for your reply. Many thanks!

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.