-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
103 lines (70 loc) · 3.38 KB
/
NOTICE
File metadata and controls
103 lines (70 loc) · 3.38 KB
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
NOTICE
======
VLMDiff
Copyright © 2024 Samet Hicsonmez
University of Luxembourg
This software is licensed under the Apache License, Version 2.0.
See the LICENSE file for details.
-------------------------------------------------------------------------------
THIRD-PARTY COMPONENTS AND ATTRIBUTIONS
----------------------------------------
This project makes use of third-party libraries, each subject to its respective license:
- PyTorch (2.1.0) - BSD-3 License
Source: https://pytorch.org/
- Torchvision (0.16.0) - BSD-3 License
Source: https://github.com/pytorch/vision
- Einops (0.3.0) - MIT License
Source: https://github.com/arogozhnikov/einops
- Albumentations (1.3.0) - MIT License
Source: https://github.com/albumentations-team/albumentations
- Omegaconf (2.1.1) - BSD 3-Clause License
Source: https://github.com/omry/omegaconf
- Open_clip_torch (2.0.2) - Copyright (c) 2012-2021 Gabriel Ilharco, Mitchell Wortsman,
Nicholas Carlini, Rohan Taori, Achal Dave, Vaishaal Shankar,
John Miller, Hongseok Namkoong, Hannaneh Hajishirzi, Ali Farhadi,
Ludwig Schmidt
Source: https://github.com/mlfoundations/open_clip
- safetensors (0.2.7) - Apache-2.0 License
Source: https://github.com/huggingface/safetensors
- scipy (1.9.1) - Copyright (c) 2001-2002 Enthought, Inc. 2003, SciPy Developers. All rights reserved.
Source: https://github.com/scipy/scipy
- scikit-image (0.20.0) - BSD 3-Clause License
Source: https://github.com/scikit-image/scikit-image
- tabulate (0.9.0) - BSD 3-Clause License
Source: https://github.com/astanin/python-tabulate
- Pillow (9.4.0) - MIT CMU License
Source: https://python-pillow.org/
- Scikit-Learn (1.2.2) - BSD (new-BSD) License
Source: https://scikit-learn.org/stable/
- matplotlib (3.7.1) - BSD 3-Clause License
Source: https://github.com/matplotlib/matplotlib
- PyTorch Lightning (1.5.0) - Apache-2.0 License
Source: https://lightning.ai/
- TensorBoard (2.12.0) - Apache-2.0 License
Source: https://www.tensorflow.org/tensorboard
- tqdm (4.65.0) - MIT License
Source: https://github.com/tqdm/tqdm
- Numpy (1.24.1) - Python Software Foundation (PSF) License
Source: https://numpy.org/
- Opencv (4.11.0.86) - MIT License
Source: github.com/opencv/opencv-python
- transformers (4.19.2) - Apache License Version 2.0
Source: https://github.com/huggingface/transformers
- xformers (0.0.18) - Copyright (c) Facebook, Inc. and its affiliates
Source: https://github.com/facebookresearch/xformers
- taming-transformers (0.0.1) - Copyright (c) 2020 Patrick Esser and Robin Rombach and Björn Ommer
Source: https://github.com/CompVis/taming-transformers
- accelerate (1.24.1) - Apache License Version 2.0
Source: https://github.com/huggingface/accelerate
- timm (0.4.12) - Apache License Version 2.0
Source: https://github.com/huggingface/pytorch-image-models
Each of these libraries retains its own license and ownership.
Please refer to the respective repositories for full details.
-------------------------------------------------------------------------------
LEGAL NOTICES
-------------
This software and its documentation are provided "as is" without warranty of any kind.
The University of Luxembourg and Samet Hicsonmez disclaim all warranties, including
implied warranties of merchantability and fitness for a particular purpose.
For details on permitted usage, please refer to the Apache License, Version 2.0,
included in this repository.