Skip to content

OMR-PRAIG-UA-ES/muret-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PRAIG-logo

Python parser for MuRET-format datasets

Python

Usage

To use the Python parser for MuRET-format datasets, follow these steps:

  1. Install the required packages:
pip install -r requirements
  1. Run the parser script:
python main.py --muret_json_folder_path <path_to_muret_json> --output_folder_path <output_path> [--k <num_folds>]
  • Replace <path_to_muret_json> with the actual path to the folder containing your MuRET-format dataset JSON files.
  • Replace <output_path> with the desired path for the output folder where the script will generate the processed data.
  • The --k <num_folds> argument is optional. Use it to specify the number of folds for k-fold cross-validation (default is 5 folds).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages