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"""DRIONS-DB for Optic Disc Segmentation (expert #1 annotations) 

5 

6* Configuration resolution: 416 x 608 (after padding) 

7* Split reference: [MANINIS-2016]_ 

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

9""" 

10 

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

12 

13dataset = _maker("expert1")