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"""DRHAGIS dataset for Vessel Segmentation (default protocol) 

5 

6 

7* This configuration resolution: 1760 x 1760 (Resizing) 

8 

9""" 

10 

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

12 

13dataset = _maker("default")