Spaces:
Sleeping
Sleeping
minor, test init position
Browse files- vis_st4rtrack.py +1 -1
vis_st4rtrack.py
CHANGED
|
@@ -195,7 +195,7 @@ def visualize_st4rtrack(
|
|
| 195 |
|
| 196 |
@server.on_client_connect
|
| 197 |
def _(client: viser.ClientHandle) -> None:
|
| 198 |
-
client.camera.position = (1e-3, 0.
|
| 199 |
client.camera.look_at = (0, 0, 0)
|
| 200 |
|
| 201 |
# Configure the GUI panel size and layout
|
|
|
|
| 195 |
|
| 196 |
@server.on_client_connect
|
| 197 |
def _(client: viser.ClientHandle) -> None:
|
| 198 |
+
client.camera.position = (1e-3, 0.6, -0.08)
|
| 199 |
client.camera.look_at = (0, 0, 0)
|
| 200 |
|
| 201 |
# Configure the GUI panel size and layout
|