Spaces:
Build error
Build error
Commit ·
4549b91
1
Parent(s): b9afdcb
updates
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def patch(ij):
|
|
| 57 |
def find():
|
| 58 |
st.session_state["sideix"] = []
|
| 59 |
point=st.session_state["point"]
|
| 60 |
-
point=(point[0]//
|
| 61 |
#point=point[0]*36+point[1]
|
| 62 |
#st.write(point)
|
| 63 |
#st.write(pred_all[st.session_state["img"],point[0]*36+point[1]])
|
|
|
|
| 57 |
def find():
|
| 58 |
st.session_state["sideix"] = []
|
| 59 |
point=st.session_state["point"]
|
| 60 |
+
point=(point[0]//stride,point[1]//stride)
|
| 61 |
#point=point[0]*36+point[1]
|
| 62 |
#st.write(point)
|
| 63 |
#st.write(pred_all[st.session_state["img"],point[0]*36+point[1]])
|