Git Product home page Git Product logo

peterhpark / neuroclear Goto Github PK

View Code? Open in Web Editor NEW
19.0 1.0 1.0 29.5 MB

Neuroclear is a deep-learning-based Python module to train a deep neural network for the task of applying super-resolution to degraded axial resolution in fluorescence microscopy, using a single image stack.

License: Apache License 2.0

Python 4.69% Jupyter Notebook 95.31%
microscopy fluorescence-microscopy-imaging deep-learning

neuroclear's Issues

'_deform_grid.deform_grid_grad' no worked.

Hello. Thank you for the good code.

It stopped at "Data Generator for Simulation.py," so I looked at it

Line 277, '_deform_grid.deform_grid_grad(dXs, displacement_f, output_offset, dYs, axis, order, mode, cval, inverse_affine)'
What's the problem with stopping at?

The first one works, but the second one doesn't.

Thank you.

(Environmental settings are I used neuroclear_env.yml )

How to write dataroot path?

P.S. it's resolved by myself, thanks!

Hello, When I try to run the train demo (train_onecube.py) in a conda environment, I got error.

Below is what I did

  1. 「"ModuleNotFoundError: There is no module named models.cycle_gan_model"」
    So, I changed the code to "cycle_gan" -> "axial_to_lateral_gan_athena" (base_options.py, line 34)
    and it passed.

  2. 「"ModuleNotFoundError: No module named 'data.braincube_dataset' "」
    So, I rewrote it as "braincube" -> "singlevolume" (base_options.py, line 49)
    and it passed.

  3. 「"TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType"」
    so, I changed the code to " help='path to images…' " -> " help='/home/my_username/neuroclear-v1.0.0/simulation_test/simulation_data/haystack/10000-lines-blurred-by-gaublur-std-4/blurred' " (base_options.py, line 25)

and try to code run, but the same error occurred.
I think the following is the problem, but I don't know how to do.
・Folder structure of data used for training
・How to specify the folder path

Or could it be some other cause?

thank you very much!

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.