Update examples/2_load_lerobot_dataset.py
This commit is contained in:
parent
bae0c216bc
commit
be0444b8f6
|
@ -10,7 +10,6 @@ Features included in this script:
|
|||
- Using advanced dataset features like timestamp-based frame selection.
|
||||
- Demonstrating compatibility with PyTorch DataLoader for batch processing.
|
||||
|
||||
Each operation is detailed with print statements to show dataset attributes and transformations.
|
||||
The script ends with examples of how to batch process data using PyTorch's DataLoader.
|
||||
|
||||
To try a different Hugging Face dataset, you can replace:
|
||||
|
|
Loading…
Reference in New Issue