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"""DRIVE dataset for Vessel Segmentation (second annotation: test only) 

5 

6* Split reference: [DRIVE-2004]_ 

7* This configuration resolution: 544 x 544 (center-crop) 

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

9* There are **NO training samples** on this configuration 

10""" 

11 

12from bob.ip.binseg.configs.datasets.drive import _maker 

13 

14dataset = _maker("second-annotator")