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
a8817998
Unverified
Commit
a8817998
authored
Feb 23, 2022
by
ChaimZhu
Committed by
GitHub
Feb 23, 2022
Browse files
fix ci in dev branch (#1264)
parent
4c5c4299
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
mmdet3d/ops/group_points/group_points.py
mmdet3d/ops/group_points/group_points.py
+1
-0
tests/test_models/test_common_modules/test_pointnet_ops.py
tests/test_models/test_common_modules/test_pointnet_ops.py
+3
-10
No files found.
mmdet3d/ops/group_points/group_points.py
View file @
a8817998
# Copyright (c) OpenMMLab. All rights reserved.
# Copyright (c) OpenMMLab. All rights reserved.
from
typing
import
Tuple
from
typing
import
Tuple
import
torch
import
torch
...
...
tests/test_models/test_common_modules/test_pointnet_ops.py
View file @
a8817998
...
@@ -2,16 +2,9 @@
...
@@ -2,16 +2,9 @@
import
pytest
import
pytest
import
torch
import
torch
from
mmdet3d.ops
import
(
from
mmdet3d.ops
import
(
ball_query
,
furthest_point_sample
,
ball_query
,
furthest_point_sample_with_dist
,
gather_points
,
furthest_point_sample
,
grouping_operation
,
knn
,
three_interpolate
,
three_nn
)
furthest_point_sample_with_dist
,
gather_points
,
grouping_operation
,
knn
,
three_interpolate
,
three_nn
,
)
def
test_fps
():
def
test_fps
():
...
...
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