DHEIVER commited on
Commit
66c4a31
·
1 Parent(s): f43eec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -90,15 +90,14 @@ def to_oberlay_image(data):
90
  return img
91
 
92
  # %% ../main.ipynb 6
93
- title = "Glomerulus Segmentation"
94
  description = """
95
- A web app that segments glomeruli in histological kidney slices!
96
 
97
- The model deployed here is a [UNet++](https://arxiv.org/abs/1807.10165) with an [efficientnet-b4](https://arxiv.org/abs/1905.11946) encoder from the [segmentation_models_pytorch](https://github.com/qubvel/segmentation_models.pytorch) library.
98
 
99
- The provided example images are random subset of kidney slices from the [Human Protein Atlas](https://www.proteinatlas.org/). These have been collected separately from model training and have neither been part of the training, validation nor test set.
100
 
101
- See corresponding [blog post](https://fhatje.github.io/posts/glomseg/train_model.html).
102
  """
103
  #article="<p style='text-align: center'><a href='Blog post URL' target='_blank'>Blog post</a></p>"
104
  examples = [str(p) for p in get_image_files("example_images")]
 
90
  return img
91
 
92
  # %% ../main.ipynb 6
93
+ title = "Segmentação de Glomérulos"
94
  description = """
95
+ Um aplicativo web que segmenta glomérulos em cortes histológicos de rim!
96
 
97
+ O modelo implantado aqui é um UNet++ com um codificador efficientnet-b4 da biblioteca segmentation_models_pytorch.
98
 
99
+ As imagens de exemplo fornecidas são um subconjunto aleatório de cortes de rim do Atlas de Proteínas Humanas. Essas imagens foram coletadas separadamente do treinamento do modelo e não fizeram parte do conjunto de treinamento, validação ou teste.
100
 
 
101
  """
102
  #article="<p style='text-align: center'><a href='Blog post URL' target='_blank'>Blog post</a></p>"
103
  examples = [str(p) for p in get_image_files("example_images")]