Giter VIP home page Giter VIP logo

omero's Introduction

OMERO

Convenience Functions:

Collection of functions related to the OMERO Image database for easy integration in Python scripts.

Code was adapted from the offical OMERO guide (https://omero-guides.readthedocs.io/en/latest/python/docs/gettingstarted.html), OMERO Python language bindings documentation (https://docs.openmicroscopy.org/omero/5.6.0/developers/Python.htm) and the ilastik API - OMERO tutorial (https://omero-guides.readthedocs.io/en/latest/ilastik/docs/gettingstarted.html).

N2V

Interactive GUI to train and apply the DeepLearningTool Noise2Void for image denoising.

The GUI implements the original N2V code by Krull et al., Noise2Void - Learning Denoising from Single Noisy Images (https://arxiv.org/abs/1811.10980) Source code: https://github.com/juglab/N2V_fiji/

Installation

conda create -n n2v python=3.7
conda activate n2v

With GPU

conda install tensorflow-gpu=2.4.1 keras=2.3.1
pip install n2v omero-py

Aleternative: With CPU only

pip install tensorflow==2.4 keras=2.3.1
pip install n2v omero-py

More details on the installation of N2V in here

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.