Commit a83650f4 authored by zhangwenwei's avatar zhangwenwei
Browse files

update CI

parent a6b97201
......@@ -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__)"
......
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.
......
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment