Commit ·
4f19068
1
Parent(s): e10819c
upload readme
Browse files- .gitignore +1 -0
- README.md +2 -2
.gitignore
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
upload/*
|
| 2 |
example_data/*
|
| 3 |
official_data/*
|
|
|
|
|
|
| 1 |
upload/*
|
| 2 |
example_data/*
|
| 3 |
official_data/*
|
| 4 |
+
validation_data/*
|
README.md
CHANGED
|
@@ -66,7 +66,7 @@ Considering the computing resources of participating teams and on-site testing c
|
|
| 66 |
|
| 67 |
**Online evaluation**: Participants need to submit the predicted action trajectories on corresponding segments of the valid_set.
|
| 68 |
|
| 69 |
-
**On-site evaluation**: A base Docker image will be released in advance, with the inference framework and basic test environment pre-configured. Participants only need to implement the
|
| 70 |
|
| 71 |
### Dataset Field Description
|
| 72 |
|
|
@@ -370,7 +370,7 @@ python dataloader/custom_lerobot_dataset.py
|
|
| 370 |
|
| 371 |
线上测评时,参赛者需提交在valid_set相关片段上预测的action轨迹。
|
| 372 |
|
| 373 |
-
线下评测时,我们会提前发布base docker,规定好推理框架和基本测试环境,参赛者完善
|
| 374 |
|
| 375 |
### 数据集字段说明
|
| 376 |
#### 图像
|
|
|
|
| 66 |
|
| 67 |
**Online evaluation**: Participants need to submit the predicted action trajectories on corresponding segments of the valid_set.
|
| 68 |
|
| 69 |
+
**On-site evaluation**: A base Docker image will be released in advance, with the inference framework and basic test environment pre-configured. Participants only need to implement the load_model and predict functions, and submit the complete Docker image for final evaluation.
|
| 70 |
|
| 71 |
### Dataset Field Description
|
| 72 |
|
|
|
|
| 370 |
|
| 371 |
线上测评时,参赛者需提交在valid_set相关片段上预测的action轨迹。
|
| 372 |
|
| 373 |
+
线下评测时,我们会提前发布base docker,规定好推理框架和基本测试环境,参赛者完善load_model和predict函数,最终提交完整可运行的docker镜像。
|
| 374 |
|
| 375 |
### 数据集字段说明
|
| 376 |
#### 图像
|