Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -989,7 +989,7 @@ returns the object's full 6-DoF pose — zero-shot, no training on the object.
|
|
| 989 |
return None, f"{min(x0,x)},{min(y0,y)},{max(x0,x)},{max(y0,y)}"
|
| 990 |
|
| 991 |
rgb_in.select(
|
| 992 |
-
on_click, inputs=[corner_state], outputs=[corner_state, bbox_in],
|
| 993 |
)
|
| 994 |
|
| 995 |
inputs = [rgb_in, depth_in, mesh_in, bbox_in, k_in, depth_unit_in, mesh_unit_in, iters_in]
|
|
|
|
| 989 |
return None, f"{min(x0,x)},{min(y0,y)},{max(x0,x)},{max(y0,y)}"
|
| 990 |
|
| 991 |
rgb_in.select(
|
| 992 |
+
on_click, inputs=[corner_state], outputs=[corner_state, bbox_in], api_visibility="private"
|
| 993 |
)
|
| 994 |
|
| 995 |
inputs = [rgb_in, depth_in, mesh_in, bbox_in, k_in, depth_unit_in, mesh_unit_in, iters_in]
|