File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
""" Visualize data of **all** frames of any episode of a dataset of type LeRobotDataset.
17
17
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.
19
19
That's because our datasets are composed of transition from state to state up to
20
20
the antepenultimate state associated to the ultimate action to arrive in the final state.
21
21
However, there might not be a transition from a final state to another state.
22
22
23
23
Note: This script aims to visualize the data used to train the neural networks.
24
24
~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
26
26
save disk space. The compression factor applied has been tuned to not affect success rate.
27
27
28
28
Examples:
@@ -199,7 +199,7 @@ def main():
199
199
"--repo-id" ,
200
200
type = str ,
201
201
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`)." ,
203
203
)
204
204
parser .add_argument (
205
205
"--episode-index" ,
You can’t perform that action at this time.
0 commit comments