GithubHelp home page GithubHelp logo

zz636 / unet-segmentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lmb-freiburg/unet-segmentation

0.0 0.0 0.0 2.14 MB

The U-Net Segmentation plugin for Fiji (ImageJ)

Home Page: https://lmb.informatik.uni-freiburg.de/resources/opensource/unet

License: GNU General Public License v3.0

CMake 0.92% Java 99.08%

unet-segmentation's Introduction

Unet-Segmentation

This is the source of the U-Net Segmentation plugin for Fiji. You can obtain the latest stable version directly from the Fiji updater via update site "U-Net Segmentation".

For more details check our project page. Binary releases are available on our Fiji update site

The plugin requires connection to a Linux workstation (can be the local computer) running a special variant of caffe (caffe_unet).

U-Net Segmentation backend caffe_unet (binaries, source, docker)

Obtain the U-Net segmentation backend (caffe_unet) binaries and corresponding caffe source patch from the project page. Please also check our caffe-unet-docker repository.

Build from source

We recommend to use Linux for building from source, in theory building on Windows should work, but it is not tested.

Prerequisites:

ij.jar, jsch.jar and jhdf5.jar should be already included in an of-the-shelf Fiji installation. You can obtain protobuf-java from the U-Net update site.

General build instructions

Clone this repository, create a separate build directory, and run cmake using the cloned directory as source folder and the build directory as destination folder. Choose your Fiji plugins folder as install prefix.

Example:

  • Fiji is installed in /home/user/Fiji.app
  • You installed the protobuf compiler using your package management system (e.g. on debian-based systems using apt-get install protobuf-compiler)
  • You cloned this repository to /home/user/Unet-Segmentation

Then the following block should build and install the Unet-Segmentation plugin into Fiji. The API documentation can be found in /home/user/Unet-Segmentation/build/javadoc/doc/.

mkdir -p /home/user/Unet-Segmentation/build
cd /home/user/Unet-Segmentation/build
cmake -DCMAKE_INSTALL_PREFIX=/home/user/Fiji.app/plugins -DFIJI_BIN=/home/user/Fiji.app/ImageJ-linux64  ..
make install

unet-segmentation's People

Contributors

thorstenfalk avatar

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.