项目作者: BlueBrain

项目描述 :
Blue Brain multi-modal registration and alignment toolbox
高级语言: Python
项目地址: git://github.com/BlueBrain/atlas_alignment.git
创建时间: 2021-01-25T09:15:33Z
项目社区:https://github.com/BlueBrain/atlas_alignment

开源协议:GNU Lesser General Public License v3.0

下载


Atlas Alignment


























Latest Release

Latest release

License

License

Data

Data

Build Status

Build status

Code Style

Black


Isort


Pydocstyle


Pydocstyle

Python Versions

Python Versions

Atlas Alignment is a toolbox to perform multimodal image registration. It
includes both traditional and supervised deep learning models.

This project originated from the Blue Brain Project efforts on aligning mouse
brain atlases obtained with ISH gene expression and Nissl stains.

Official documentation

All details related to installation and logic are described in the
official documentation.

Installation

Installation Requirements

Some of the functionalities of atlalign depend on the TensorFlow implementation
of the Learned Perceptual Image Patch Similarity (LPIPS)
. Unfortunately, the
package is not available on PyPI and must be installed manually as follows
for full functionality.
```shell script
pip install git+http://github.com/alexlee-gk/lpips-tensorflow.git#egg=lpips_tf

  1. You can now move on to installing the actual `atlalign` package!
  2. #### Installation from PyPI
  3. The `atlalign` package can be easily installed from PyPI.
  4. ```shell script
  5. pip install atlalign

Installation from source

As an alternative to installing from PyPI, if you want to try the latest version
you can also install from source.
```shell script
pip install git+https://github.com/BlueBrain/atlas_alignment#egg=atlalign

  1. #### Installation for development
  2. If you want a dev install, you should install the latest version from source with
  3. all the extra requirements for running test and generating docs.
  4. ```shell script
  5. git clone https://github.com/BlueBrain/atlas_alignment
  6. cd atlas_alignment
  7. pip install -e .[dev,docs]

Examples

You can find multiple examples in the documentation. Specifically, make
sure to read the
Building Blocks
section of the docs to understand the basics.

Data

You can find example data on Zenodo.
Unzip the files to ~/.atlalign/ folder so that you can use the data.py module
without manual specification of paths.

Allen Brain Institute Database

You can find and download ISH data from Allen Brain Institute thanks to
Atlas Download Tools repository.

Funding & Acknowledgment

This project was supported by funding to the Blue Brain
Project, a research center of the Ecole polytechnique fédérale de Lausanne, from
the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

COPYRIGHT (c) 2021-2022 Blue Brain Project/EPFL