mmoz-root commited on
Commit
cebc922
·
verified ·
1 Parent(s): 5fe5a4c

Align shared attribution with published ONNX artifacts

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. THIRD_PARTY_NOTICES.md +6 -3
README.md CHANGED
@@ -125,5 +125,6 @@ NMS, and coordinate scaling described in the KernelVision source repository.
125
  - [Ultralytics YOLOv8 base model](https://huggingface.co/Ultralytics/YOLOv8)
126
 
127
  The artifacts are distributed under AGPL-3.0 in accordance with the upstream
128
- Ultralytics licensing terms. See the KernelVision third-party notices for
129
- complete attribution.
 
 
125
  - [Ultralytics YOLOv8 base model](https://huggingface.co/Ultralytics/YOLOv8)
126
 
127
  The artifacts are distributed under AGPL-3.0 in accordance with the upstream
128
+ Ultralytics licensing terms. See the
129
+ [KernelVision third-party notices](THIRD_PARTY_NOTICES.md) for complete
130
+ attribution.
THIRD_PARTY_NOTICES.md CHANGED
@@ -13,9 +13,12 @@ License v3.0 (AGPL-3.0), subject to its published licensing terms:
13
  - <https://github.com/ultralytics/ultralytics>
14
  - <https://www.ultralytics.com/license>
15
 
16
- Ultralytics software, pretrained weights, and generated deployment artifacts
17
- are not included in this repository. Reproduction scripts obtain or consume
18
- them separately.
 
 
 
19
 
20
  ## Ultralytics sample image
21
 
 
13
  - <https://github.com/ultralytics/ultralytics>
14
  - <https://www.ultralytics.com/license>
15
 
16
+ The Ultralytics Python package, original pretrained PyTorch checkpoint, and
17
+ serialized TensorRT engines are not redistributed by KernelVision.
18
+ Reproduction scripts obtain or consume them separately. The companion
19
+ [Hugging Face model repository](https://huggingface.co/mmoz-root/kernelvision)
20
+ publishes two derived ONNX graphs under AGPL-3.0 with explicit provenance and
21
+ limitations.
22
 
23
  ## Ultralytics sample image
24