Skip to main content

ValidDataSet - TTS Lj Speech Dataset Validator

Project description

ValidDataSet

About [ Menu ]

ValidDataSet was created to help validate datasets created based on the Lj Speech Dataset (for Tacotron, Flowtron, Waveglow, or RadTTS).

VDS works based on plugins (which can be dynamically added by the user in the future).

Descriptions of current plugins can be found in the Plugins section.

Plugins [ Menu ]

Below is a list of currently used plugins (new ones will be added over time).

ID Name Version Description
F001 WavsTranscriptionChecker 23.2.26 Check if all files have been added to the transcription files
T001 DatasetStructureChecker 23.2.26 Check if the "wavs" folder and transcription files exist in the dataset
T002 EmptyLineChecker 23.2.26 Check if there are empty lines in the transcriptions
T003 FilesInTranscriptionChecker 23.2.26 Check if all files added to transcription exist
T004 ExistingWavFileTranscriptionChecker 23.2.26 Check if all files added to transcription have a transcription
T005 PunctuationMarksChecker 23.2.26 Check if all transcriptions end with punctuation marks: ".", "?" or "!"
T006 PunctuationMarksChecker 23.2.26 Check if all lines have the same number of PIPE characters
T007 DuplicatedTranscriptionChecker 23.2.26 Check if there are any duplicate paths to WAV files in the transcriptions

Installation [ Menu ]

To install ValidDataSet, use the following command:

pip install vds

Usage [ Menu ]

List of parameters supported by VDS:

 -p, --path            Path to dataset
 -d, --disable         Disable plugins
 -f, --files           Set transcription file names
     --list-plugins    List plugins
 -v, --verbose         Print additional information

Sample commands and their description:

List all plugins:

vds --list-plugins

Run VDS with all plugins without additional information:

vds --path /media/username/Disk/Dataset_name/

Run VDS with all plugins with additional information:

vds --path /media/username/Disk/Dataset_name/ -v

Run VDS without plugins F001,T002,T006 with additional information:

vds --path /media/username/Disk/Dataset_name/ --disable F001,T002,T006 -v

Run VDS without plugins F001,T002,T006 with own transcription names and with additional information:

vds --path /media/username/Disk/Dataset_name/ --disable F001,T002,T006 --files train.txt,val.txt -v

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vds-23.2.27.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

vds-23.2.27-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page