Commit
·
8797870
1
Parent(s):
faf8b4b
app.py updates
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from datasets import load_dataset
|
|
10 |
ds = load_dataset("Circularmachines/batch_indexing_machine_100_small_imgs", split="train")
|
11 |
|
12 |
|
13 |
-
|
14 |
|
15 |
|
16 |
|
@@ -40,7 +40,7 @@ def button_click():
|
|
40 |
|
41 |
def find():
|
42 |
point=st.session_state["point"]
|
43 |
-
st.write()
|
44 |
|
45 |
|
46 |
|
|
|
10 |
ds = load_dataset("Circularmachines/batch_indexing_machine_100_small_imgs", split="train")
|
11 |
|
12 |
|
13 |
+
pred=np.load('pred.npy')
|
14 |
|
15 |
|
16 |
|
|
|
40 |
|
41 |
def find():
|
42 |
point=st.session_state["point"]
|
43 |
+
st.write(point[0]//32,point[1]//32)
|
44 |
|
45 |
|
46 |
|