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
OpenPCDet
Commits
9027859a
Commit
9027859a
authored
Jun 24, 2020
by
Shaoshuai Shi
Browse files
add requirements.txt, update config
parent
98281d05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
requirements.txt
requirements.txt
+8
-0
tools/cfgs/kitti_models/PartA2.yaml
tools/cfgs/kitti_models/PartA2.yaml
+2
-2
No files found.
requirements.txt
0 → 100644
View file @
9027859a
numpy
torch
>=1.1
numba
tensorboardX
easydict
pyyaml
scikit-image
tqdm
tools/cfgs/kitti_models/PartA2.yaml
View file @
9027859a
...
...
@@ -46,14 +46,14 @@ MODEL:
{
'
anchor_sizes'
:
[[
0.8
,
0.6
,
1.73
]],
'
anchor_rotations'
:
[
0
,
1.57
],
'
anchor_bottom_heights'
:
[
-
0.6
],
'
anchor_bottom_heights'
:
[
-
1.78
],
'
align_center'
:
False
,
'
feature_map_stride'
:
8
},
{
'
anchor_sizes'
:
[[
1.76
,
0.6
,
1.73
]],
'
anchor_rotations'
:
[
0
,
1.57
],
'
anchor_bottom_heights'
:
[
-
0.6
],
'
anchor_bottom_heights'
:
[
-
1.78
],
'
align_center'
:
False
,
'
feature_map_stride'
:
8
}
...
...
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