Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renato145/fastai_scans

Fastai extension to work with 3d medical images
https://github.com/renato145/fastai_scans

Last synced: 3 months ago
JSON representation

Fastai extension to work with 3d medical images

Awesome Lists containing this project

README

        

# Fastai scans
Fastai extension to work with 3d medical images.

Work in progress...

## Notes:
- Data must be stored as a bcolz array to use the data loaders (http://bcolz.blosc.org/).
- To visualize display 3d volumes the method x.show3d() uses ipyvolume (http://ipyvolume.readthedocs.io/).
- Examples in notebooks folder using Brats dataset (https://www.med.upenn.edu/sbia/brats2018/data.html).