Empanada Napari

Panoptic segmentation algorithms for 2D and 3D electron microscopy in napari
Alternatives To Empanada Napari
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Godot61,69396 hours ago4September 15, 20229,620mitC++
Godot Engine – Multi-platform 2D and 3D game engine
Libgdx21,55849418415 hours ago43May 11, 2022281apache-2.0Java
Desktop/Android/HTML5/iOS Java game development framework
Hazel9,582
3 days ago110apache-2.0C++
Hazel Engine
Spritejs5,0716276 months ago430July 03, 202266mitJavaScript
A cross platform high-performance graphics system.
Urho3d4,346
4 months ago72mitC++
Game engine
Turbulenz_engine4,221
4 days ago36mitTypeScript
Turbulenz is a modular 3D and 2D game framework for making HTML5 powered games for browsers, desktops and mobile devices.
Maptalks.js3,959561094 days ago190September 02, 2022215bsd-3-clauseJavaScript
A light and plugable JavaScript library for integrated 2D/3D maps.
Engine3,597
13 hours ago233mitTypeScript
A typescript interactive engine, support 2D, 3D, animation, physics, built on WebGL and glTF.
Fxgl3,161417 days ago22March 24, 2022113mitJava
Java / JavaFX / Kotlin Game Library (Engine)
Gamedev Resources2,961
2 months ago
:video_game: :game_die: A wonderful list of Game Development resources.
Alternatives To Empanada Napari
Select To Compare


Alternative Project Comparisons
Readme

empanada-napari

The preprint describing this work is now available on bioRxiv.

Documentation for the plugin, including more detailed installation instructions, can be found here.

empanada is a tool for deep learning-based panoptic segmentation of 2D and 3D electron microscopy images of cells. This plugin allows the running of panoptic segmentation models trained in empanada within napari. For help with this plugin please open an issue, for issues with napari specifically raise an issue here instead.

Implemented Models

  • MitoNet: A generalist mitochondrial instance segmentation model.

Example Datasets

Volume EM datasets for benchmarking mitochondrial instance segmentation are available from EMPIAR-10982.

Installation

It's recommended to have installed napari through conda. Then to install this plugin:

pip install empanada-napari

Launch napari:

napari

Look for empanada-napari under the "Plugins" menu.

empanada

GPU Support

Note: Mac doesn't support NVIDIA GPUS. This section only applies to Windows and Linux systems.

As for any deep learning models, having a GPU installed on your system will significantly increase model throughput (although we ship CPU optimized versions of all models with the plugin).

This plugin relies on torch for running models. If a GPU was found on your system, then you will see that the "Use GPU" checkbox is checked by default in the "2D Inference" and "3D Inference" plugin widgets. Or if when running inference you see a message that says "Using CPU" in the terminal that means a GPU is not being used.

Make sure that GPU drivers are correctly installed. In terminal or command prompt:

nvidia-smi

If this returns "command not found" then you need to install the driver from NVIDIA. Instead, if if the driver is installed correctly, you may need to switch to the GPU enabled version of torch.

First, uninstall the current version of torch:

pip uninstall torch

Then install torch >= 1.10 using conda for your system. This command should work:

conda install pytorch cudatoolkit=11.3 -c pytorch

Citing this work

If you use results generated by this plugin in a publication, please cite:

@article {Conrad2022.03.17.484806,
	author = {Conrad, Ryan and Narayan, Kedar},
	title = {Instance segmentation of mitochondria in electron microscopy images with a generalist deep learning model},
	elocation-id = {2022.03.17.484806},
	year = {2022},
	doi = {10.1101/2022.03.17.484806},
	publisher = {Cold Spring Harbor Laboratory},
	URL = {https://www.biorxiv.org/content/early/2022/03/18/2022.03.17.484806},
	eprint = {https://www.biorxiv.org/content/early/2022/03/18/2022.03.17.484806.full.pdf},
	journal = {bioRxiv}
}
Popular 3d Graphics Projects
Popular 2d Graphics Projects
Popular Graphics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Deep Learning
3d
2d
Instance Segmentation