Giter Site home page Giter Site logo

healthygan's People

Contributors

mahfuzmohammad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nnajeh jaygshah

healthygan's Issues

Environment issues when running

Hello,

While running in server environment with custom data,

Could not load library libcudnn_cnn_infer.so.8. Error: libcuda.so: cannot open shared object file: No such file or directory
Please make sure libcudnn_cnn_infer.so.8 is in your library path!

I'm trying to run it in a Docker environment because I get an error like,
If you have any docker files used, could you please help?

difficulty in undertsanding the paper

Hi @mahfuzmohammad:
Thank you for sharing the fantastic work! I am an undergraduate student studying utilizing GAN for anomaly detection. While reading your paper, I find it difficult to follow the idea of using attention masks. Would you mind sharing some literature to help me understand this idea? Thank you so much!

Learning and utilizing datasets from other tasks

Hello,

I would like to apply your architecture to other medical domain tasks. (ex : CT, MRI ... )
Have you ever tried this and, if so, was the result good?

I look forward to your reply, thank you. :)

understanding the paper

Dear @mahfuzmohammad ,

Thanks so much for your prompt replies to my previous issues! I still have some difficulty understanding the idea. May I know how to explain this sentence:

To be specific, if the input image is a healthy image, the generator is expected to behave like an autoencoder. If the input is a diseased image, the generator should remove anomalous parts and produce a healthy image in the output.

Since the model itself doesn't know its input here (which comes from the mixed dataset), how is the model supposed to do so?

Also from my own experiments, it seems that the masks are outputting only 1s (in the plots, they look completely white) for anomalies, so essentially the mask might not only activate on anomaly regions. However, the method is still effective at detecting anomalies. May I know how to explain this effectiveness?

I greatly appreciate your response!

Asking about code

I am trying to reproduce the project and having difficulties understanding the code. Let this issue be the thread where I am asking anything about the project.

First question.
I see this code to produce outputs of Discriminator model:

    def forward(self, x):
        h = self.main(x)
        out_src = self.conv1(h)
        return h, out_src

I see that out_src is used in training, but I am not finding h used anywhere. What is h here? And how is it used in the project?

Thank you.

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.