Giter Club home page Giter Club logo

iobt-vistec / octave Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 1.0 567 KB

Implementation for OCTAve: 2D en face Optical Coherence Tomography Angiography Vessel Segmentation in Weakly-Supervised Learning with Locality Augmentation (IEEE Transactions on Biomedical Engineering))

Home Page: https://iobt-vistec.github.io/OCTAve/

Python 100.00%
medical-image-segmentation optical-coherence-tomography weakly-supervised-learning weakly-supervised-segmentation

octave's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

lxmwust

octave's Issues

Adding image logging

Proposal

Need to add a logging method that supports image logging in training with Lightning.

Discussion

Logging is needed. Normally we can just use Lightning's built-in dashboard as usual. However, for Image logging for attention visualization. We need to convert the tensor into a PIL image. In which, I'm not sure about performance impact.

I'm currently considering the usage of visdom logger. But I'm not sure we can easily integrate it with lightning though.

Which train_xxx.py should I use?

Thank you for your extraordinary contributions. I have a few questions. There are too many "train_xxx.py" files here. If I only want to perform retinal vessel segmentation tasks using my own dataset, which "train" code should I use? Also, my experimental server does not have resource scheduling tools like "slurm". How should I make a modification to the train script to use LocalExecutory?

Please let me know if you need any further assistance with this issue.

Tensor Calculation Improvement

Proposal

For the sake of readability. Henceforth I declared the prohibition of any Pytorch tensor manipulation method such as

  • unsqueeze()
  • squeeze()
  • stack()
  • sum()
  • mean()
  • min()
  • etc.

Any of the existing Pytorch tensor manipulation methods that existed previously are subject to be changed.

Discussion

Why?

Because einops and einsum existed. That's all you gonna need.

How to train this model?

Thank you for your wonderful work. But I got some questions for you. Could you please show us in detail how to train this model? For example, which folder should I put the dataset in? Or which file should I run to start training?
Thank you again, I am looking forward to your response!

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.