MikkoLipsanen
commited on
Add AGPL-3.0 License
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
base_model:
|
3 |
- Ultralytics/YOLOv8
|
4 |
pipeline_tag: image-segmentation
|
|
|
5 |
---
|
6 |
|
7 |
## Text region detection from Finnish 19th century Court Records
|
@@ -85,4 +86,4 @@ from ultralytics import YOLO
|
|
85 |
model = YOLO('\models\tuomiokirja_regions_04122023.pt')
|
86 |
prediction_results = model.predict(source='\data\image.jpg', save=True)
|
87 |
```
|
88 |
-
More information for available inference arguments can be found [here](https://docs.ultralytics.com/modes/predict/#inference-arguments).
|
|
|
2 |
base_model:
|
3 |
- Ultralytics/YOLOv8
|
4 |
pipeline_tag: image-segmentation
|
5 |
+
license: agpl-3.0
|
6 |
---
|
7 |
|
8 |
## Text region detection from Finnish 19th century Court Records
|
|
|
86 |
model = YOLO('\models\tuomiokirja_regions_04122023.pt')
|
87 |
prediction_results = model.predict(source='\data\image.jpg', save=True)
|
88 |
```
|
89 |
+
More information for available inference arguments can be found [here](https://docs.ultralytics.com/modes/predict/#inference-arguments).
|