.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
bash/dist.sh
bash/run_eval.sh
bash/run_pred.sh
bash/run_preprocess.sh
bash/run_preprocess_train.sh
bash/run_train.sh
configs/pancreas_example.py
docs/Makefile
docs/auto_config.rst
docs/biom3d_colab.ipynb
docs/builder.rst
docs/callbacks.rst
docs/conf.py
docs/faq.md
docs/index.rst
docs/installation.md
docs/make.bat
docs/metrics.rst
docs/predictors.rst
docs/preprocess.rst
docs/quick_run_gui.md
docs/requirements.txt
docs/trainers.rst
docs/tuto_cli.md
docs/tuto_config.md
docs/_static/css/readthedocs.css
docs/_static/image/favicon.ico
docs/_static/image/gui_local_predict.PNG
docs/_static/image/gui_local_predict_omero.PNG
docs/_static/image/gui_local_preprocess&train.PNG
docs/_static/image/gui_local_preprocess&train_loadconfig.PNG
docs/_static/image/gui_local_preprocess.PNG
docs/_static/image/gui_local_send_to_omero.PNG
docs/_static/image/gui_local_train.PNG
docs/_static/image/gui_remote_predict.PNG
docs/_static/image/gui_remote_predict_omero.PNG
docs/_static/image/gui_remote_preprocess&train.PNG
docs/_static/image/gui_remote_preprocess.PNG
docs/_static/image/gui_remote_send_to_omero.PNG
docs/_static/image/gui_remote_train.PNG
docs/_static/image/gui_splash.PNG
docs/_static/image/logo_biom3d_crop.png
docs/_static/image/logo_biom3d_green.png
docs/_static/image/nucleus_segmentation.png
docs/_static/image/old_logo.png
docs/_static/image/old_logo_2.png
docs/_static/image/omero_dataset_id.PNG
images/Flag_of_Europe.svg.png
images/GReD_color_EN.png
images/biom3d_train.png
images/brookes_logo_black.bmp
images/logo_UCA.jpg
images/logo_aura.PNG
images/logo_biom3d_crop.png
images/logo_biom3d_green.png
images/logo_ip.png
images/nnunet_run_run_training.png
images/nucleus_segmentation.png
src/biom3d/__init__.py
src/biom3d/auto_config.py
src/biom3d/builder.py
src/biom3d/callbacks.py
src/biom3d/config_default.py
src/biom3d/eval.py
src/biom3d/gui.py
src/biom3d/logo_biom3d_minimal.png
src/biom3d/metrics.py
src/biom3d/omero_downloader.py
src/biom3d/omero_pred.py
src/biom3d/omero_uploader.py
src/biom3d/pred.py
src/biom3d/predictors.py
src/biom3d/preprocess.py
src/biom3d/preprocess_train.py
src/biom3d/register.py
src/biom3d/train.py
src/biom3d/trainers.py
src/biom3d/utils.py
src/biom3d.egg-info/PKG-INFO
src/biom3d.egg-info/SOURCES.txt
src/biom3d.egg-info/dependency_links.txt
src/biom3d.egg-info/entry_points.txt
src/biom3d.egg-info/requires.txt
src/biom3d.egg-info/top_level.txt
src/biom3d/datasets/__init__.py
src/biom3d/datasets/semseg_batchgen.py
src/biom3d/datasets/semseg_patch_fast.py
src/biom3d/datasets/semseg_torchio.py
src/biom3d/models/__init__.py
src/biom3d/models/decoder_vgg_deep.py
src/biom3d/models/encoder_efficientnet3d.py
src/biom3d/models/encoder_vgg.py
src/biom3d/models/unet3d_eff.py
src/biom3d/models/unet3d_vgg_deep.py