Git Product home page Git Product logo

autoballs's Introduction



Enabling Breakthroughs in Life Sciences as CTO @ DeepMirror

autoballs's People

Contributors

rg314 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

autoballs's Issues

Multiple eye balls

In some cases, there are multiple eyeballs in the FOV. This can cause complications for the sholl analysis for obvious reasons. Ensure that a warning message is created for these instances and is flagged in the output result.

thresholding poor

The main problem with the network is thresholding the images after the bandpass filter has been applied.

Specific use of cuda model not allowing cpu compute

this line of code (line 71 of pipeline_cnn.py as of commit 6f1968a):
best_model = torch.hub.load_state_dict_from_url('https://docs.google.com/uc?export=download&id=13CLZoNyvCt2K46UvAyHUqH7099FbnBh_')

errors on _cuda_deserialize.

Assuming that this model specifically is cuda-based and therefore cannot be deserialised for cpu computation.

Should the model be ensured to work across both CUDA and CPU compute?

Pull requests

Issues with people raising PRs without being colab

create boilerplate folder structure function call

The folder structure is quite rigid and users may find it difficult to define the folder structure and metadata file. It could also be possible to set up a GUI that users can drag and drop images. If people start using the package I will implement this.

detection of no axon growth

In some instances the sample only contains an eyeball with no axon growth. This needs to be classified as no growth and should be easy to integrate within the current architecture for example

aux_params=dict(
    pooling='avg',             # one of 'avg', 'max'
    dropout=0.5,               # dropout ratio, default is None
    activation='sigmoid',      # activation function, default is None
    classes=4,                 # define number of output labels
)

model = smp.Unet('resnet34', classes=4, aux_params=aux_params)
mask, label = model(x)

mask.shape, label.shape
# (N, 4, H, W), (N, 4)

See segmentation models for more details smp

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.