Junyi42 commited on
Commit
258e6a8
·
1 Parent(s): 7ab7557

minor, test init position

Browse files
Files changed (1) hide show
  1. 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.75, -0.1)
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