MCPcopy Create free account

hub / github.com/PaddlePaddle/PaddleYOLO / functions

Functions2,621 in github.com/PaddlePaddle/PaddleYOLO

↓ 3 callersFunctionblend
Blend image1 and image2 using 'factor'. Factor can be above 0.0. A value of 0.0 means only image1 is used. A value of 1.0 means only image
ppdet/data/transform/autoaugment_utils.py:155
↓ 3 callersFunctioncalc_inter_area
deploy/cpp/src/trajectory.cc:472
↓ 3 callersFunctionclip_bbox
(src_bbox)
ppdet/data/transform/op_helper.py:37
↓ 3 callersFunctioncolormap
Get colormap The code of this function is copied from https://github.com/facebookresearch/Detectron/blob/main/detectron/utils/colormap.py
ppdet/utils/colormap.py:23
↓ 3 callersMethodconvert_sync_batchnorm
(cls, layer)
ppdet/engine/trainer.py:142
↓ 3 callersFunctioncreate_header_file
This function generates a header file containing the data from the numpy array provided.
deploy/third_engine/demo_avh/convert_image.py:41
↓ 3 callersFunctioncrop_mask
It takes a mask and a bounding box, and returns a mask that is cropped to the bounding box Args: masks (paddle.Tensor): [h, w, n] tens
ppdet/modeling/heads/yolov8_head.py:991
↓ 3 callersFunctioncrop_mask
It takes a mask and a bounding box, and returns a mask that is cropped to the bounding box Args: masks (paddle.Tensor): [h, w, n] tens
ppdet/modeling/heads/yolov6_head.py:2316
↓ 3 callersFunctiondeal_json
(ds_type, img_path, json_path)
tools/x2coco.py:128
↓ 3 callersFunctiondefault_collate_fn
Default batch collating function for :code:`paddle.io.DataLoader`, get input data as a list of sample datas, each element in list if the
ppdet/data/utils.py:25
↓ 3 callersMethoddetect
deploy/third_engine/demo_mnn_kpts/picodet_mnn.cpp:50
↓ 3 callersMethoddetect
deploy/third_engine/demo_openvino_kpts/picodet_openvino.cpp:91
↓ 3 callersFunctiondisPred2Bbox
PicoDet decode
deploy/cpp/src/picodet_postprocess.cc:49
↓ 3 callersFunctiondownload_dataset
(path, dataset=None)
ppdet/utils/download.py:304
↓ 3 callersFunctiondraw_bboxes
deploy/third_engine/demo_openvino/main.cpp:106
↓ 3 callersFunctiondump_value
(value)
ppdet/core/workspace.py:46
↓ 3 callersFunctionfilter_df_merge
process cpu data frame, merge by 'model_name', 'batch_size' Args: cpu_df ([type]): [description]
deploy/benchmark/log_parser_excel.py:133
↓ 3 callersFunctiongather_topk_anchors
r""" Args: metrics (Tensor, float32): shape[B, n, L], n: num_gts, L: num_anchors topk (int): The number of top elements to look fo
ppdet/modeling/assigners/utils.py:83
↓ 3 callersFunctionget_activation
(name="silu")
ppdet/modeling/backbones/csp_darknet.py:34
↓ 3 callersFunctionget_affine_transform
Get the affine transform matrix, given the center/scale/rot/output_size. Args: center (np.ndarray[2, ]): Center of the bounding box (x, y
deploy/serving/python/preprocess_ops.py:296
↓ 3 callersFunctionget_color_map_list
Args: num_classes (int): number of class Returns: color_map (list): RGB color list
deploy/python/visualize.py:58
↓ 3 callersFunctionget_infer_results
Get result at the stage of inference. The output format is dictionary containing bbox or mask result. For example, bbox result is a list
ppdet/metrics/coco_utils.py:31
↓ 3 callersMethodget_label_list
(self)
ppdet/data/source/voc.py:207
↓ 3 callersMethodget_loss
(self)
ppdet/modeling/architectures/detr.py:112
↓ 3 callersFunctionget_path
Download from given url to root_dir. if file or directory specified by url is exists under root_dir, return the path directly, otherwise down
ppdet/utils/download.py:260
↓ 3 callersFunctionget_sine_pos_embed
generate sine position embedding from a position tensor Args: pos_tensor (Tensor): Shape as `(None, n)`. num_pos_feats (int): pro
ppdet/modeling/transformers/utils.py:325
↓ 3 callersFunctionimage_infer_kpts
deploy/third_engine/demo_mnn_kpts/main.cpp:226
↓ 3 callersFunctionimage_infer_kpts
deploy/third_engine/demo_openvino_kpts/main.cpp:217
↓ 3 callersFunctioninverse_sigmoid
Inverse function of sigmoid. Args: x (Tensor): The tensor to do the inverse. eps (float): EPS avoid numerical
ppdet/modeling/transformers/petr_transformer.py:47
↓ 3 callersFunctioniou_distance
deploy/cpp/src/trajectory.cc:482
↓ 3 callersMethodletterbox_resize
(self, img, gt_bboxes, new_shape=(6
ppdet/data/transform/operators.py:266
↓ 3 callersFunctionmerge_args
(config, args, exclude_args=['config', 'opt', 'slim_config'])
ppdet/utils/cli.py:84
↓ 3 callersFunctionones_
Modified tensor inspace using ones_ Args: tensor (paddle.Tensor): paddle Tensor Return: tensor
ppdet/modeling/initializer.py:99
↓ 3 callersFunctionparameter_init
(mode="kaiming", value=0.)
ppdet/slim/distill_loss.py:42
↓ 3 callersFunctionparse_url
(url)
ppdet/utils/download.py:128
↓ 3 callersMethodproject
deploy/cpp/src/trajectory.cc:83
↓ 3 callersMethodreset
(self)
deploy/python/utils.py:188
↓ 3 callersFunctionresize_uniform
deploy/third_engine/demo_openvino/main.cpp:30
↓ 3 callersFunctionresize_uniform
deploy/third_engine/demo_mnn_kpts/main.cpp:35
↓ 3 callersFunctionresize_uniform
deploy/third_engine/demo_openvino_kpts/main.cpp:34
↓ 3 callersMethodset_kwargs
(self, **kwargs)
ppdet/data/source/dataset.py:108
↓ 3 callersMethodset_transform
(self, transform)
ppdet/data/source/dataset.py:114
↓ 3 callersMethodupdate
(self, value, n=1)
ppdet/utils/stats.py:34
↓ 3 callersFunctionwindow_partition
Args: x: (B, H, W, C) window_size (int): window size Returns: windows: (num_windows*B, window_size, window_size, C)
ppdet/modeling/backbones/swin_transformer.py:108
↓ 3 callersMethodwith_pos_embed
(tensor, pos_embed)
ppdet/modeling/transformers/detr_transformer.py:146
↓ 3 callersFunctionxywh2xyxy
(x)
ppdet/modeling/losses/yolov5_loss.py:367
↓ 2 callersFunctionCropImg
deploy/cpp/src/preprocess_op.cc:270
↓ 2 callersFunctionGenerateColorMap
deploy/lite/src/object_detector.cc:313
↓ 2 callersMethodOneEuroFilter
deploy/cpp/src/keypoint_postprocess.cc:293
↓ 2 callersMethodPredict
deploy/third_engine/demo_mnn_kpts/keypoint_detector.cpp:105
↓ 2 callersMethodPredict
deploy/third_engine/demo_openvino_kpts/keypoint_detector.cpp:105
↓ 2 callersFunctionQFLv2
(pred_sigmoid, teacher_sigmoid, weight=None, beta=2.0, reduction='mean
ppdet/modeling/ssod/utils.py:61
↓ 2 callersFunctionVisualizeKptsResult
Visualization MaskDetector results
deploy/cpp/src/keypoint_detector.cc:99
↓ 2 callersMethod__init__
Pad image to a specified size. Args: size (list[int]): image target size fill_value (list[float]): rgb value
deploy/python/preprocess.py:253
↓ 2 callersMethod__init__
Pad image to a specified size. Args: size (list[int]): image target size fill_value (list[float]): rgb value
deploy/third_engine/demo_onnx_trt/preprocess.py:232
↓ 2 callersMethod__init__
Pad image to a specified size. Args: size (list[int]): image target size fill_value (list[float]): rgb value
deploy/third_engine/onnx/preprocess.py:232
↓ 2 callersMethod__init__
Pad image to a specified size. Args: size (list[int]): image target size fill_value (list[float]): rgb value
deploy/serving/python/preprocess_ops.py:228
↓ 2 callersMethod__init__
(self, num_classes=80, decode=None, nms=None,
ppdet/modeling/post_process.py:30
↓ 2 callersMethod__init__
(self, in_channels, out_channels, num_blocks=1,
ppdet/modeling/backbones/yolov8_csp_darknet.py:71
↓ 2 callersMethod__init__
(self, dim, drop_path=0., layer_scale_init_value=1e-6)
ppdet/modeling/backbones/convnext.py:49
↓ 2 callersMethod__init__
(self, num_classes=80, hidden_dim=256, num_queries=300,
ppdet/modeling/transformers/rtdetr_transformer.py:266
↓ 2 callersMethod__init__
(self, in_channels, out_channels, num_blocks=3,
ppdet/modeling/transformers/hybrid_encoder.py:33
↓ 2 callersMethod__init__
(self, num_classes=80, hidden_dim=256, num_queries=900,
ppdet/modeling/transformers/dino_transformer.py:187
↓ 2 callersMethod__init__
(self, num_classes=80, hidden_dim=256, num_queries=300,
ppdet/modeling/transformers/mask_dino_transformer.py:134
↓ 2 callersMethod__init__
( self, num_classes=80, width_mult=1.0, in_channels=[1024, 512
ppdet/modeling/heads/rtmdet_head.py:41
↓ 2 callersMethod__init__
(self, ch_in, num_protos=256, num_masks=32, act='silu')
ppdet/modeling/heads/yolov8_head.py:402
↓ 2 callersMethod__init__
(self, ch_in, num_protos=256, num_masks=32, act='silu')
ppdet/modeling/heads/yolov5_head.py:205
↓ 2 callersMethod__init__
(self, loss_weight=2.5, giou=False, diou=False,
ppdet/modeling/losses/iou_loss.py:43
↓ 2 callersMethod__init__
(self, **kwargs)
ppdet/core/config/schema.py:57
↓ 2 callersMethod__init__
(self, dataset_dir=None, image_dir=None, anno_path=None,
ppdet/data/source/dataset.py:46
↓ 2 callersMethod__init__
(self, dataset_dir=None, image_dir=None, anno_path=None,
ppdet/data/source/coco.py:53
↓ 2 callersFunction_adjust_bbox_boundaries
(min_coord, max_coord)
ppdet/data/transform/autoaugment_utils.py:471
↓ 2 callersMethod_bbox2distance
(self, points, bbox)
ppdet/modeling/heads/yolov6_head.py:1699
↓ 2 callersMethod_bbox_decode
(self, anchor_points, pred_dist)
ppdet/modeling/heads/ppyoloe_head.py:293
↓ 2 callersMethod_bbox_decode_fake
(self, pred_dist)
ppdet/modeling/heads/ppyoloe_head.py:299
↓ 2 callersMethod_blend
(self, alpha, img, img_mean)
ppdet/data/transform/operators.py:3720
↓ 2 callersMethod_broadcast_params
(self, params, num_features)
ppdet/modeling/proposal_generator/anchor_generator.py:62
↓ 2 callersFunction_calculate_correct_fan
(tensor, mode, reverse=False)
ppdet/modeling/initializer.py:190
↓ 2 callersFunction_calculate_gain
(nonlinearity, param=None)
ppdet/modeling/initializer.py:202
↓ 2 callersFunction_check_exist_file_md5
(filename, md5sum, url)
ppdet/utils/download.py:426
↓ 2 callersMethod_convert_attention_mask
(self, mask)
ppdet/modeling/transformers/detr_transformer.py:299
↓ 2 callersMethod_crop_box_with_center_constraint
(self, box, crop)
ppdet/data/transform/operators.py:2196
↓ 2 callersMethod_crop_image
(self, img, crop)
ppdet/data/transform/operators.py:2212
↓ 2 callersMethod_crop_joints
(self, joints, crop)
ppdet/data/transform/operators.py:2220
↓ 2 callersMethod_crop_segm
(self, segm, crop)
ppdet/data/transform/operators.py:2216
↓ 2 callersFunction_dataset_exists
Check if user define dataset exists
ppdet/utils/download.py:315
↓ 2 callersFunction_decompress_dist
(fname)
ppdet/utils/download.py:503
↓ 2 callersMethod_df_loss
(self, pred_dist, target)
ppdet/modeling/heads/yolov6_head.py:1705
↓ 2 callersMethod_dice_loss
(self, inputs, targets, num_gts)
ppdet/modeling/losses/detr_loss.py:167
↓ 2 callersFunction_download_dist
(url, path, md5sum=None)
ppdet/utils/download.py:393
↓ 2 callersFunction_dump_infer_config
(config, path, image_shape, model)
ppdet/engine/export_utils.py:144
↓ 2 callersMethod_eval_with_loader
(self, loader)
ppdet/engine/trainer_ssod.py:418
↓ 2 callersMethod_eval_with_loader
(self, loader)
ppdet/engine/trainer.py:632
↓ 2 callersMethod_format_size
(self, size)
ppdet/data/transform/operators.py:3009
↓ 2 callersMethod_forward
(self)
ppdet/modeling/architectures/yolov5.py:75
↓ 2 callersMethod_forward
(self)
ppdet/modeling/architectures/yolof.py:69
↓ 2 callersMethod_forward
(self)
ppdet/modeling/architectures/yolo11.py:75
↓ 2 callersMethod_forward
(self)
ppdet/modeling/architectures/rtmdet.py:75
↓ 2 callersMethod_forward
(self)
ppdet/modeling/architectures/yolo.py:78
↓ 2 callersMethod_forward
(self)
ppdet/modeling/architectures/ppyoloe.py:94
← previousnext →201–300 of 2,621, ranked by callers