Circularmachines commited on
Commit
8997343
1 Parent(s): 8ff7275
Files changed (1) hide show
  1. app.py +12 -9
app.py CHANGED
@@ -108,15 +108,6 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
108
  )
109
 
110
 
111
- "The batch indexing machine shakes parts while recording a video."
112
- "The machine processed 20 batches of random parts, with each batch running for 30 seconds."
113
-
114
- #"HOW TO DUMPSTER DIVE DIGITALLY:"
115
- #"Click in the image to set a target"
116
- #"Click “Find similar parts” to find the best matches in other batches"
117
-
118
- "The model is trained completely unsupervised using a CNN with a custom contrastive loss. Open source code to be released soon. "
119
-
120
 
121
 
122
  col1, col2 = st.columns([5,1])
@@ -177,6 +168,18 @@ with col2:
177
 
178
  #st.write(st.session_state["sideix"][i])
179
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  "johan.lagerloef@gmail.com"
181
 
182
 
 
108
  )
109
 
110
 
 
 
 
 
 
 
 
 
 
111
 
112
 
113
  col1, col2 = st.columns([5,1])
 
168
 
169
  #st.write(st.session_state["sideix"][i])
170
 
171
+ "The batch indexing machine shakes parts while recording a video."
172
+ "The machine processed 20 batches of random parts, with each batch running for 30 seconds."
173
+
174
+ #"HOW TO DUMPSTER DIVE DIGITALLY:"
175
+ #"Click in the image to set a target"
176
+ #"Click “Find similar parts” to find the best matches in other batches"
177
+
178
+ "The model is trained completely unsupervised using a CNN with a custom contrastive loss. Open source code to be released soon. "
179
+
180
+
181
+
182
+
183
  "johan.lagerloef@gmail.com"
184
 
185