Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1#!/usr/bin/env python 

2# coding=utf-8 

3 

4"""DRISHTI-GS1 dataset for Optic Disc Segmentation (agreed by any annotator) 

5 

6* Configuration resolution: 1760 x 2048 (after center cropping) 

7* Reference (includes split): [DRISHTIGS1-2014]_ 

8* See :py:mod:`bob.ip.binseg.data.drishtigs1` for dataset details 

9""" 

10 

11from bob.ip.binseg.configs.datasets.drishtigs1 import _maker 

12 

13dataset = _maker("optic-disc-any")