Data handling
Data handling module within the ketos library
This module provides utilities to load and handle data files.
|
Return a relative unix filepath to path either from the current directory or from an optional start directory. |
|
Parse date-time data from string. |
|
Find all files in the specified directory containing the specified substring in their file name |
|
Find all wave files in the specified directory |
|
Read a wave file in either mono or stereo mode. |
|
Create a new directory if it does not exist |
|
Converts the binary label to one hot format |
|
Converts the one hot label to binary format |
|
Check that all images have same size, all labels have values, |