All Projects → janelia-flyem → NeuTu

janelia-flyem / NeuTu

Licence: other
Software package for neuron reconstruction and visualization

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
OpenEdge ABL
179 projects
Raku
181 projects
shell
77523 projects

Projects that are alternatives of or similar to NeuTu

Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (-14.71%)
Mutual labels:  segmentation
django-segments
A segmentation engine for Django user models
Stars: ✭ 24 (-29.41%)
Mutual labels:  segmentation
rembg-greenscreen
Rembg Video Virtual Green Screen Edition
Stars: ✭ 210 (+517.65%)
Mutual labels:  segmentation
axondeepseg
Axon/Myelin segmentation using Deep Learning
Stars: ✭ 102 (+200%)
Mutual labels:  segmentation
PragmaticSegmenterNet
Port of PragmaticSegmenter for sentence boundary detection
Stars: ✭ 25 (-26.47%)
Mutual labels:  segmentation
covid19.MIScnn
Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
Stars: ✭ 77 (+126.47%)
Mutual labels:  segmentation
deepseg
Chinese word segmentation in tensorflow 2.x
Stars: ✭ 23 (-32.35%)
Mutual labels:  segmentation
SemanticSegmentation-Libtorch
Libtorch Examples
Stars: ✭ 38 (+11.76%)
Mutual labels:  segmentation
CAP augmentation
Cut and paste augmentation for object detection and instance segmentation
Stars: ✭ 93 (+173.53%)
Mutual labels:  segmentation
hyperseg
HyperSeg - Official PyTorch Implementation
Stars: ✭ 174 (+411.76%)
Mutual labels:  segmentation
Active-Contour-Model-Matlab
Some matlab code of Active Contour Model for image segmentation
Stars: ✭ 44 (+29.41%)
Mutual labels:  segmentation
image segmentation dl
🍞 基于深度学习方法的图像分割(含语义分割、实例分割、全景分割)。
Stars: ✭ 76 (+123.53%)
Mutual labels:  segmentation
MERlin
MERlin is an extensible analysis pipeline applied to decoding MERFISH data
Stars: ✭ 19 (-44.12%)
Mutual labels:  segmentation
navis
Python 3 library for analysis of neuroanatomical data
Stars: ✭ 68 (+100%)
Mutual labels:  segmentation
Awesome-Tensorflow2
基于Tensorflow2开发的优秀扩展包及项目
Stars: ✭ 45 (+32.35%)
Mutual labels:  segmentation
segmentation-enhanced-resunet
Urban building extraction in Daejeon region using Modified Residual U-Net (Modified ResUnet) and applying post-processing.
Stars: ✭ 34 (+0%)
Mutual labels:  segmentation
rgbd person tracking
R-GBD Person Tracking is a ROS framework for detecting and tracking people from a mobile robot.
Stars: ✭ 46 (+35.29%)
Mutual labels:  segmentation
ETCI-2021-Competition-on-Flood-Detection
Experiments on Flood Segmentation on Sentinel-1 SAR Imagery with Cyclical Pseudo Labeling and Noisy Student Training
Stars: ✭ 102 (+200%)
Mutual labels:  segmentation
Linear-Attention-Mechanism
Attention mechanism
Stars: ✭ 27 (-20.59%)
Mutual labels:  segmentation
Brain-Tumor-Segmentation-using-Topological-Loss
A Tensorflow Implementation of Brain Tumor Segmentation using Topological Loss
Stars: ✭ 28 (-17.65%)
Mutual labels:  segmentation

NeuTu - Software for Connectome Reconstruction

Publication to cite: NeuTu: Software for Collaborative, Large-Scale, Segmentation-Based Connectome Reconstruction, Ting Zhao*, Donald J. Olbris, Yang Yu and Stephen M. Plaza (2018)

Installation

NeuTu can be installed on a Mac or Linux machine. Its binary releases are available as conda packages. You can install it manually with conda commands or through the setup script.

Use Script (The Easiest Way)

curl -X GET https://raw.githubusercontent.com/janelia-flyem/NeuTu/develop/neurolabi/shell/setup_neutu.sh > setup_neutu.sh
bash setup_neutu.sh <install_dir> neutu-develop

Here <install_dir> is the installation directory.

Once the installation is done, you can launch the program by running

<install_dir>/bin/neutu

Use Conda Commands

Mac (OSX 10.12+ preferred)

curl -X GET https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh > Miniconda-latest-MacOSX-x86_64.sh
bash Miniconda-latest-MacOSX-x86_64.sh

#Note: if the following command fails with some import error, you can unset PYTHONHOME and try again.
source <CONDA_ROOT>/bin/activate root
conda create -n <NAME> -c flyem-forge -c conda-forge neutu-develop

#For future update, you can run 'conda update -n <NAME> -c flyem-forge -c conda-forge neutu-develop' after activating miniconda.

Here <NAME> is the conda environment name. If you don't know what it is, just use neutu-env.

After successful installation, you should be able to lauch the application neutu.app in <CONDA_ROOT>/envs/<NAME>/bin.

Linux (Tested on Ubuntu 16.04, Fedora 16+ and Scientific Linux 7)

curl -X GET https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh > Miniconda-latest-Linux-x86_64.sh
bash Miniconda-latest-Linux-x86_64.sh

#Assuming miniconda is installed under <CONDA_ROOT>
#Note: if the following command fails with some import error, you can unset PYTHONHOME and try again.
source <CONDA_ROOT>/bin/activate root
conda create -n <NAME> -c flyem-forge -c conda-forge neutu-develop

#For future update, you can run 'conda update -n <NAME> neutu-develop -c flyem-forge -c conda-forge neutu-develop' after activating miniconda.

Here <NAME> is the conda environment name. If you don't know what it is, just use neutu-env.

After successful installation, you can launch the program with the following commands

source <CONDA_ROOT>/bin/activate <NAME>
neutu 

Manual

Quick start

https://github.com/janelia-flyem/NeuTu/blob/master/neurolabi/doc/user_manual/neutu/quick_start.pdf

Full manual

https://github.com/janelia-flyem/NeuTu/blob/master/neurolabi/doc/user_manual/neutu/manual.pdf

For the most recent version

https://janelia-flyem.gitbook.io/neutu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].