generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsettings.ini
31 lines (30 loc) · 1.08 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[DEFAULT]
host = github
lib_name = deepflash2
user = matjesg
description = A Deep learning pipeline for segmentation of fluorescent labels in microscopy images
keywords = unet, deep learning, semantic segmentation, microscopy, fluorescent labels
author = Matthias Griebel
author_email = [email protected]
copyright = Würzburg University
branch = master
version = 0.2.4
min_python = 3.7
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
requirements = fastai>=2.1.7 zarr>=2.0 tifffile==2022.4.8 scikit-image imageio ipywidgets openpyxl imagecodecs pandas==1.4.0 fastcore==1.5.27 albumentations>=1.0.0 natsort>=7.1.1 numba>=0.52.0 opencv-python-headless>=4.1.1,<4.5.5 timm==0.6.7
pip_requirements = segmentation-models-pytorch-deepflash2
conda_requirements = segmentation_models_pytorch>=0.3.0
nbs_path = nbs
doc_path = docs
doc_host = https://matjesg.github.io
doc_baseurl = /deepflash2/
git_url = https://github.com/matjesg/deepflash2/tree/master/
lib_path = deepflash2
title = deepflash2
monospace_docstrings = False
tst_flags = slow
cell_spacing = 1