From 776e194835a686895fef59239a350c991ad70f57 Mon Sep 17 00:00:00 2001 From: Miguel Ortiz <mas01op@gold.ac.uk> Date: Wed, 21 Jun 2017 12:10:29 +0100 Subject: [PATCH] Replace README.md --- violin/README.md | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/violin/README.md b/violin/README.md index e69de29b..153d6eb8 100644 --- a/violin/README.md +++ b/violin/README.md @@ -0,0 +1,63 @@ +This dataset contains multimodal recordings of eight professional violinists performing an excerpt from a standard pedagogic repertoire: Kreutzer's Study No. 2 in C major. + +This dataset is reported in the following paper: +Ãlvaro Sarasúa, Baptiste Caramiaux, Atau Tanaka, and Miguel Ortiz (2017). Datasets for the Analysis of Expressive Musical Gestures. In Proceedings of the 4th International Conference on Movement Computing, London, UK, June 2017 (MOCO'17). + +Description + +Each subject played the excerpt 10 times using each of the following 5 bowing techniques: detache, legato, spiccato, staccato, and martele. + +After the 50 trials were performed, each violinist was asked to play the excerpt with 3 bowing techniques detache, legato, and spiccato, 10 times each, this time varying the dynamic from pianissimo to fortissimo. Finally, each violinist played the excerpt with the same 3 bowing techniques 10 times each, but now varying the speed from slow to fast. + +We captured the violinists' gestures with the Myo consumer device to acquire 8 channels of electromyography (EMG) data in a circular formation around the right forearm of each participant, and IMU data consisting of 3-axis accelerometer, 3-axis gyroscope and the MYO's calculated position data which provides Euler angles for pitch, yaw and roll as well as Unit quaternions. +We aimed to keep consistent positioning for all participants by centering the Myo's electrode 4 (logo) over the Extensor Digitorum muscle. +It is important to note that while the centering does give a good reference for examination of muscle activity across users, the specific placement of each EMG electrode is defined by the MYO's form factor and its relationship to varying arm sizes. + +Summary of conditions + +Step 1 +10x detache +10x legato +10x spiccato +10x staccato +10x martele + +Step 2 +10x detache crescendo +10x legato crescendo +10x spiccato crescendo + +Step 3 +10x detache accelerando +10x legato accelerando +10x spiccato accelerando + +Dataset structure + +-- Separate folders -- +AUDIO + Wav files for each trial +DATA + Separate EMG and IMU Files: + * EMG: 8 channels in circular formation around the arm. SR 100Hz + * IMU: 13 channels of IMU data: -[4 Unit quaternions]-[roll, pitch, yaw]-[gyroX, gyroY, gyroZ]-[accelX, accelY, accelZ] +VIDEO + 640x480 .mov video files of each trial + +Naming convention: + +<Type of data>-<participant number>_<study>_<step number>_<articulation>_<take number>.<extension> Example: + EMGR -Participant09 _Kreutzer_ Step1 _ detache _ take_10 .txt + + +License + +This dataset is available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. + +Contact + +alvaro.sarasua@upf.edu + + + + -- GitLab