UC-Irvine-CS175 / final-project-e-mcheese-2

final-project-e-mcheese-2 created by GitHub Classroom
0 stars 1 forks source link

Create python script for applying watershed technique #3

Closed TerenceTYAranowitz closed 1 year ago

TerenceTYAranowitz commented 1 year ago

Description

Modify augmentations.py so that we have an augmentation that applies the watershed technique to the images. It will return a tuple of the mask of the images as well the number of focci detected.

NOTE: Watershed augmentation must be the last augmentation to be called as it will return a tuple instead of just the image itself so it will not fit as a input to other augmentations which only expect the image and not a tuple.

Files

augmentation.py

Tasks

JarrodRShepherd commented 1 year ago

Sounds good, let's start working on it!