Update README.md
Browse files
README.md
CHANGED
|
@@ -21,4 +21,8 @@ from ultralytics import YOLO
|
|
| 21 |
|
| 22 |
# Load the model
|
| 23 |
model = YOLO("thermal_animal_detector.pt")
|
| 24 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# Load the model
|
| 23 |
model = YOLO("thermal_animal_detector.pt")
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
# License
|
| 27 |
+
|
| 28 |
+
license: agpl-3.0
|