Kevin-thu commited on
Commit
2b2006f
·
verified ·
1 Parent(s): fc10ec5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 the preprocessed json files in `test_meta_data_nuplan` for you to quickly evaluate the model on NuPlan test set.
 
 
 
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.