[debug] fix bug for nuscenes dataset (#156)
* [debug] fix bug for nuscenes dataset * [debug] fix bug for nuscenes dataset [debug] fix bug for nuscenes dataset
This commit is contained in:
parent
2bf96604fe
commit
0e5b9edbc1
|
|
@ -211,6 +211,7 @@ class NuScenesDataset(Custom3DDataset):
|
||||||
|
|
||||||
data = dict(
|
data = dict(
|
||||||
token=info["token"],
|
token=info["token"],
|
||||||
|
sample_idx=info['token'],
|
||||||
lidar_path=info["lidar_path"],
|
lidar_path=info["lidar_path"],
|
||||||
sweeps=info["sweeps"],
|
sweeps=info["sweeps"],
|
||||||
timestamp=info["timestamp"],
|
timestamp=info["timestamp"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue