Commit
·
9540bec
1
Parent(s):
9acca80
updates
Browse files
app.py
CHANGED
@@ -141,10 +141,15 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
|
|
141 |
)
|
142 |
|
143 |
|
144 |
-
"
|
145 |
|
146 |
-
"
|
147 |
-
"
|
|
|
|
|
|
|
|
|
|
|
148 |
|
149 |
col1, col2 = st.columns([5,1])
|
150 |
|
|
|
141 |
)
|
142 |
|
143 |
|
144 |
+
"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."
|
145 |
|
146 |
+
"HOW TO DUMPSTER DIVE DIGITALLY:"
|
147 |
+
"Click in the image to set a target"
|
148 |
+
"Click “Find similar parts” to find the best matches in other batches"
|
149 |
+
|
150 |
+
"The model is trained completely unsupervised using a custom contrastive loss. Open source code to be released soon. "
|
151 |
+
|
152 |
+
"Please use the community tab for discussion, or reach out to me at [email protected]"
|
153 |
|
154 |
col1, col2 = st.columns([5,1])
|
155 |
|