Commit
·
4125b50
1
Parent(s):
dd657c6
updates
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
|
|
136 |
#"Click in the image to set a target"
|
137 |
#"Click “Find similar parts” to find the best matches in other batches"
|
138 |
|
139 |
-
"The model is trained completely unsupervised using a custom contrastive loss. Open source code to be released soon. "
|
140 |
|
141 |
|
142 |
|
|
|
136 |
#"Click in the image to set a target"
|
137 |
#"Click “Find similar parts” to find the best matches in other batches"
|
138 |
|
139 |
+
"The model is trained completely unsupervised using a CNN with a custom contrastive loss. Open source code to be released soon. "
|
140 |
|
141 |
|
142 |
|