Coder Social home page Coder Social logo

Higher Resolution Images about anogan-tf HOT 5 CLOSED

leedoyup avatar leedoyup commented on May 30, 2024
Higher Resolution Images

from anogan-tf.

Comments (5)

LeeDoYup avatar LeeDoYup commented on May 30, 2024

Sorry for late reply.
How did you try to resize the 800 x 800 images into 256 x 256?
If you share the way you try, i can help you more.

from anogan-tf.

LeeDoYup avatar LeeDoYup commented on May 30, 2024

First of all, original model transform the 256 x 256 images into 64 x 64.

from anogan-tf.

adimukewar avatar adimukewar commented on May 30, 2024

I tried resizing the images directly by bilinear interpolation.
I guess GAN's are not designed for working with the images of higher resolution.
It worked fine with 128x128 resolution images but reducing the image to that size kills most of the key details in an image along with the anomalies.
Can you suggest something that can be used to make GAN work with higher resolution images?

from anogan-tf.

LeeDoYup avatar LeeDoYup commented on May 30, 2024

https://github.com/LeeDoYup/AnoGAN/blob/5900e3735b6ea8289bd348eea8a37ed07779388e/model.py#L334-L362

When you see the code, the number of parameters is decided by the size of input image.
You can decrease the number of parameters (for example the number of output channel of each convolutional layer), according to your memory resources.

If there is any bug in the codes, please tell and share freely.

from anogan-tf.

lzzlxxlsz avatar lzzlxxlsz commented on May 30, 2024

Hello,do you mean that your dataset size is 800800,and you resize it with 256256?dose the result fine?As you claimed that when the picture resize smaller,it has lost more details,and have you solved it?

from anogan-tf.

Related Issues (20)

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.