Closed wxd400 closed 3 years ago
ops, looks like we forgot to update that config file. I'll start a PR to fix it asap
the fix is really easy btw, just add:
render_ego_history: True
to the examples/agent_motion_prediction/agent_motion_config.yaml
fixed in #282 , will close for now. Feel free to reopen if you're still experiencing the issue after pulling master
===== INIT DATASET
dm = LocalDataManager(None) train_cfg = cfg["train_data_loader"] rasterizer = build_rasterizer(cfg,dm) train_zarr = ChunkedDataset(dm.require(train_cfg["key"])).open() train_dataset = AgentDataset(cfg, train_zarr, rasterizer) train_dataloader = DataLoader(train_dataset, shuffle=train_cfg["shuffle"], batch_size=train_cfg["batch_size"], num_workers=train_cfg["num_workers"]) print(train_dataset)
》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》
KeyError Traceback (most recent call last)