Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ license: mit
|
|
12 |
|
13 |
### Model Description
|
14 |
|
15 |
-
This model is designed to be integrated into 3D printing monitoring systems to automatically detect and classify common print failures from a video feed or series of images. By identifying these issues early, it can help users save time and material by stopping failed prints.
|
16 |
|
17 |
* **Spaghetti:** Occurs when the printed material fails to adhere to the build plate or previous layers, resulting in a tangled mess of filament resembling spaghetti.
|
18 |
* **Stringing:** Fine, hair-like strands of plastic are left between different parts of a printed object.
|
@@ -23,6 +23,7 @@ The model was trained on a custom dataset of over 9,000 images of 3D prints. The
|
|
23 |
|
24 |
### Training Procedure
|
25 |
Model: YOLOv11s
|
|
|
26 |
Epochs: 400
|
27 |
Image Size: 640x640
|
28 |
|
|
|
12 |
|
13 |
### Model Description
|
14 |
|
15 |
+
This high accuracy model is designed to be integrated into 3D printing monitoring systems to automatically detect and classify common print failures from a video feed or series of images. By identifying these issues early, it can help users save time and material by stopping failed prints.
|
16 |
|
17 |
* **Spaghetti:** Occurs when the printed material fails to adhere to the build plate or previous layers, resulting in a tangled mess of filament resembling spaghetti.
|
18 |
* **Stringing:** Fine, hair-like strands of plastic are left between different parts of a printed object.
|
|
|
23 |
|
24 |
### Training Procedure
|
25 |
Model: YOLOv11s
|
26 |
+
Library: Ultralytics
|
27 |
Epochs: 400
|
28 |
Image Size: 640x640
|
29 |
|