raiseIOError("Face bounding-box file `%s' is not available - have you run the metadata generation step or `./bin/bob_dbmanage.py hci_tagging download'?"%(path,))
raiseIOError("Face bounding-box file `%s' is not available - have you run the metadata generation step or `bob_dbmanage.py hci_tagging download'?"%(path,))
retval={}
withopen(path,'rt')asf:
...
...
@@ -219,7 +219,7 @@ class File(bob.db.base.File):
path=self.make_path(data_dir,'.hdf5')
ifnotos.path.exists(path):
raiseIOError("Metadata file `%s' is not available - have you run the metadata generation step or `./bin/bob_dbmanage.py hci_tagging download'?"%(path,))
raiseIOError("Metadata file `%s' is not available - have you run the metadata generation step or `bob_dbmanage.py hci_tagging download'?"%(path,))
f=bob.io.base.HDF5File(path)
returnf.get('heartrate')
...
...
@@ -245,7 +245,7 @@ class File(bob.db.base.File):
path=self.make_path(data_dir,'.hdf5')
ifnotos.path.exists(path):
raiseIOError("Metadata file `%s' is not available - have you run the metadata generation step or `./bin/bob_dbmanage.py hci_tagging download'?"%(path,))
raiseIOError("Metadata file `%s' is not available - have you run the metadata generation step or `bob_dbmanage.py hci_tagging download'?"%(path,))