Unverified Commit ed81c6cc authored by dingchang's avatar dingchang Committed by GitHub
Browse files

Add header for files (#869)

* Add header for files

* Add header for files

* Add header for files

* Add header for files
parent d154e24d
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
from .iou3d_calculator import (AxisAlignedBboxOverlaps3D, BboxOverlaps3D,
BboxOverlapsNearest3D,
axis_aligned_bbox_overlaps_3d, bbox_overlaps_3d,
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
from mmdet.core.bbox import bbox_overlaps
......
# Copyright (c) OpenMMLab. All rights reserved.
from mmdet.core.bbox.samplers import (BaseSampler, CombinedSampler,
InstanceBalancedPosSampler,
IoUBalancedNegSampler, OHEMSampler,
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
from mmdet.core.bbox.builder import BBOX_SAMPLERS
......
# Copyright (c) OpenMMLab. All rights reserved.
from .base_box3d import BaseInstance3DBoxes
from .box_3d_mode import Box3DMode
from .cam_box3d import CameraInstance3DBoxes
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
from abc import abstractmethod
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
from enum import IntEnum, unique
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
from enum import IntEnum, unique
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
from logging import warning
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
from .indoor_eval import indoor_eval
from .kitti_utils import kitti_eval, kitti_eval_coco_style
from .lyft_eval import lyft_eval
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
from mmcv.utils import print_log
......
# Copyright (c) OpenMMLab. All rights reserved.
from .eval import kitti_eval, kitti_eval_coco_style
__all__ = ['kitti_eval', 'kitti_eval_coco_style']
# Copyright (c) OpenMMLab. All rights reserved.
import gc
import io as sysio
import numba
......
# Copyright (c) OpenMMLab. All rights reserved.
#####################
# Based on https://github.com/hongzhenwang/RRPN-revise
# Licensed under The MIT License
......
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