Unverified Commit b65f9b0f authored by yinchimaoliang's avatar yinchimaoliang Committed by GitHub
Browse files

Fix missing `coord_type` in db-sampler config. (#345)

parent 43dde9d5
......@@ -60,6 +60,7 @@ db_sampler = dict(
traffic_cone=2),
points_loader=dict(
type='LoadPointsFromFile',
coord_type='LIDAR',
load_dim=5,
use_dim=[0, 1, 2, 3, 4],
file_client_args=file_client_args))
......
......@@ -55,6 +55,7 @@ db_sampler = dict(
traffic_cone=2),
points_loader=dict(
type='LoadPointsFromFile',
coord_type='LIDAR',
load_dim=5,
use_dim=[0, 1, 2, 3, 4],
file_client_args=file_client_args))
......
......@@ -56,6 +56,7 @@ db_sampler = dict(
traffic_cone=2),
points_loader=dict(
type='LoadPointsFromFile',
coord_type='LIDAR',
load_dim=5,
use_dim=[0, 1, 2, 3, 4],
file_client_args=file_client_args))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment