forked from sharathadavanne/sed-crnn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
38 lines (33 loc) · 2.06 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-----------COPYRIGHT NOTICE STARTS WITH THIS LINE------------
Copyright (c) 2017 Tampere University of Technology and its licensors
All rights reserved.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use and copy the code for the Multichannel
Sound Event Detection using Convolutional Recurrent Neural Network
method/architecture, present in the GitHub repository with the handle
sed-crnn, (“Work”) described in the paper with title
"Sound event detection using spatial features and convolutional
recurrent neural network" (and available also from
https://arxiv.org/abs/1706.02291) and composed of files with code in the
Python programming language. This grant is only for experimental and
non-commercial purposes, provided that the copyright notice in its entirety
appear in all copies of this Work, and the original source of this Work,
Audio Research Group, Lab. of Signal Processing at Tampere University
of Technology, is acknowledged in any publication that reports research
using this Work.
Any commercial use of the Work or any part thereof is strictly prohibited.
Commercial use include, but is not limited to:
- selling or reproducing the Work
- selling or distributing the results or content achieved by use of the Work
- providing services by using the Work.
IN NO EVENT SHALL TAMPERE UNIVERSITY OF TECHNOLOGY OR ITS LICENSORS BE LIABLE TO
ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS WORK AND ITS DOCUMENTATION, EVEN IF TAMPERE
UNIVERSITY OF TECHNOLOGY OR ITS LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
TAMPERE UNIVERSITY OF TECHNOLOGY AND ALL ITS LICENSORS SPECIFICALLY DISCLAIMS
ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE WORK PROVIDED HEREUNDER
IS ON AN "AS IS" BASIS, AND THE TAMPERE UNIVERSITY OF TECHNOLOGY HAS NO OBLIGATION
TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-----------COPYRIGHT NOTICE ENDS WITH THIS LINE------------