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
a83650f4
"examples/sampling/vscode:/vscode.git/clone" did not exist on "d3176272c6e58b9d500bd6939e061c47bb5e92ab"
Commit
a83650f4
authored
May 07, 2020
by
zhangwenwei
Browse files
update CI
parent
a6b97201
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 @
a83650f4
...
@@ -26,7 +26,7 @@ before_script:
...
@@ -26,7 +26,7 @@ before_script:
script
:
script
:
-
echo "Start building..."
-
echo "Start building..."
-
pip install "git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI"
-
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__)"
-
python -c "import mmdet; print(mmdet.__version__)"
-
pip install -v -e .[all]
-
pip install -v -e .[all]
-
python -c "import mmdet3d; print(mmdet3d.__version__)"
-
python -c "import mmdet3d; print(mmdet3d.__version__)"
...
...
mmdet3d/datasets/pipelines/indoor_sample.py
View file @
a83650f4
import
numpy
as
np
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
):
class
PointSample
(
object
):
"""Point Sample.
"""Point Sample.
...
...
mmdet3d/models/roi_heads/mask_heads/pointwise_semantic_head.py
View file @
a83650f4
...
@@ -9,7 +9,7 @@ from mmdet3d.ops.roiaware_pool3d import points_in_boxes_gpu
...
@@ -9,7 +9,7 @@ from mmdet3d.ops.roiaware_pool3d import points_in_boxes_gpu
from
mmdet.models
import
HEADS
from
mmdet.models
import
HEADS
@
HEADS
.
register_module
@
HEADS
.
register_module
()
class
PointwiseSemanticHead
(
nn
.
Module
):
class
PointwiseSemanticHead
(
nn
.
Module
):
"""Semantic segmentation head for point-wise segmentation.
"""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