Code Monkey home page Code Monkey logo

Comments (1)

HasnainRaz avatar HasnainRaz commented on July 27, 2024

Hey Mustaeen,

A simple workaround for the grayscale problem would be to convert your grayscale images to RGB (using PIL or opencv). Then you can use everything as is. I'm not sure if it would have an impact on how the vgg model outputs features as like you mentioned, it wasn't trained on grayscale images. You can look at fine tuning an existing vgg model on grayscale images too (download a dataset for classification, convert images to grayscale using PIL or OpenCV and then train that) and then you can use that VGG model for super resolution. I would assume this would boost the performance of SR on grayscale images.

For your second question, I haven't done much work with super resolution on 3D volumes. But assuming your volumetric data can be sliced up into 2D images, you can use the 2D slices to train existing SR models. If you want to go further, you'll have to introduce 3D convolutions into the code and model the problem correctly.

from fast-srgan.

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.