forked from eunseobchoi/NIPS26_A_CV2024
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
66 lines (53 loc) · 3.09 KB
/
LICENSE
File metadata and controls
66 lines (53 loc) · 3.09 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
This artifact is released under two licenses.
===========================================================================
1. Code (anything under src/, scripts/, and the root Python files)
===========================================================================
MIT License
Copyright (c) 2026 Anonymous Authors
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
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 COPYRIGHT HOLDERS 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.
===========================================================================
2. Metadata artifacts (anything under artifacts/ and results/)
===========================================================================
Creative Commons Attribution 4.0 International (CC BY 4.0)
You are free to:
* Share — copy and redistribute the material in any medium or format.
* Adapt — remix, transform, and build upon the material for any purpose,
even commercially.
Under the following terms:
* Attribution — You must give appropriate credit, provide a link to the
license, and indicate if changes were made.
Full text: https://creativecommons.org/licenses/by/4.0/legalcode
===========================================================================
3. Underlying image data
===========================================================================
This artifact does NOT redistribute any image bytes. The underlying image
corpora are:
* Kvasir-Capsule (Smedsrud et al., Scientific Data 2021):
licensed CC BY 4.0 by the original authors;
download from https://osf.io/dv2ag/
(DOI 10.17605/OSF.IO/DV2AG)
* CV2024 public training + validation (Handa et al. 2024):
access through the official Capsule Vision 2024 Challenge
release; see the challenge organizers for terms governing their
re-aggregation of Kvasir-Capsule, SEE-AI, KID, and AIIMS.
* SEE-AI, KID, AIIMS CE24:
not redistributed here; governed by their respective original
publications and by the CV2024 public-release terms when used
through the challenge corpus.
Users of this artifact are responsible for obtaining and using the
underlying image data in accordance with those licenses and access
terms. This release grants no rights to underlying image bytes.