Skip to content
Snippets Groups Projects
Commit f8dde714 authored by Teodors EGLITIS's avatar Teodors EGLITIS
Browse files

Delete biowave_test configuration

parent 93696702
No related branches found
No related tags found
2 merge requests!13Annotation experiments,!9Merge remove-biowave into master
Pipeline #
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
# Tue 27 Sep 2016 16:47:58 CEST
"""Not yet documented
.. todo::
Document this module
"""
from bob.bio.vein.database import BiowaveTestBioDatabase
biowave_test_image_directory = "[YOUR_BIOWAVE_TEST_DIRECTORY]"
"""Not yet documented
.. todo::
Document this attribute
"""
database = BiowaveTestBioDatabase(
original_directory=biowave_test_image_directory,
original_extension='.png',
)
"""Not yet documented
.. todo::
Document this attribute
"""
protocol = 'all'
"""Not yet documented
.. todo::
Document this attribute
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment