Skip to content

Commit 5daa454

Browse files
authored
Fix typos in lerobot/scripts/visualize_dataset.py (#656)
1 parent 4def6d6 commit 5daa454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lerobot/scripts/visualize_dataset.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
# limitations under the License.
1616
""" Visualize data of **all** frames of any episode of a dataset of type LeRobotDataset.
1717
18-
Note: The last frame of the episode doesnt always correspond to a final state.
18+
Note: The last frame of the episode doesn't always correspond to a final state.
1919
That's because our datasets are composed of transition from state to state up to
2020
the antepenultimate state associated to the ultimate action to arrive in the final state.
2121
However, there might not be a transition from a final state to another state.
2222
2323
Note: This script aims to visualize the data used to train the neural networks.
2424
~What you see is what you get~. When visualizing image modality, it is often expected to observe
25-
lossly compression artifacts since these images have been decoded from compressed mp4 videos to
25+
lossy compression artifacts since these images have been decoded from compressed mp4 videos to
2626
save disk space. The compression factor applied has been tuned to not affect success rate.
2727
2828
Examples:
@@ -199,7 +199,7 @@ def main():
199199
"--repo-id",
200200
type=str,
201201
required=True,
202-
help="Name of hugging face repositery containing a LeRobotDataset dataset (e.g. `lerobot/pusht`).",
202+
help="Name of hugging face repository containing a LeRobotDataset dataset (e.g. `lerobot/pusht`).",
203203
)
204204
parser.add_argument(
205205
"--episode-index",

0 commit comments

Comments
 (0)