This repository contains the segment annotations, assessments and other metadata of student performances for the Florida all-state auditions. The dataset is available on request from the Florida Bandmasters Association (FBA).
This repository is meant to be used with the MIG-MusicPerformanceAnalysis repository and both should be cloned at the same folder level. There are additional intermediate representations such as pitch contours which are pre-computed and stored separately. To obtain those follow the steps below:
- Click here to download a .zip file titled
MIG-FbaData.zip
. - Extract the contents of the downloaded file and paste it at the same folder level as this repository.
- Select 'Paste and Merge' when prompted.
The downloaded 'FbaData' folder from the previous link should be merged with this cloned repository before it can be used.
The data set contains student recordings for 18 different instruments covering the instrument groups woodwind, brass, and percussion. The performances are assessed by expert judges in different categories. The data is anonymized - personal identification of students and judges is impossible.
The folder structure is shown below:
MIG-FbaData
--> `FBA2013`
--> `bandname` : folder, for a particular band, can be 'middleschool', 'concertband' or 'symphonicband'
--> `assessments` : folder, containing the assessments for each student
--> `student-id` : folder, for a particular student. student-id is a 5 digit number. contains annotations for the student. individual files are described in the section 'Annotations & Metadata' is this readme
--> `musicalscores` : folder, contains instrument-wise midi / pdf / xml musical scores for the auditions
--> `excelbandname.xlsx` : this excel sheet contains the tabulated assessments for all students for a particular band.
...
...
--> `FBA2014`
...
...
...
...
Each student-id folder contains the following annotations and metadata files:
Contains the judge assessments of a student's audition. Students were assessed in different categories (ex. note accuracy) and separately for different segments of the audition (ex. technical etude). Assessments are normalized to [0,1], and -1 indicates a missing assessment. The assessments are organized into a 10 x 26 matrix where rows represent segments and columns represent categories:
Rows (10 segments):
- lyricalEtude
- technicalEtude
- scalesChromatic
- scalesMajor
- sightReading
- malletEtude
- snareEtude
- timpaniEtude
- readingMallet
- readingSnare
Columns (26 categories):
- articulation
- artistry
- musicalityTempoStyle
- noteAccuracy
- rhythmicAccuracy
- toneQuality
- articulationStyle
- musicalityPhrasingStyle
- noteAccuracyConsistency
- tempoConsistency
- Ab
- A
- Bb
- B
- C
- Db
- D
- Eb
- E
- F
- Gb
- G
- chromatic
- musicalityStyle
- noteAccuracyTone
- rhythmicAccuracyArticulation
Contains the played instruments (ex. snare drum) and their corresponding activities (ex. etude). The data is formatted as a N*2 matrix, N is the number of segments. The first column is the instrument name (str) represented by the first three letters (ex. xylophone as xyl, snare drum as sna). The second column is the activity name (str), which shares the same pool as the 26 categories described above. Instrument ids: bcl Bb Clarinet tru Trumpet tsa Tenor Saxophone flu Flute axs Alto Saxophone frh French Horn obo Oboe sna snare drum xyl xylophone tim timpani
Contains the starting time (in sec) and duration (in sec) of every segment. The data is formatted as a N*2 matrix, N is the number of segments. The first column is the starting time, and the second column is the duration.
Contains the extracted pYin pitch contour for each student recording organized as a N*2 matrix, where N is the number of frames into which the recording is split. The 1st column is the timestamp of the frame in seconds and the 2nd column is the extracted f0 (fundamental frequency) in Hz. (Note that these files are commited to the repository and can be obtained by following the steps listed under the Usage section of this readme).
Alexander Lerch [email protected]
Georgia Tech Center for Music Technology 840 McMillan Street Atlanta, GA 30332