Circularmachines
commited on
Commit
·
dd657c6
1
Parent(s):
b9e34c7
updates
Browse files
app.py
CHANGED
@@ -129,7 +129,8 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
|
|
129 |
)
|
130 |
|
131 |
|
132 |
-
"The batch indexing machine
|
|
|
133 |
|
134 |
#"HOW TO DUMPSTER DIVE DIGITALLY:"
|
135 |
#"Click in the image to set a target"
|
@@ -137,7 +138,7 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
|
|
137 |
|
138 |
"The model is trained completely unsupervised using a custom contrastive loss. Open source code to be released soon. "
|
139 |
|
140 |
-
|
141 |
|
142 |
col1, col2 = st.columns([5,1])
|
143 |
|
@@ -197,4 +198,6 @@ with col2:
|
|
197 |
|
198 |
#st.write(st.session_state["sideix"][i])
|
199 |
|
|
|
|
|
200 |
|
|
|
129 |
)
|
130 |
|
131 |
|
132 |
+
"The batch indexing machine shakes parts while recording a video."
|
133 |
+
"The machine processed 20 batches of random parts, with each batch running for 30 seconds."
|
134 |
|
135 |
#"HOW TO DUMPSTER DIVE DIGITALLY:"
|
136 |
#"Click in the image to set a target"
|
|
|
138 |
|
139 |
"The model is trained completely unsupervised using a custom contrastive loss. Open source code to be released soon. "
|
140 |
|
141 |
+
|
142 |
|
143 |
col1, col2 = st.columns([5,1])
|
144 |
|
|
|
198 |
|
199 |
#st.write(st.session_state["sideix"][i])
|
200 |
|
201 |
+
"johan.lagerloef@gmail.com"
|
202 |
+
|
203 |
|