mednet.config.segment.data.drishtigs1.optic_cup_any

DRISHTI-GS1 database (optic-cup annotations agreed by any of the annotators).

# SPDX-FileCopyrightText: Copyright © 2024 Idiap Research Institute <contact@idiap.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
""":py:mod:`DRISHTI-GS1 database <mednet.data.segment.drishtigs1>` (optic-cup annotations agreed by any of the annotators)."""

import importlib.resources

from mednet.data.segment.drishtigs1 import DataModule

datamodule = DataModule(
    importlib.resources.files(__package__ or __name__.rsplit(".", 1)[0])
    / "optic-cup.json",
    target_all=False,
)