Tachintech commited on
Commit
0fe0c76
·
verified ·
1 Parent(s): 5eb0bcf

Add example/visualize scripts + requirements + usage docs

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # ===== 运行示例脚本 example_usage.py =====
2
+ # lerobot 需要 Python >= 3.10,会自动安装 torch
3
+ lerobot>=0.4.3
4
+ numpy
5
+ Pillow
6
+
7
+ # ===== 运行可视化脚本 visualize_dataset.py =====
8
+ pyarrow
9
+ opencv-python
10
+ scipy