Peymanmo commited on
Commit
2c53443
·
1 Parent(s): 7e01681

adding the license file

Browse files
Files changed (1) hide show
  1. LICENSE +102 -0
LICENSE CHANGED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
+ CSIRO BSD-3-Clause-Clear (Non-Commercial)
3
+
4
+ Copyright (c) 2024, The Software is copyright (c) Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
5
+ All rights reserved. CSIRO is willing to grant you a licence to this software (Pair-VPR) on the following terms, except where otherwise indicated for third party material.
6
+
7
+ CSIRO hereby grants you a non-exclusive, non-transferable, free of charge right to copy, modify, merge, publish, distribute,
8
+ and sublicense the Software for the sole purpose of performing non-commercial scientific research, non-commercial education,
9
+ or non-commercial research projects.
10
+
11
+ Any other use, in particular any use for commercial purposes, is prohibited. This includes, without limitation, incorporation
12
+ in a commercial product, use in a commercial service, or production of other artefacts for commercial purposes.
13
+
14
+ Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
15
+ • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
16
+ • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
17
+ • Neither the name of CSIRO nor the names of its authors may be used to endorse or promote products derived from this software without specific prior written permission of CSIRO.
18
+
19
+ NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR CSIRO BE LIABLE FOR ANY
21
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
22
+ THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ You understand and agree that the authors and/or CSIRO are under no obligation to provide either maintenance services, update services,
25
+ notices of latent defects, or corrections of defects with regard to the Software.
26
+
27
+ The Software may contain third party material obtained by CSIRO under licence. Your rights to such material as part of the Software under this agreement
28
+ is subject to any separate licence terms identified by CSIRO as part of the Software release - including as part of the Supplementary Licence, or as a separate file.
29
+ Those third party licence terms may require you to download the relevant software from a third party site, or may mean that the third
30
+ party licensor (and not CSIRO) grants you a licence directly for those components of the Software. It is your responsibility to ensure that
31
+ you have the necessary rights to such third party material.
32
+
33
+
34
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
35
+
36
+
37
+ Third Party Components
38
+ The following third party components are distributed with the Software. You agree to comply with the licence terms for these components as part of accessing the Software. Other third party software may also be identified in separate files distributed with the Software.
39
+ ___________________________________________________________________
40
+
41
+ https://github.com/facebookresearch/dinov2
42
+
43
+ This software is licensed under the Apache-2.0 license.
44
+
45
+ Notice with respect to the files:
46
+ pairvpr/utilities/misc.py, pairvpr/utilities/config.py, pairvpr/utilities/distributed/__init__.py, pairvpr/utilities/param_groups.py
47
+
48
+ The software in these files is redistributed and modified. The original forms of these files are available at:
49
+ https://github.com/facebookresearch/dinov2
50
+
51
+ ------
52
+
53
+ https://github.com/gmberton/EigenPlaces
54
+
55
+ This software is licensed under the MIT license.
56
+
57
+ ------
58
+
59
+ https://github.com/huggingface/pytorch-image-models
60
+
61
+ This software is licensed under the Apache-2.0 license.
62
+
63
+ ------
64
+
65
+ https://github.com/amaralibey/gsv-cities
66
+
67
+ This software was not provided with any license file.
68
+
69
+ ------
70
+
71
+ Pytorch library
72
+ https://pytorch.org
73
+
74
+ This software is licensed under a BSD-style license.
75
+
76
+ ------
77
+
78
+ Numpy library
79
+ https://numpy.org
80
+
81
+ This software is licensed under a BSD-style license.
82
+
83
+ ------
84
+
85
+ Faiss library
86
+ https://github.com/facebookresearch/faiss
87
+
88
+ This software is licensed under the MIT license.
89
+
90
+ ------
91
+
92
+ pytorch-metric-learning
93
+ https://github.com/KevinMusgrave/pytorch-metric-learning
94
+
95
+ This software is licensed under the MIT license.
96
+
97
+ ------
98
+
99
+ tqdm
100
+ https://github.com/tqdm/tqdm
101
+
102
+ This software is licensed under the MPL license.