Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs\feat: #48 details on oxford pet experimemt #49

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ For setting up a local jupyter notebook, run the following (inside your venv):

python -m ipykernel install --user --name=seg_tgce_env

Then, open jupyter lab and select the created kernel.
Then, open your preference tool (jupyter lab, vscode viewer, etc)
and select the created kernel.
21 changes: 21 additions & 0 deletions docs/source/experiments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,27 @@ The images are of different sizes and aspect ratios.
The dataset is available at the following link:
https://www.robots.ox.ac.uk/~vgg/data/pets/

In particular, we used an implementation of this dataset in a simplified and
easily retriable format, available at the following link:

https://github.com/UN-GCPDS/python-gcpds.image_segmentation


Scorers emulation
=================

On itself, the Oxford-IIIT Pet dataset contains the masks which reffer to the
ground truth and not to labels from different annotators, which makes this
dataset non suitable for the original intention of the project. However, we
used this dataset to emulate the scorers' behavior, by training previously a model
with a simple UNet architecture and then using this model to predict for being
disturbed in the last encoder layer for producing scorers with different lebels of
agreement.

.. image:: resources/oxford_pet_scorers_emulation.png
:width: 100%
:align: center
:alt: How the scorers emulated noisy annotatiosn for the Oxford-IIIT Pet dataset look.

Crowd Seg Histopatological images
=================================
Expand Down
1 change: 1 addition & 0 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ correspond to different objects or parts of objects.
.. image:: resources/usual-segmentation.png
:width: 400
:alt: An example on how image segmentation resulting labels look like.
:align: center


What does multiple annotators mean?
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading