Jarbas commited on
Commit
d3d0c1d
·
verified ·
1 Parent(s): d1aabbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -16
README.md CHANGED
@@ -1,12 +1,9 @@
1
- +-------------+
2
- | NAR Dataset |
3
- +-------------+
4
-
5
- +--------------------------------------------------------------------------+
6
  Author : Maxime Janvier maxime.janvier@gmail.com
7
  Lab : INRIA Rhones-Alpes Perception team (https://team.inria.fr/perception)
8
  Download link : https://team.inria.fr/perception/nard
9
- +--------------------------------------------------------------------------+
10
 
11
  The NAR dataset is a set of audio recordings made with the humanoid robot Nao in real world conditions for supervised sound classification applications. All the recordings have been produced using the robot’s auditory devices and thus have the following characteristics :
12
  * recorded with low-quality sensors (300 Hz-18 kH bandpass)
@@ -16,16 +13,16 @@ The NAR dataset is a set of audio recordings made with the humanoid robot Nao i
16
  It is freely accessible for scientific research purposes and for non-commercial applications.
17
 
18
  The dataset is organised as follows :
19
- * Each class is represented by a folder containing all the audio files labeled with the class.
20
- * The name of a folder is the name of the class attached. The name of an audio file is “foldername$id.wav” where $id is an incremental identifier starting at 1.
21
- * Each audio file is provided in a WAV format (mono signal, 48kHz sampling rate and 16 bits per sample).
22
- * 42 differents class for 852 sounds have been recorded and organised into 4 scenarios :
23
- Kitchen (12 classes) Eating, Choking, Cuttlery, Fill a glass, Running the tap, Open/close a drawer, Move a chair, Open microwave, Close microwave, Microwave, Fridge, Toaster
24
- Office (7 classes) Door Close, Open, Key, Knock, Ripped Paper, Zip, (another) Zip
25
- Nonverbal (3 classes) Fingerclap, Handclap, Tongue Clic
26
- Speech (20 classes) 1,2,3,4,5,6,7,8,9,10, Hello, Left, Right, Turn, Move, Stop, Nao, Yes, No, What
27
 
28
  Related Papers :
29
- “A sound Representation and Classification Benchmark for Robot Audition” (ICRA 2014)
30
- “Sound-Event Recognition with a Companion Humanoid” (Humanoids 2012)
31
 
 
1
+ # NAR Dataset
2
+ ______________
 
 
 
3
  Author : Maxime Janvier maxime.janvier@gmail.com
4
  Lab : INRIA Rhones-Alpes Perception team (https://team.inria.fr/perception)
5
  Download link : https://team.inria.fr/perception/nard
6
+ _______________
7
 
8
  The NAR dataset is a set of audio recordings made with the humanoid robot Nao in real world conditions for supervised sound classification applications. All the recordings have been produced using the robot’s auditory devices and thus have the following characteristics :
9
  * recorded with low-quality sensors (300 Hz-18 kH bandpass)
 
13
  It is freely accessible for scientific research purposes and for non-commercial applications.
14
 
15
  The dataset is organised as follows :
16
+ - Each class is represented by a folder containing all the audio files labeled with the class.
17
+ - The name of a folder is the name of the class attached. The name of an audio file is “foldername$id.wav” where $id is an incremental identifier starting at 1.
18
+ - Each audio file is provided in a WAV format (mono signal, 48kHz sampling rate and 16 bits per sample).
19
+ - 42 differents class for 852 sounds have been recorded and organised into 4 scenarios :
20
+ - Kitchen (12 classes) Eating, Choking, Cuttlery, Fill a glass, Running the tap, Open/close a drawer, Move a chair, Open microwave, Close microwave, Microwave, Fridge, Toaster
21
+ - Office (7 classes) Door Close, Open, Key, Knock, Ripped Paper, Zip, (another) Zip
22
+ - Nonverbal (3 classes) Fingerclap, Handclap, Tongue Clic
23
+ - Speech (20 classes) 1,2,3,4,5,6,7,8,9,10, Hello, Left, Right, Turn, Move, Stop, Nao, Yes, No, What
24
 
25
  Related Papers :
26
+ - “A sound Representation and Classification Benchmark for Robot Audition” (ICRA 2014)
27
+ - “Sound-Event Recognition with a Companion Humanoid” (Humanoids 2012)
28