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"""RIM-ONE r3 for Optic Cup Segmentation (expert #2 annotations) 

5 

6* Configuration resolution: 1440 x 1088 (after padding) 

7* Split reference: [MANINIS-2016]_ 

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

9""" 

10 

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

12 

13dataset = _maker("optic-cup-exp2")