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
f584b970
Commit
f584b970
authored
May 07, 2020
by
zhangwenwei
Browse files
Merge branch 'fix-pycoco-unittest' into 'master'
update CI See merge request open-mmlab/mmdet.3d!22
parents
a6b97201
a83650f4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
mmdet3d/datasets/pipelines/indoor_sample.py
mmdet3d/datasets/pipelines/indoor_sample.py
+2
-2
mmdet3d/models/roi_heads/mask_heads/pointwise_semantic_head.py
...3d/models/roi_heads/mask_heads/pointwise_semantic_head.py
+1
-1
No files found.
.gitlab-ci.yml
View file @
f584b970
...
...
@@ -26,7 +26,7 @@ before_script:
script
:
-
echo "Start building..."
-
pip install "git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI"
-
pip install git+https://github.com/open-mmlab/mmdetection.git
@v2.0
-
pip install git+https://github.com/open-mmlab/mmdetection.git
-
python -c "import mmdet; print(mmdet.__version__)"
-
pip install -v -e .[all]
-
python -c "import mmdet3d; print(mmdet3d.__version__)"
...
...
mmdet3d/datasets/pipelines/indoor_sample.py
View file @
f584b970
import
numpy
as
np
from
mmdet.datasets.
registry
import
PIPELINES
from
mmdet.datasets.
builder
import
PIPELINES
@
PIPELINES
.
register_module
@
PIPELINES
.
register_module
()
class
PointSample
(
object
):
"""Point Sample.
...
...
mmdet3d/models/roi_heads/mask_heads/pointwise_semantic_head.py
View file @
f584b970
...
...
@@ -9,7 +9,7 @@ from mmdet3d.ops.roiaware_pool3d import points_in_boxes_gpu
from
mmdet.models
import
HEADS
@
HEADS
.
register_module
@
HEADS
.
register_module
()
class
PointwiseSemanticHead
(
nn
.
Module
):
"""Semantic segmentation head for point-wise segmentation.
...
...
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