Skip to content

Commit

Permalink
Fix pp cfg (open-mmlab#1636)
Browse files Browse the repository at this point in the history
* fix parta2 bug

* fix pp cfg
  • Loading branch information
VVsssssk authored Jul 19, 2022
1 parent a121b00 commit c1a6cc0
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
class_names = ['Pedestrian', 'Cyclist', 'Car']
# PointPillars adopted a different sampling strategies among classes

# file_client_args = dict(backend='disk')
file_client_args = dict(backend='disk')
# Uncomment the following if use ceph or other file clients.
# See https://mmcv.readthedocs.io/en/latest/api.html#mmcv.fileio.FileClient
# for more details.
file_client_args = dict(
backend='petrel',
path_mapping=dict({
'./data/kitti/':
's3://openmmlab/datasets/detection3d/kitti/',
'data/kitti/':
's3://openmmlab/datasets/detection3d/kitti/'
}))
# file_client_args = dict(
# backend='petrel',
# path_mapping=dict({
# './data/kitti/':
# 's3://openmmlab/datasets/detection3d/kitti/',
# 'data/kitti/':
# 's3://openmmlab/datasets/detection3d/kitti/'
# }))

db_sampler = dict(
data_root=data_root,
Expand Down

0 comments on commit c1a6cc0

Please sign in to comment.