Process overlapping maks in object detection based instance segmentation.
Please use Poetry as virtual environment package manager.
poetry install
poetry run python main.py -f <path to the folder containing the image and the model output>
Attention: Please move the image and the model output file in the same folder.
The notebook data_exploration.ipynb
contains examples of the postprocessing steps.