Circularmachines commited on
Commit
9540bec
·
1 Parent(s): 9acca80
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -141,10 +141,15 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
141
  )
142
 
143
 
144
- "This is a demo to showcase the capability of the Batch Indexing Machine. It's part of an open source project, currently in the pre-release phase."
145
 
146
- "20 batches of random parts were run through the Batch Indexing Machine, a machine that shakes the parts while recording a video."
147
- "30 seconds per batch @24 FPS = 20*30*24 = 14400 images. These images are then run through a deep learning algorithm that is trained without supervision, which means that this concept has a potential to be fully automated."
 
 
 
 
 
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