repo_id
stringlengths
19
138
file_path
stringlengths
32
200
content
stringlengths
1
12.9M
__index_level_0__
int64
0
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/anchor_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/petr_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/point_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/target_assigner/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/target_assigner/axis_aligned_target_assigner.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/target_assigner/anchor_generator.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/target_assigner/hungarian_assigner.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/match_costs/match_cost.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/match_costs/__init__.py
from .match_cost import BBox3DL1Cost, FocalLossCost, IoUCost
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/samplers/__init__.py
from .pseudo_sampler import PseudoSampler
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/dense_heads/samplers/pseudo_sampler.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/fcos_heads/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/fcos_heads/fcos2d_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/fcos_heads/fcos3d_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/class_heads/ocrnet_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/class_heads/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/class_heads/deeplabv3_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads/roi_head_base.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads/pvrcnn_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads/voxelrcnn_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads/target_assigner/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads/target_assigner/iou3d_nms_utils.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/heads/roi_heads/target_assigner/proposal_target_layer.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/optimizers/lr_schedulers.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/optimizers/momentum_schedulers.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/optimizers/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/optimizers/optimizers.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/optimizers/utils.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common/model_nms_utils.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common/box_utils.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common/pointnet2_stack/voxel_query_utils.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common/pointnet2_stack/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common/pointnet2_stack/pointnet2_utils.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common/pointnet2_stack/pointnet2_modules.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/common/pointnet2_stack/voxel_pool_modules.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/decoders.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/decoder_layers.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/encoder_layers.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/__init__.py
from .assigners import * from .attentions import * from .decoder_layers import * from .decoders import * from .encoder_layers import * from .encoders import * from .match_costs import * from .positional_encoding import * from .samplers import * from .transformer import * from .utils import *
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/encoders.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/utils.py
from typing import List, Optional, Tuple, Union import numpy as np import paddle import paddle.nn.functional as F def get_dimensions(img: paddle.Tensor) -> List[int]: """Returns the dimensions of an image as [channels, height, width]. Args: img (Tensor): The image to be checked. Returns: ...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/transformer.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/positional_encoding.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/match_costs/match_cost.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/match_costs/__init__.py
from .match_cost import *
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/attentions/multihead_attention.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/attentions/__init__.py
from . import (multihead_attention, spatial_cross_attention, temporal_self_attention) from .multihead_attention import * from .spatial_cross_attention import * from .temporal_self_attention import *
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/attentions/temporal_self_attention.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/attentions/spatial_cross_attention.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/assigners/hungarian_assigner_3d.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/assigners/__init__.py
from .hungarian_assigner_3d import *
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/samplers/__init__.py
from .pseudo_sampler import *
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/transformers/samplers/pseudo_sampler.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/voxel_encoders/pillar_encoder.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/voxel_encoders/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/voxel_encoders/voxel_encoder.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/voxelizers/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/voxelizers/voxelize.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/backbones/hrnet.py
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/backbones/vovnet.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/backbones/dla.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/backbones/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/backbones/sac.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/backbones/resnet.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/backbones/vovnetcp.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/backbones/second_backbone.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/point_encoders/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/point_encoders/voxel_set_abstraction.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/smoke/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/smoke/processor.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/smoke/smoke_predictor.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/smoke/smoke_coder.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/smoke/smoke_loss.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/smoke/smoke.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/petr/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/petr/petr3d.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/centerpoint/center_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/centerpoint/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/centerpoint/centerpoint.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/iassd/iassd_coder.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/iassd/iassd.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/iassd/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/iassd/iassd_head.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/iassd/iassd_backbone.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/iassd/iassd_loss.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/iassd/iassd_modules.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/__init__.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/caddn.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/bev.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/ffe/__init__.py
from .ddn_loss import * from .ffe import FFE
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/ffe/ffe.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/ffe
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/ffe/ddn_loss/__init__.py
from .ddn_loss import DDNLoss
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/ffe
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/ffe/ddn_loss/ddn_loss.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/ffe
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/ffe/ddn_loss/balancer.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/f2v/__init__.py
from .frustum_to_voxel import FrustumToVoxel
0
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn
apollo_public_repos/apollo-model-centerpoint/paddle3d/models/detection/caddn/f2v/sampler.py
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
0