Update README.md
Browse files
README.md
CHANGED
|
@@ -14,4 +14,6 @@ It contains three model checkpoints:
|
|
| 14 |
- `epona_nuplan+nusc.pkl`: The world model finetuned on NuScenes based on the previous base model;
|
| 15 |
- `dcae_td_20000.pkl`: The temporal-aware DCAE (downsampling rate=32, channel dim=32, temporal patch size=6) fintuned on NuPlan video clips.
|
| 16 |
|
| 17 |
-
And
|
|
|
|
|
|
|
|
|
| 14 |
- `epona_nuplan+nusc.pkl`: The world model finetuned on NuScenes based on the previous base model;
|
| 15 |
- `dcae_td_20000.pkl`: The temporal-aware DCAE (downsampling rate=32, channel dim=32, temporal patch size=6) fintuned on NuPlan video clips.
|
| 16 |
|
| 17 |
+
And two folders of preprocessed json files:
|
| 18 |
+
- `test_meta_data_nuplan`: Preprocessed meta infos on NuPlan test set (not including train set);
|
| 19 |
+
- `meta_data_nusc`: Preprocessed meta infos on NuScenes train set and validation set.
|