Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Model Details
|
@@ -52,5 +59,4 @@ The higher score for "spaghetti" indicates that the model is very confident in d
|
|
52 |
|
53 |
### Intended Uses & Limitations
|
54 |
|
55 |
-
This model is intended for use in non-critical 3D printing monitoring applications. It can be used by hobbyists and professionals to automatically flag potential print failures.
|
56 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model:
|
4 |
+
- Ultralytics/YOLO11
|
5 |
+
tags:
|
6 |
+
- object
|
7 |
+
- detection
|
8 |
+
- computer
|
9 |
+
- vision
|
10 |
---
|
11 |
|
12 |
## Model Details
|
|
|
59 |
|
60 |
### Intended Uses & Limitations
|
61 |
|
62 |
+
This model is intended for use in non-critical 3D printing monitoring applications. It can be used by hobbyists and professionals to automatically flag potential print failures.
|
|