Commit
·
b9e34c7
1
Parent(s):
4f45f95
updates
Browse files
app.py
CHANGED
@@ -131,9 +131,9 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
|
|
131 |
|
132 |
"The batch indexing machine is a machine that shakes parts while recording a video. 20 batches of random parts were run through the machine for 30 seconds per batch."
|
133 |
|
134 |
-
"HOW TO DUMPSTER DIVE DIGITALLY:"
|
135 |
-
"Click in the image to set a target"
|
136 |
-
"Click “Find similar parts” to find the best matches in other batches"
|
137 |
|
138 |
"The model is trained completely unsupervised using a custom contrastive loss. Open source code to be released soon. "
|
139 |
|
|
|
131 |
|
132 |
"The batch indexing machine is a machine that shakes parts while recording a video. 20 batches of random parts were run through the machine for 30 seconds per batch."
|
133 |
|
134 |
+
#"HOW TO DUMPSTER DIVE DIGITALLY:"
|
135 |
+
#"Click in the image to set a target"
|
136 |
+
#"Click “Find similar parts” to find the best matches in other batches"
|
137 |
|
138 |
"The model is trained completely unsupervised using a custom contrastive loss. Open source code to be released soon. "
|
139 |
|