Metadata-Version: 2.1
Name: seg_tgce
Version: 0.1.8
Summary: A package for the SEG TGCE project
Home-page: https://github.com/blotero/seg_tgce
Author: Brandon Lotero
Author-email: blotero@gmail.com
Requires-Python: >=3.11,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: boto3 (>=1.34.130,<2.0.0)
Requires-Dist: gdown (==4.6.3)
Requires-Dist: keras (==2.15.0)
Requires-Dist: matplotlib (>=3.8.4,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: opencv-python (>=4.9.0.80,<5.0.0.0)
Requires-Dist: tensorflow (==2.15.1)
Requires-Dist: tensorflow-datasets (==4.9.6)
Project-URL: Repository, https://github.com/blotero/seg_tgce
Description-Content-Type: text/markdown

Framework for handling image segmentation in the context of multiple annotators

This repository contains the train, data mocking and usage procedures
for handling the multiple annotators segmentation problem researched by the
GCPDS (2023).

Official documentation available at: https://seg-tgce.readthedocs.io/en/latest/

