Add NOTICE.md
Browse files
NOTICE.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Checkpoint Release Notice
|
| 2 |
+
|
| 3 |
+
The four segmentation checkpoint files in `ksanchez84/TiSage` are distributed
|
| 4 |
+
under the Apache License 2.0. They include DINOv2-derived backbone parameters;
|
| 5 |
+
the upstream DINOv2 implementation and weights are provided by Meta under
|
| 6 |
+
Apache License 2.0. The full license text is included as `LICENSE` in the model
|
| 7 |
+
repository and as `licenses/Apache-2.0.txt` in the code repository.
|
| 8 |
+
|
| 9 |
+
TiSage-specific source code is separately distributed under the MIT License in
|
| 10 |
+
the code repository. The LUTSeg dataset is distributed under CC BY 4.0, and
|
| 11 |
+
DFUTissue retains its source dataset terms. Dataset licenses do not change by
|
| 12 |
+
being referenced from the model repository.
|
| 13 |
+
|
| 14 |
+
Training used `google/medsiglip-448` as a frozen semantic-prior model. MedSigLIP
|
| 15 |
+
parameters are not contained in the released segmentation checkpoints. Users
|
| 16 |
+
who retrain TiSage must obtain MedSigLIP directly from its publisher and accept
|
| 17 |
+
the applicable Health AI Developer Foundations terms.
|