Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Learning Sounds from Webly Labeled Data
|
| 6 |
+
|
| 7 |
+
Github repo for "Learning Sound Events fromWebly Labeled Data", Anurag Kumar , Ankit Shah , Bhiksha Raj and Alexander Hauptmann, accepted
|
| 8 |
+
in 28th International Joint Conference on Artificial Intelligence **(IJCAI), 2019**.
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
## Data
|
| 12 |
+
|
| 13 |
+
Audio files available here - https://drive.google.com/file/d/1_Bs-zLWVO1R6ajIvfq281IPIcs2Fqy2K/view?usp=sharing
|
| 14 |
+
https://drive.google.com/file/d/1QGzynNDxlS1fwpOfOXL79BysIhZbwsTE/view?usp=sharing
|
| 15 |
+
|
| 16 |
+
## PDF for Paper
|
| 17 |
+
|
| 18 |
+
Paper - https://www.ijcai.org/proceedings/2019/0384.pdf
|
| 19 |
+
|
| 20 |
+
## BibTex for Citation
|
| 21 |
+
|
| 22 |
+
```
|
| 23 |
+
@inproceedings{ijcai2019-384,
|
| 24 |
+
title = {Learning Sound Events from Webly Labeled Data},
|
| 25 |
+
author = {Kumar, Anurag and Shah, Ankit and Hauptmann, Alexander and Raj, Bhiksha},
|
| 26 |
+
booktitle = {Proceedings of the Twenty-Eighth International Joint Conference on
|
| 27 |
+
Artificial Intelligence, {IJCAI-19}},
|
| 28 |
+
publisher = {International Joint Conferences on Artificial Intelligence Organization},
|
| 29 |
+
pages = {2772--2778},
|
| 30 |
+
year = {2019},
|
| 31 |
+
month = {7},
|
| 32 |
+
doi = {10.24963/ijcai.2019/384},
|
| 33 |
+
url = {https://doi.org/10.24963/ijcai.2019/384},
|
| 34 |
+
}
|
| 35 |
+
```
|