Instructions to use mmoz-root/kernelvision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use mmoz-root/kernelvision with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("mmoz-root/kernelvision") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - TensorRT
How to use mmoz-root/kernelvision with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Align shared attribution with published ONNX artifacts
Browse files- README.md +3 -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
|
| 129 |
-
|
|
|
|
|
|
| 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
|
| 17 |
-
|
| 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 |
|