Yodazon commited on
Commit
e023a86
·
verified ·
1 Parent(s): ee2ebfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,4 +1,20 @@
1
  ---
2
  license: mit
3
  ---
4
- This model is to help determine the type of problem a 3D print has.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ This model is to help determine the type of problem a 3D print has.
5
+
6
+ The model trained on images of 3D prints as they are printing as well as post printing.
7
+ Training set of images is about ~5GB
8
+
9
+ Current version has 4 outputs:
10
+ 1. Good
11
+ 2. Spaghetti
12
+ 3. Stringing
13
+ 4. Overextrusion
14
+
15
+ Of its current iteration, the Model can not determine during an inference if the input is an actual 3D Print or Not.
16
+
17
+ Future updates will include
18
+ - Determine if the image is a 3D print or not
19
+ - Determine if the image is during printing or once complete
20
+