You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lerobot/scripts/visualize_dataset.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,8 @@ def main():
224
224
help=(
225
225
"Mode of viewing between 'local' or 'distant'. "
226
226
"'local' requires data to be on a local machine. It spawns a viewer to visualize the data locally. "
227
-
"'distant' creates a server on the distant machine where the data is stored. Visualize the data by connecting to the server with `rerun ws://localhost:PORT` on the local machine."
227
+
"'distant' creates a server on the distant machine where the data is stored. "
228
+
"Visualize the data by connecting to the server with `rerun ws://localhost:PORT` on the local machine."
228
229
),
229
230
)
230
231
parser.add_argument(
@@ -245,8 +246,8 @@ def main():
245
246
default=0,
246
247
help=(
247
248
"Save a .rrd file in the directory provided by `--output-dir`. "
248
-
"It also deactivates the spawning of a viewer. ",
249
-
"Visualize the data by running `rerun path/to/file.rrd` on your local machine.",
249
+
"It also deactivates the spawning of a viewer. "
250
+
"Visualize the data by running `rerun path/to/file.rrd` on your local machine."
0 commit comments