-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
141 lines (86 loc) · 6.5 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
CSIRO BSD-3-Clause-Clear (Non-Commercial)
The Software is copyright (c) Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
CSIRO hereby grants you a non-exclusive, non-transferable, free of charge right to copy, modify, merge, publish, distribute,
and sublicense the Software for the sole purpose of performing non-commercial scientific research, non-commercial education,
or non-commercial research projects.
Any other use, in particular any use for commercial purposes, is prohibited. This includes, without limitation, incorporation
in a commercial product, use in a commercial service, or production of other artefacts for commercial purposes.
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.
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
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR CSIRO BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
You understand and agree that the authors and/or CSIRO are under no obligation to provide either maintenance services, update services,
notices of latent defects, or corrections of defects with regard to the Software.
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
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.
Those third party licence terms may require you to download the relevant software from a third party site, or may mean that the third
party licensor (and not CSIRO) grants you a licence directly for those components of the Software. It is your responsibility to ensure that
you have the necessary rights to such third party material.
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Third Party Components
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.
___________________________________________________________________
nerfstudio https://github.com/nerfstudio-project/nerfstudio/
This software is licensed under the Apache License 2.0.
__________________________________________________________________
___________________________________________________________________
PyTorch https://pytorch.org
This software is licensed under a BSD-style license.
___________________________________________________________________
___________________________________________________________________
Numpy https://numpy.org
This software is licensed under a BSD-style license.
___________________________________________________________________
___________________________________________________________________
scipy https://github.com/scipy/scipy
This software is licensed under the BSD-style license.
___________________________________________________________________
___________________________________________________________________
Open3D https://github.com/isl-org/Open3D
This software is licensed under the MIT license.
___________________________________________________________________
___________________________________________________________________
matplotlib https://github.com/matplotlib/matplotlib
This software is licensed under a BSD-style license.
___________________________________________________________________
___________________________________________________________________
pandas https://github.com/pandas-dev/pandas
This software is licensed under a BSD-style license.
__________________________________________________________________
___________________________________________________________________
opencv https://github.com/opencv/opencv-python
This software is licensed under the MIT license.
___________________________________________________________________
___________________________________________________________________
Pillow https://github.com/python-pillow/Pillow
This software is licensed under the HPND license.
___________________________________________________________________
___________________________________________________________________
pyyaml https://pyyaml.org/
This software is licensed under the MIT license.
___________________________________________________________________
___________________________________________________________________
tyro https://brentyi.github.io/tyro/
This software is licensed under the MIT license.
___________________________________________________________________
___________________________________________________________________
torchtyping https://github.com/patrick-kidger/torchtyping
This software is licensed under the Apache License 2.0.
___________________________________________________________________
___________________________________________________________________
Visdom https://github.com/fossasia/visdom
This software is licensed under the Apache License 2.0.
___________________________________________________________________
___________________________________________________________________
robust_loss_pytorch https://github.com/jonbarron/robust_loss_pytorch
This software is licensed under the Apache License 2.0.
___________________________________________________________________
___________________________________________________________________
Rich https://github.com/Textualize/rich
This software is licensed under the MIT license.
___________________________________________________________________
___________________________________________________________________
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////