Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mmdetection3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
manli
mmdetection3d
Commits
3ea408f9
Commit
3ea408f9
authored
4 years ago
by
StarGazer1995
Browse files
Options
Downloads
Patches
Plain Diff
update:create config file for the special course
parent
4f4c4d44
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/votenet/votenet_16x8_sunrgbd-3d-10class_with_att.py
+21
-0
21 additions, 0 deletions
configs/votenet/votenet_16x8_sunrgbd-3d-10class_with_att.py
with
21 additions
and
0 deletions
configs/votenet/votenet_16x8_sunrgbd-3d-10class_with_att.py
0 → 100644
+
21
−
0
View file @
3ea408f9
_base_
=
[
'
../_base_/datasets/sunrgbd-3d-10class.py
'
,
'
../_base_/models/votenet.py
'
,
'
../_base_/schedules/schedule_3x.py
'
,
'
../_base_/default_runtime.py
'
]
# model settings
model
=
dict
(
bbox_head
=
dict
(
num_classes
=
10
,
bbox_coder
=
dict
(
type
=
'
PartialBinBasedBBoxCoder
'
,
num_sizes
=
10
,
num_dir_bins
=
12
,
with_rot
=
True
,
mean_sizes
=
[
[
2.114256
,
1.620300
,
0.927272
],
[
0.791118
,
1.279516
,
0.718182
],
[
0.923508
,
1.867419
,
0.845495
],
[
0.591958
,
0.552978
,
0.827272
],
[
0.699104
,
0.454178
,
0.75625
],
[
0.69519
,
1.346299
,
0.736364
],
[
0.528526
,
1.002642
,
1.172878
],
[
0.500618
,
0.632163
,
0.683424
],
[
0.404671
,
1.071108
,
1.688889
],
[
0.76584
,
1.398258
,
0.472728
]
]),
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment