Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
9a2ffe4c
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "26b13fc33c5be5d3ffbab87df68d048a530ef047"
Unverified
Commit
9a2ffe4c
authored
Aug 24, 2021
by
Yezhen Cong
Committed by
GitHub
Aug 24, 2021
Browse files
Fix 3 unworking configs (#882)
parent
cab70db5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
16 deletions
+14
-16
configs/centerpoint/centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_tta_20e_nus.py
...int_0075voxel_second_secfpn_dcn_4x8_cyclic_tta_20e_nus.py
+0
-2
configs/free_anchor/hv_pointpillars_regnet-1.6gf_fpn_sbn-all_free-anchor_strong-aug_4x8_3x_nus-3d.py
...1.6gf_fpn_sbn-all_free-anchor_strong-aug_4x8_3x_nus-3d.py
+7
-7
configs/free_anchor/hv_pointpillars_regnet-3.2gf_fpn_sbn-all_free-anchor_strong-aug_4x8_3x_nus-3d.py
...3.2gf_fpn_sbn-all_free-anchor_strong-aug_4x8_3x_nus-3d.py
+7
-7
No files found.
configs/centerpoint/centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_tta_20e_nus.py
View file @
9a2ffe4c
_base_
=
'./centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_20e_nus.py'
_base_
=
'./centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_20e_nus.py'
test_cfg
=
dict
(
pts
=
dict
(
use_rotate_nms
=
True
,
max_num
=
500
))
point_cloud_range
=
[
-
54
,
-
54
,
-
5.0
,
54
,
54
,
3.0
]
point_cloud_range
=
[
-
54
,
-
54
,
-
5.0
,
54
,
54
,
3.0
]
file_client_args
=
dict
(
backend
=
'disk'
)
file_client_args
=
dict
(
backend
=
'disk'
)
class_names
=
[
class_names
=
[
...
...
configs/free_anchor/hv_pointpillars_regnet-1.6gf_fpn_sbn-all_free-anchor_strong-aug_4x8_3x_nus-3d.py
View file @
9a2ffe4c
...
@@ -24,16 +24,16 @@ class_names = [
...
@@ -24,16 +24,16 @@ class_names = [
'car'
,
'truck'
,
'trailer'
,
'bus'
,
'construction_vehicle'
,
'bicycle'
,
'car'
,
'truck'
,
'trailer'
,
'bus'
,
'construction_vehicle'
,
'bicycle'
,
'motorcycle'
,
'pedestrian'
,
'traffic_cone'
,
'barrier'
'motorcycle'
,
'pedestrian'
,
'traffic_cone'
,
'barrier'
]
]
#
file_client_args = dict(backend='disk')
file_client_args
=
dict
(
backend
=
'disk'
)
# Uncomment the following if use ceph or other file clients.
# Uncomment the following if use ceph or other file clients.
# See https://mmcv.readthedocs.io/en/latest/api.html#mmcv.fileio.FileClient
# See https://mmcv.readthedocs.io/en/latest/api.html#mmcv.fileio.FileClient
# for more details.
# for more details.
file_client_args
=
dict
(
#
file_client_args = dict(
backend
=
'petrel'
,
#
backend='petrel',
path_mapping
=
dict
({
#
path_mapping=dict({
'./data/nuscenes/'
:
's3://nuscenes/nuscenes/'
,
#
'./data/nuscenes/': 's3://nuscenes/nuscenes/',
'data/nuscenes/'
:
's3://nuscenes/nuscenes/'
#
'data/nuscenes/': 's3://nuscenes/nuscenes/'
}))
#
}))
train_pipeline
=
[
train_pipeline
=
[
dict
(
dict
(
type
=
'LoadPointsFromFile'
,
type
=
'LoadPointsFromFile'
,
...
...
configs/free_anchor/hv_pointpillars_regnet-3.2gf_fpn_sbn-all_free-anchor_strong-aug_4x8_3x_nus-3d.py
View file @
9a2ffe4c
...
@@ -24,16 +24,16 @@ class_names = [
...
@@ -24,16 +24,16 @@ class_names = [
'car'
,
'truck'
,
'trailer'
,
'bus'
,
'construction_vehicle'
,
'bicycle'
,
'car'
,
'truck'
,
'trailer'
,
'bus'
,
'construction_vehicle'
,
'bicycle'
,
'motorcycle'
,
'pedestrian'
,
'traffic_cone'
,
'barrier'
'motorcycle'
,
'pedestrian'
,
'traffic_cone'
,
'barrier'
]
]
#
file_client_args = dict(backend='disk')
file_client_args
=
dict
(
backend
=
'disk'
)
# Uncomment the following if use ceph or other file clients.
# Uncomment the following if use ceph or other file clients.
# See https://mmcv.readthedocs.io/en/latest/api.html#mmcv.fileio.FileClient
# See https://mmcv.readthedocs.io/en/latest/api.html#mmcv.fileio.FileClient
# for more details.
# for more details.
file_client_args
=
dict
(
#
file_client_args = dict(
backend
=
'petrel'
,
#
backend='petrel',
path_mapping
=
dict
({
#
path_mapping=dict({
'./data/nuscenes/'
:
's3://nuscenes/nuscenes/'
,
#
'./data/nuscenes/': 's3://nuscenes/nuscenes/',
'data/nuscenes/'
:
's3://nuscenes/nuscenes/'
#
'data/nuscenes/': 's3://nuscenes/nuscenes/'
}))
#
}))
train_pipeline
=
[
train_pipeline
=
[
dict
(
dict
(
type
=
'LoadPointsFromFile'
,
type
=
'LoadPointsFromFile'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment