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
2d3eac30
Commit
2d3eac30
authored
May 12, 2020
by
yinchimaoliang
Browse files
mv indoor test unit to a dir
parent
bce7d0c3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
1 deletion
+1
-1
tests/__init__.py
tests/__init__.py
+0
-0
tests/test_pipeline/__init__.py
tests/test_pipeline/__init__.py
+0
-0
tests/test_pipeline/test_indoor_augment.py
tests/test_pipeline/test_indoor_augment.py
+0
-0
tests/test_pipeline/test_indoor_loading.py
tests/test_pipeline/test_indoor_loading.py
+0
-0
tests/test_pipeline/test_indoor_pipeline.py
tests/test_pipeline/test_indoor_pipeline.py
+1
-1
tests/test_pipeline/test_indoor_sample.py
tests/test_pipeline/test_indoor_sample.py
+0
-0
No files found.
tests/__init__.py
0 → 100644
View file @
2d3eac30
tests/test_pipeline/__init__.py
0 → 100644
View file @
2d3eac30
tests/test_indoor_augment.py
→
tests/test_
pipeline/test_
indoor_augment.py
View file @
2d3eac30
File moved
tests/test_indoor_loading.py
→
tests/test_
pipeline/test_
indoor_loading.py
View file @
2d3eac30
File moved
tests/test_indoor_pipeline.py
→
tests/test_
pipeline/test_
indoor_pipeline.py
View file @
2d3eac30
...
...
@@ -140,4 +140,4 @@ def test_sunrgbd_pipeline():
expected_gt_labels
=
np
.
array
([
0
,
7
,
6
])
assert
np
.
allclose
(
gt_bboxes_3d
,
expected_gt_bboxes_3d
)
assert
np
.
allclose
(
gt_labels
.
flatten
(),
expected_gt_labels
)
assert
np
.
allclose
(
points
,
expected_points
)
\ No newline at end of file
assert
np
.
allclose
(
points
,
expected_points
)
tests/test_indoor_sample.py
→
tests/test_
pipeline/test_
indoor_sample.py
View file @
2d3eac30
File moved
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