author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
499,301 | 31.12.2021 15:02:26 | -28,800 | 1a46f29fe1b42c6350cadf2b5ace66a217cdf145 | params group | [
{
"change_type": "MODIFY",
"old_path": "configs/faster_rcnn/_base_/optimizer_swin_1x.yml",
"new_path": "configs/faster_rcnn/_base_/optimizer_swin_1x.yml",
"diff": "@@ -15,4 +15,8 @@ OptimizerBuilder:\noptimizer:\ntype: AdamW\nweight_decay: 0.05\n- without_weight_decay_params: ['absolute_pos_embed', ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | params group (#4955) |
499,301 | 04.01.2022 13:47:11 | -28,800 | 5f198f393dba3773b85d3b212e8d8df43812dccd | update test keep ratio same as eval | [
{
"change_type": "MODIFY",
"old_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_reader.yml",
"new_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_reader.yml",
"diff": "@@ -33,7 +33,7 @@ TestReader:\nimage_shape: [1, 3, 640, 640]\nsample_transforms:\n- Decode: {}\n- - Resize: {interp: 2, targ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update test keep ratio same as eval (#5051) |
499,376 | 05.01.2022 14:06:14 | -28,800 | 2711a60b8773e1fdf579052dbb78988b3953a768 | Change some config for det trainning performance | [
{
"change_type": "MODIFY",
"old_path": "configs/deformable_detr/_base_/deformable_detr_reader.yml",
"new_path": "configs/deformable_detr/_base_/deformable_detr_reader.yml",
"diff": "-worker_num: 0\n+worker_num: 2\nTrainReader:\nsample_transforms:\n- Decode: {}\n"
},
{
"change_type": "MODIFY"... | Python | Apache License 2.0 | paddlepaddle/paddledetection | Change some config for det trainning performance (#5055) |
499,301 | 10.01.2022 21:41:25 | -28,800 | e62c687486c0881759ffd49b736afb5ccaa3d717 | ema update | [
{
"change_type": "MODIFY",
"old_path": "ppdet/optimizer.py",
"new_path": "ppdet/optimizer.py",
"diff": "@@ -17,6 +17,7 @@ from __future__ import division\nfrom __future__ import print_function\nimport math\n+import weakref\nimport paddle\nimport paddle.nn as nn\n@@ -319,19 +320,31 @@ class ModelEMA(... | Python | Apache License 2.0 | paddlepaddle/paddledetection | ema update (#5089) |
499,304 | 13.01.2022 14:25:40 | -28,800 | df55cb9b8cb3b3ef701738f82068e51528101748 | update PicoDet and GFL post_process | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/_base_/picodet_esnet.yml",
"new_path": "configs/picodet/_base_/picodet_esnet.yml",
"diff": "architecture: PicoDet\npretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ESNet_x1_0_pretrained.pdparams\n-export_post_process: False #... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update PicoDet and GFL post_process (#5101) |
499,340 | 19.01.2022 11:05:46 | -28,800 | 3233ef340b0d387641d0a6e8c173bdae14552c12 | support sparse evaluation | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -130,6 +130,7 @@ class Trainer(object):\nself.lr = create('LearningRate')(steps_per_epoch)\nself.optimizer = create('OptimizerBuilder')(self.lr, self.model)\n+ # Unstructured pruner i... | Python | Apache License 2.0 | paddlepaddle/paddledetection | support sparse evaluation (#5122) |
499,298 | 28.01.2022 17:38:16 | -28,800 | 6ee18c2b3964f50ea5a850cec224f0c06f01a403 | fix reid resnet bn export, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/reid/resnet.py",
"new_path": "ppdet/modeling/reid/resnet.py",
"diff": "@@ -55,7 +55,7 @@ class ConvBNLayer(nn.Layer):\nbias_attr=False,\ndata_format=data_format)\n- self._batch_norm = nn.BatchNorm2D(num_filters, data_layout=data_format)\n+ self.... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix reid resnet bn export, test=document_fix (#5162) |
499,339 | 29.01.2022 19:08:14 | -28,800 | 0a3d768ce3464fca945ba58f0742fbe003930ec7 | [dev] update assigner and tood_head | [
{
"change_type": "MODIFY",
"old_path": "configs/tood/_base_/tood_reader.yml",
"new_path": "configs/tood/_base_/tood_reader.yml",
"diff": "@@ -8,10 +8,11 @@ TrainReader:\n- Permute: {}\nbatch_transforms:\n- PadBatch: {pad_to_stride: 32}\n+ - PadGT: {}\nbatch_size: 4\nshuffle: true\ndrop_last: true\n-... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [dev] update assigner and tood_head (#5169) |
499,339 | 14.02.2022 19:06:44 | -28,800 | c0b10e6e7d6865c6bc3236b4aeb58935c5b82f34 | [TIPC] fix benchmark scripts | [
{
"change_type": "MODIFY",
"old_path": "test_tipc/benchmark_train.sh",
"new_path": "test_tipc/benchmark_train.sh",
"diff": "@@ -91,6 +91,7 @@ profile_option=\"${profile_option_key}:${profile_option_params}\"\nline_num=`expr $line_num + 1`\nflags_value=$(func_parser_value \"${lines[line_num]}\")\n+if... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [TIPC] fix benchmark scripts (#5207) |
499,299 | 17.02.2022 14:41:10 | -28,800 | 9287258124f63a5fdae58e7227de2e379ba31e83 | fix the order of calculation of center coordinary in ToHeatmapsTopDown | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/keypoint_operators.py",
"new_path": "ppdet/data/transform/keypoint_operators.py",
"diff": "@@ -698,8 +698,8 @@ class ToHeatmapsTopDown(object):\ntmp_size = self.sigma * 3\nfeat_stride = image_size / self.hmsize\nfor joint_id in range(num_j... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix the order of calculation of center coordinary in ToHeatmapsTopDown (#5222) |
499,339 | 18.02.2022 20:32:43 | -28,800 | 7b60e7d892247c8bca9d2d12b5e2d8e3bec982f8 | [TIPC] add benchmark for yolov3, mask_rcnn | [
{
"change_type": "MODIFY",
"old_path": "test_tipc/configs/mask_rcnn/mask_rcnn_r50_1x_coco_train_infer_python.txt",
"new_path": "test_tipc/configs/mask_rcnn/mask_rcnn_r50_1x_coco_train_infer_python.txt",
"diff": "@@ -49,3 +49,9 @@ inference:./deploy/python/infer.py\n--save_log_path:null\n--run_benchm... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [TIPC] add benchmark for yolov3, mask_rcnn (#5224) |
499,352 | 22.02.2022 19:58:53 | -28,800 | 7762b906a5c673a3081818a7d60f717b88ebf202 | fix blazeface nas | [
{
"change_type": "MODIFY",
"old_path": "static/slim/nas/blazeface.yml",
"new_path": "static/slim/nas/blazeface.yml",
"diff": "@@ -93,3 +93,20 @@ EvalReader:\nmean: [104, 117, 123]\nstd: [127.502231, 127.502231, 127.502231]\nbatch_size: 1\n+\n+TestReader:\n+ inputs_def:\n+ fields: ['image', 'im_id', ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix blazeface nas (#5241) |
499,301 | 01.03.2022 15:14:41 | -28,800 | 89bfcdaffaaefe7cd24241952b3fc0bc206fb38f | rename fp16 -> amp | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -362,8 +362,8 @@ class Trainer(object):\nmodel = paddle.DataParallel(\nself.model, find_unused_parameters=find_unused_parameters)\n- # initial fp16\n- if self.cfg.get('fp16', False):\... | Python | Apache License 2.0 | paddlepaddle/paddledetection | rename fp16 -> amp (#5268) |
499,298 | 01.03.2022 15:16:00 | -28,800 | 629e1533b9a9bfb58df9e4595a36539b22afaa63 | fix doc deadlinks | [
{
"change_type": "RENAME",
"old_path": "configs/centernet/centernet_mbv1_1x_140e_coco.yml",
"new_path": "configs/centernet/centernet_mbv1_140e_coco.yml",
"diff": "@@ -3,7 +3,7 @@ _BASE_: [\n]\npretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/MobileNetV1_pretrained.pdparams\n-weigh... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix doc deadlinks (#5270) |
499,339 | 03.03.2022 18:36:04 | -28,800 | e9cfb1876e5dabfd116526639911905cc8e7a6fd | [DETR] fix find_unused_parameters in yaml | [
{
"change_type": "MODIFY",
"old_path": "configs/deformable_detr/README.md",
"new_path": "configs/deformable_detr/README.md",
"diff": "@@ -20,7 +20,7 @@ Deformable DETR is an object detection model based on DETR. We reproduced the mo\nGPU multi-card training\n```bash\nexport CUDA_VISIBLE_DEVICES=0,1,... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [DETR] fix find_unused_parameters in yaml (#5291) |
499,304 | 04.03.2022 09:49:49 | -28,800 | faa4f9a8e71bdb94ad3c6415dbefe0abd98a27ea | fix picodet post_process | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/gfl_head.py",
"new_path": "ppdet/modeling/heads/gfl_head.py",
"diff": "@@ -430,9 +430,7 @@ class GFLHead(nn.Layer):\ncls_scores, bboxes_reg = gfl_head_outs\nbboxes = paddle.concat(bboxes_reg, axis=1)\n# rescale: [h_scale, w_scale] -> [w_sc... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix picodet post_process (#5292) |
499,339 | 04.03.2022 11:15:42 | -28,800 | 161d5bbec5b8430afdeffdae716fd5dba3d7a251 | [TIPC] fix benchmark static shell, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "test_tipc/static/mask_rcnn_r50_1x_coco/N1C1/mask_rcnn_r50_1x_coco_bs2_fp32_SingleP_DP.sh",
"new_path": "test_tipc/static/mask_rcnn_r50_1x_coco/N1C1/mask_rcnn_r50_1x_coco_bs2_fp32_SingleP_DP.sh",
"diff": "@@ -4,7 +4,7 @@ fp_item=fp32\nrun_process_type=SingleP\n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [TIPC] fix benchmark static shell, test=document_fix (#5293) |
499,299 | 05.03.2022 21:49:22 | -28,800 | fca31c8133ab2c13504256bbb2d843050c9cb3e8 | fix python inference error when use fuse_norm keypoint model | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/keypoint_infer.py",
"new_path": "deploy/python/keypoint_infer.py",
"diff": "@@ -288,7 +288,7 @@ def create_inputs(imgs, im_info):\ninputs (dict): input of model\n\"\"\"\ninputs = {}\n- inputs['image'] = np.stack(imgs, axis=0)\n+ inputs['image'] =... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix python inference error when use fuse_norm keypoint model (#5300) |
499,299 | 05.03.2022 21:49:33 | -28,800 | a4e093b799af582df74079584f1fa3ae07c1c538 | fix use_dark can not set to False | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/det_keypoint_unite_utils.py",
"new_path": "deploy/python/det_keypoint_unite_utils.py",
"diff": "@@ -112,7 +112,7 @@ def argsparser():\n\"calibration, trt_calib_mode need to set True.\")\nparser.add_argument(\n'--use_dark',\n- type=bool,\n+ type=a... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix use_dark can not set to False (#5304) |
499,304 | 07.03.2022 10:48:35 | -28,800 | c27233d313fa7ddf3da73725eff71fac65f8d8e4 | fix picodetv2 post process | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/pico_head.py",
"new_path": "ppdet/modeling/heads/pico_head.py",
"diff": "@@ -460,18 +460,15 @@ class PicoHeadV2(GFLHead):\nact=self.act,\nuse_act_in_out=False))\n- def forward(self, fpn_feats, deploy=False):\n+ def forward(self, fpn_feats,... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix picodetv2 post process (#5306) |
499,339 | 07.03.2022 17:12:54 | -28,800 | 34a74b39dc439d1f13925ca70a9418a1fee477fa | refine ema_model save | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/callbacks.py",
"new_path": "ppdet/engine/callbacks.py",
"diff": "@@ -182,7 +182,7 @@ class Checkpointer(Callback):\n) % self.model.cfg.snapshot_epoch == 0 or epoch_id == end_epoch - 1:\nsave_name = str(\nepoch_id) if epoch_id != end_epoch - 1 else... | Python | Apache License 2.0 | paddlepaddle/paddledetection | refine ema_model save (#5314) |
499,298 | 08.03.2022 12:03:05 | -28,800 | 56d22694f75b00e89cf694ccc069e4a027b2b6fb | [MOT] unify mot and det output format | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/python/mot/tracker/deepsort_tracker.py",
"new_path": "deploy/pptracking/python/mot/tracker/deepsort_tracker.py",
"diff": "@@ -90,13 +90,13 @@ class DeepSORTTracker(object):\nPerform measurement update and track management.\nArgs:\npred_dets (... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] unify mot and det output format (#5320) |
499,339 | 09.03.2022 21:15:30 | -28,800 | 11c1efffc35ed2c6638abe62713b9b97700ec063 | [SSD] add use_fuse_decode to SSDBox | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/layers.py",
"new_path": "ppdet/modeling/layers.py",
"diff": "@@ -553,9 +553,14 @@ class YOLOBox(object):\n@register\n@serializable\nclass SSDBox(object):\n- def __init__(self, is_normalized=True):\n+ def __init__(self,\n+ is_normalized=True,\n+ ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [SSD] add use_fuse_decode to SSDBox (#5336) |
499,333 | 10.03.2022 15:16:15 | -28,800 | 80b1789eb3406f4f0d26290d4be48cecf766af73 | add attr in deploy | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "deploy/python/attr_infer.py",
"diff": "+# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add attr in deploy (#5342) |
499,304 | 11.03.2022 18:11:44 | -28,800 | f08c2ca7aff0eec9bb590d861c37a6700b7ce2ea | fix picoheadv2 use_align_head | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/pico_head.py",
"new_path": "ppdet/modeling/heads/pico_head.py",
"diff": "@@ -466,9 +466,7 @@ class PicoHeadV2(GFLHead):\n), \"The size of fpn_feats is not equal to size of fpn_stride\"\ncls_score_list, reg_list, box_list = [], [], []\n- fo... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix picoheadv2 use_align_head (#5352) |
499,373 | 15.03.2022 20:34:38 | -28,800 | 1acb18522ac110fe38f308600c176bb814ee6d2f | [Fix] Update operators.py
Fixed a possible error on line 2021: "TypeError: 'numpy.float64' object cannot be interpreted as an integer". | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -2032,8 +2032,8 @@ class Pad(BaseOperator):\nim_h < h and im_w < w\n), '(h, w) of target size should be greater than (im_h, im_w)'\nelse:\n- h = np.ceil(im_h / sel... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [Fix] Update operators.py (#5357)
Fixed a possible error on line 2021: "TypeError: 'numpy.float64' object cannot be interpreted as an integer". |
499,339 | 15.03.2022 21:00:45 | -28,800 | 3d1dfea9eb39b09b149ee8d097aec732a76f2d25 | [dev] add use_epoch in LinearWarmup | [
{
"change_type": "MODIFY",
"old_path": "ppdet/optimizer.py",
"new_path": "ppdet/optimizer.py",
"diff": "@@ -132,19 +132,24 @@ class LinearWarmup(object):\nArgs:\nsteps (int): warm up steps\nstart_factor (float): initial learning rate factor\n+ epochs (int|None): use epochs as warm up steps, the prio... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [dev] add use_epoch in LinearWarmup (#5366) |
499,304 | 18.03.2022 11:16:37 | -28,800 | 50da62fdf5530437e83dfb39bca8f278f64cecf2 | fix picodet_pedestrian export | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/application/pedestrian_detection/picodet_s_192_pedestrian.yml",
"new_path": "configs/picodet/application/pedestrian_detection/picodet_s_192_pedestrian.yml",
"diff": "@@ -12,6 +12,11 @@ snapshot_epoch: 10\nepoch: 300\nmetric: COCO\nnum_classes: ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix picodet_pedestrian export (#5395) |
499,395 | 19.03.2022 20:38:52 | -28,800 | 911112265a99b17f487f4902e1e979f0dc784d7f | fix register_buffer | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/bbox_utils.py",
"new_path": "ppdet/modeling/bbox_utils.py",
"diff": "@@ -763,8 +763,9 @@ def batch_distance2bbox(points, distance, max_shapes=None):\nTensor: Decoded bboxes, \"x1y1x2y2\" format.\n\"\"\"\nlt, rb = paddle.split(distance, 2, -1)\n-... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix register_buffer (#5398) |
499,312 | 21.03.2022 14:24:02 | -28,800 | 6a17524f8377eed56ac1713877cf43ea18a02f94 | adjust blazeface's search space | [
{
"change_type": "MODIFY",
"old_path": "static/slim/nas/search_space/blazefacespace_nas.py",
"new_path": "static/slim/nas/search_space/blazefacespace_nas.py",
"diff": "@@ -28,8 +28,8 @@ class BlazeFaceNasSpace(SearchSpaceBase):\ndef __init__(self, input_size, output_size, block_num, block_mask):\nsu... | Python | Apache License 2.0 | paddlepaddle/paddledetection | adjust blazeface's search space (#5404) |
499,304 | 21.03.2022 19:27:54 | -28,800 | c616c10c7b7745915892bb055c916c7179b2b50a | fix new PicoDet name | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/legacy_model/README.md",
"new_path": "configs/picodet/legacy_model/README.md",
"diff": "- PicoDet used 4 or 8 GPUs for training and all checkpoints are trained with default settings and hyperparameters.\n</details>\n+\n+## Cite PP-PicoDet\n+```... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix new PicoDet name (#5414) |
499,333 | 21.03.2022 22:13:31 | -28,800 | 8622966f6d09e1969ecf96534f8bf4bc1c2efd8f | update pphuman for pptracking | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/config/tracker_config.yml",
"new_path": "deploy/pphuman/config/tracker_config.yml",
"diff": "-# config of tracker for MOT SDE Detector, use ByteTracker as default.\n-# The tracker of MOT JDE Detector is exported together with the model.\n+# conf... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update pphuman for pptracking (#5419) |
499,333 | 22.03.2022 12:23:43 | -28,800 | 227368762aa666c18dbb5ba06346490439e55188 | refine pptracking import | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/pipeline.py",
"new_path": "deploy/pphuman/pipeline.py",
"diff": "@@ -40,7 +40,7 @@ from python.preprocess import decode_image\nfrom python.visualize import visualize_box_mask, visualize_attr, visualize_pose, visualize_action\nfrom pptracking.pyt... | Python | Apache License 2.0 | paddlepaddle/paddledetection | refine pptracking import (#5421) |
499,333 | 22.03.2022 20:28:16 | -28,800 | e0a8d481843c5b900067664de3a6f0722f45f465 | refine pphuman vis | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/pipeline.py",
"new_path": "deploy/pphuman/pipeline.py",
"diff": "@@ -521,13 +521,16 @@ class PipePredictor(object):\nmot_res = result.get('mot')\nif mot_res is not None:\nids = mot_res['boxes'][:, 0]\n+ scores = mot_res['boxes'][:, 2]\nboxes = m... | Python | Apache License 2.0 | paddlepaddle/paddledetection | refine pphuman vis (#5426) |
499,395 | 22.03.2022 21:09:30 | -28,800 | 082b1ac9b23d5b21d45f77d707ef87d038e737cf | fix transform problem of RandomCrop | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -1504,6 +1504,11 @@ class RandomCrop(BaseOperator):\nif 'is_crowd' in sample:\nsample['is_crowd'] = np.take(\nsample['is_crowd'], valid_ids, axis=0)\n+\n+ if 'diff... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix transform problem of RandomCrop (#5412) |
499,398 | 23.03.2022 11:14:44 | -28,800 | 14e722043da22c4a43595ee3b415b2fe0197893d | [NPU] fix fp16 | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -373,7 +373,7 @@ class Trainer(object):\n# enabel auto mixed precision mode\nif self.cfg.get('amp', False):\nscaler = amp.GradScaler(\n- enable=self.cfg.use_gpu, init_loss_scaling=102... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [NPU] fix fp16 (#5417) |
499,333 | 23.03.2022 15:31:40 | -28,800 | ef342535e0eb4da49e401b5c6f4a9ff1af42fa6b | fix mask head when mask num is 1 | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/mask_head.py",
"new_path": "ppdet/modeling/heads/mask_head.py",
"diff": "@@ -226,6 +226,10 @@ class MaskHead(nn.Layer):\nnum_masks = paddle.shape(mask_logit)[0]\nindex = paddle.arange(num_masks).cast('int32')\nmask_out = mask_logit[index, ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix mask head when mask num is 1 (#5436) |
499,333 | 24.03.2022 14:12:32 | -28,800 | 5815fbc9faab8e9eff1c7004954ed698f38c5050 | add message for export_onnx | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/infer.py",
"new_path": "deploy/python/infer.py",
"diff": "@@ -553,6 +553,10 @@ class PredictConfig():\nself.nms = yml_conf['NMS']\nif 'fpn_stride' in yml_conf:\nself.fpn_stride = yml_conf['fpn_stride']\n+ if self.arch == 'RCNN' and yml_conf.get('... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add message for export_onnx (#5444) |
499,339 | 24.03.2022 16:12:18 | -28,800 | d6ffa2b5e9f4d8725a8ecb168ea43431534268ae | [PPYOLOE] fix oom eval in train | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyoloe/_base_/optimizer_300e.yml",
"new_path": "configs/ppyoloe/_base_/optimizer_300e.yml",
"diff": "epoch: 300\nLearningRate:\n- base_lr: 0.03\n+ base_lr: 0.025\nschedulers:\n- !CosineDecay\nmax_epochs: 360\n- !LinearWarmup\n- start_factor: 0.001\n- ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [PPYOLOE] fix oom eval in train (#5409) |
499,348 | 25.03.2022 15:38:40 | -28,800 | 87b9d564ad761fe7db7a8ca47a676ecac6f7c3df | fix datacollector error without reid;test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/datacollector.py",
"new_path": "deploy/pphuman/datacollector.py",
"diff": "@@ -75,7 +75,8 @@ class DataCollector(object):\naction_res = Result.get('action')\nreid_res = Result.get('reid')\n- for idx, mot_item in enumerate(reid_res['rects']):\n+ ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix datacollector error without reid;test=document_fix (#5459) |
499,348 | 25.03.2022 17:36:30 | -28,800 | abb60be9c9206990abafc5e2e3d46d2791a4c68a | add mtmct docs;
test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/datacollector.py",
"new_path": "deploy/pphuman/datacollector.py",
"diff": "@@ -86,7 +86,7 @@ class DataCollector(object):\nif attr_res:\nself.collector[ids][\"attrs\"].append(attr_res['output'][idx])\nif kpt_res:\n- self.collector[ids][\"kpts\"]... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add mtmct docs; (#5458)
test=document_fix |
499,348 | 26.03.2022 14:39:06 | -28,800 | 49379331ad6dbb732c2942492bd66f8bd92728fb | update kpt and action data collector;
test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/datacollector.py",
"new_path": "deploy/pphuman/datacollector.py",
"diff": "@@ -86,9 +86,10 @@ class DataCollector(object):\nif attr_res:\nself.collector[ids][\"attrs\"].append(attr_res['output'][idx])\nif kpt_res:\n- self.collector[ids][\"kpts\"... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update kpt and action data collector; (#5464)
test=document_fix |
499,348 | 27.03.2022 18:07:09 | -28,800 | 9631d37de4b627fbbf18b7d47def8473140444ce | fix print logs;
test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/mtmct.py",
"new_path": "deploy/pphuman/mtmct.py",
"diff": "@@ -111,7 +111,8 @@ def save_mtmct_vis_results(camera_results, captures, output_dir):\nfor idx, video_file in enumerate(captures):\ncapture = cv2.VideoCapture(video_file)\ncid = camera_i... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix print logs; (#5466)
test=document_fix |
499,333 | 28.03.2022 15:23:48 | -28,800 | 12fb0052564c5de546cd8071ba249cf2c4937e13 | update data in pphuman, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/python/mot/visualize.py",
"new_path": "deploy/pptracking/python/mot/visualize.py",
"diff": "@@ -209,7 +209,7 @@ def plot_tracking_dict(image,\nend = records[-1].find('In')\ncv2.putText(\nim,\n- records[-1][start:end], (0, int(40 * text_scale)... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update data in pphuman, test=document_fix (#5474) |
499,301 | 28.03.2022 20:00:44 | -28,800 | 2ef5f0cd218f7b29fc85b946a31db30ae0fcae72 | update yoloe configs | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyoloe/README.md",
"new_path": "configs/ppyoloe/README.md",
"diff": "@@ -75,6 +75,12 @@ CUDA_VISIBLE_DEVICES=0 python tools/infer.py -c configs/ppyoloe/ppyoloe_crn_l_30\n### 4. Deployment\n+- PaddleInference [Python](../../deploy/python) & [C++](../..... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update yoloe configs (#5478) |
499,339 | 28.03.2022 20:01:25 | -28,800 | 839746dd865b5734461e90ce4d1aba2ea426a633 | [TIPC] fix hrnet epoch num | [
{
"change_type": "MODIFY",
"old_path": "test_tipc/configs/keypoint/higherhrnet_hrnet_w32_512_train_infer_python.txt",
"new_path": "test_tipc/configs/keypoint/higherhrnet_hrnet_w32_512_train_infer_python.txt",
"diff": "@@ -52,7 +52,7 @@ inference:./deploy/python/keypoint_infer.py\n===================... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [TIPC] fix hrnet epoch num (#5481) |
499,395 | 28.03.2022 20:59:00 | -28,800 | f3f8dc9cbdf6b0b7ba3fc758b692233658e413a6 | fix ema resume | [
{
"change_type": "MODIFY",
"old_path": "ppdet/optimizer.py",
"new_path": "ppdet/optimizer.py",
"diff": "@@ -339,6 +339,7 @@ class ModelEMA(object):\ndef resume(self, state_dict, step=0):\nfor k, v in state_dict.items():\n+ if k in self.state_dict:\nself.state_dict[k] = v\nself.step = step\n"
}
] | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix ema resume (#5413) |
499,395 | 28.03.2022 20:59:12 | -28,800 | 504e89ba580112f481ff9d8698ea4f7c234ba745 | fix ppyoloe docs, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyoloe/README.md",
"new_path": "configs/ppyoloe/README.md",
"diff": "@@ -92,7 +92,7 @@ python tools/export_model.py configs/ppyoloe/ppyoloe_crn_l_300e_coco.yml -o weig\nExporting PP-YOLOE for Paddle Inference **with TensorRT** for better performance, ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix ppyoloe docs, test=document_fix (#5484) |
499,339 | 28.03.2022 21:39:43 | -28,800 | 98aebc4603640ab8f603bad696e17ad41e8e57e8 | refine coslr, add last_plateau_epochs | [
{
"change_type": "MODIFY",
"old_path": "ppdet/optimizer.py",
"new_path": "ppdet/optimizer.py",
"diff": "@@ -41,12 +41,21 @@ class CosineDecay(object):\nmax_epochs (int): max epochs for the training process.\nif you commbine cosine decay with warmup, it is recommended that\nthe max_iters is much larg... | Python | Apache License 2.0 | paddlepaddle/paddledetection | refine coslr, add last_plateau_epochs (#5401) |
499,348 | 28.03.2022 22:14:31 | -28,800 | cd08a2450f71a9d657e600bf4294e5196b24fdae | fix some problem in lite deploy | [
{
"change_type": "MODIFY",
"old_path": "deploy/lite/include/config_parser.h",
"new_path": "deploy/lite/include/config_parser.h",
"diff": "namespace PaddleDetection {\n-void load_jsonf(std::string jsonfile, Json::Value& jsondata);\n+void load_jsonf(std::string jsonfile, const Json::Value& jsondata);\... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix some problem in lite deploy (#5488) |
499,385 | 29.03.2022 14:53:39 | -28,800 | f4b8dded1ef7555325997cedd056fdb8f728ac9d | Update docs for PP-YOLOE | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyoloe/README.md",
"new_path": "configs/ppyoloe/README.md",
"diff": "@@ -86,13 +86,13 @@ For deployment on GPU or benchmarked, model should be first exported to inferenc\nExporting PP-YOLOE for Paddle Inference **without TensorRT**, use following comm... | Python | Apache License 2.0 | paddlepaddle/paddledetection | Update docs for PP-YOLOE (#5494) |
499,333 | 29.03.2022 21:11:25 | -28,800 | 0743e380e47def3e45a2e6f59067903958e3d285 | fix test arch | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/tests/test_architectures.py",
"new_path": "ppdet/modeling/tests/test_architectures.py",
"diff": "@@ -62,7 +62,7 @@ class TestGFL(TestFasterRCNN):\nclass TestPicoDet(TestFasterRCNN):\ndef set_config(self):\n- self.cfg_file = 'configs/picodet/pico... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix test arch (#5503) |
499,395 | 30.03.2022 15:41:32 | -28,800 | 8d3b8b47838e7c73fab59117288c52233e70b812 | modify fuse normalize | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/architectures/meta_arch.py",
"new_path": "ppdet/modeling/architectures/meta_arch.py",
"diff": "@@ -22,22 +22,23 @@ class BaseArch(nn.Layer):\nself.fuse_norm = False\ndef load_meanstd(self, cfg_transform):\n- self.scale = 1.\n- self.mean = paddle... | Python | Apache License 2.0 | paddlepaddle/paddledetection | modify fuse normalize (#5513) |
499,299 | 30.03.2022 17:37:29 | -28,800 | 35c9da7a61d18a0bd9892b4ac96fc86a0371ff5f | fix cpp inference trt error when bs>1 | [
{
"change_type": "MODIFY",
"old_path": "deploy/cpp/src/object_detector.cc",
"new_path": "deploy/cpp/src/object_detector.cc",
"diff": "// for setprecision\n#include <chrono>\n#include <iomanip>\n-#include \"include/object_detector.h\"\n-using namespace paddle_infer;\n+#include \"include/object_detect... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix cpp inference trt error when bs>1 (#5518) |
499,339 | 30.03.2022 18:53:33 | -28,800 | eb8e1541822997bad13270430de2b9f9509e3fee | [deploy] fix benchmark repeats | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/infer.py",
"new_path": "deploy/python/infer.py",
"diff": "@@ -231,7 +231,7 @@ class Detector(object):\nself.det_times.preprocess_time_s.end()\n# model prediction\n- result = self.predict(repeats=repeats) # warmup\n+ result = self.predict(repeats=... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [deploy] fix benchmark repeats (#5526) |
499,339 | 30.03.2022 21:26:17 | -28,800 | 2cd40bdd8236bca312bb4594c45a733a5ddaf735 | fix one_hot error | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/assigners/atss_assigner.py",
"new_path": "ppdet/modeling/assigners/atss_assigner.py",
"diff": "@@ -199,7 +199,11 @@ class ATSSAssigner(nn.Layer):\ngt_bboxes.reshape([-1, 4]), assigned_gt_index.flatten(), axis=0)\nassigned_bboxes = assigned_bboxe... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix one_hot error (#5532) |
499,339 | 31.03.2022 13:33:20 | -28,800 | b7dd8133b382a5e4500bf3a077acf8215e3fd536 | [PPYOLOE] update doc, params, flops | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -373,7 +373,8 @@ class Trainer(object):\n# enabel auto mixed precision mode\nif self.cfg.get('amp', False):\nscaler = amp.GradScaler(\n- enable=self.cfg.use_gpu or self.cfg.use_npu, i... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [PPYOLOE] update doc, params, flops (#5543) |
499,333 | 31.03.2022 19:12:19 | -28,800 | 66e4f30a90eb98b777337177a6c35ee508297415 | fix camera id in pphuman | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/pipeline.py",
"new_path": "deploy/pphuman/pipeline.py",
"diff": "@@ -400,7 +400,11 @@ class PipePredictor(object):\ncpu_threads, enable_mkldnn)\ndef set_file_name(self, path):\n+ if path is not None:\nself.file_name = os.path.split(path)[-1]\n+ ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix camera id in pphuman (#5553) |
499,394 | 02.04.2022 11:18:34 | -28,800 | 18f8eaf8d9b71b0dfd7cf4713aec8843b0c1aed6 | enable eval_mot.py to support use_xpu | [
{
"change_type": "MODIFY",
"old_path": "tools/eval_mot.py",
"new_path": "tools/eval_mot.py",
"diff": "@@ -108,8 +108,17 @@ def main():\ncheck_gpu(cfg.use_gpu)\ncheck_version()\n- place = 'gpu:{}'.format(ParallelEnv().dev_id) if cfg.use_gpu else 'cpu'\n- place = paddle.set_device(place)\n+ # disable ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | enable eval_mot.py to support use_xpu (#5570) |
499,339 | 02.04.2022 21:14:27 | -28,800 | d9b219a7ebf25ced8bb1bcd46bf11b6f287b3393 | [PPYOLOE] alter eval_input_size | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyoloe/_base_/ppyoloe_crn.yml",
"new_path": "configs/ppyoloe/_base_/ppyoloe_crn.yml",
"diff": "@@ -28,7 +28,6 @@ PPYOLOEHead:\ngrid_cell_offset: 0.5\nstatic_assigner_epoch: 100\nuse_varifocal_loss: True\n- eval_input_size: [640, 640]\nloss_weight: {cl... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [PPYOLOE] alter eval_input_size (#5569) |
499,319 | 02.04.2022 22:32:30 | -28,800 | 28f791573ba12cb9954df26706973d2cabbbe141 | [picodet]openvino benchmark | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README_en.md",
"new_path": "configs/picodet/README_en.md",
"diff": "@@ -33,20 +33,20 @@ We developed a series of lightweight models, named `PP-PicoDet`. Because of the\n| Model | Input size | mAP<sup>val<br>0.5:0.95 | mAP<sup>val<br>0.5 | Param... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [picodet]openvino benchmark (#5578) |
499,298 | 05.04.2022 21:08:51 | -28,800 | cf1b5ce991cd435fdcf8a84d117e119d5d2eb919 | [MOT] support xpu npu MOT infer | [
{
"change_type": "MODIFY",
"old_path": "tools/eval_mot.py",
"new_path": "tools/eval_mot.py",
"diff": "@@ -28,11 +28,11 @@ import warnings\nwarnings.filterwarnings('ignore')\nimport paddle\n-from paddle.distributed import ParallelEnv\n+\nfrom ppdet.core.workspace import load_config, merge_config\n-fr... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] support xpu npu MOT infer (#5584) |
499,304 | 06.04.2022 11:28:02 | -28,800 | 2fe432558ef1b497c5ae3f73bddb1ed4e22df3ae | update picodet inference model | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/legacy_model/README.md",
"new_path": "configs/picodet/legacy_model/README.md",
"diff": "</details>\n+- Deploy models\n+\n+| Model | Input size | ONNX | Paddle Lite(fp32) | Paddle Lite(fp16) |\n+| :-------- | :--------: | :---------------------:... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update picodet inference model (#5582) |
499,304 | 06.04.2022 13:14:47 | -28,800 | e23ab8d8e31d7c6d261d19d99c0a74bbed29d94a | fix picodet openvino demo | [
{
"change_type": "MODIFY",
"old_path": "deploy/third_engine/demo_openvino/python/openvino_benchmark.py",
"new_path": "deploy/third_engine/demo_openvino/python/openvino_benchmark.py",
"diff": "@@ -19,7 +19,7 @@ import argparse\nfrom openvino.runtime import Core\n-def image_preprocess_mobilenetv3(img_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix picodet openvino demo (#5595) |
499,333 | 06.04.2022 14:31:55 | -28,800 | ae54352f57f397df6f9da5c2c87ee54aa486a9be | fix rcnn pred | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/architectures/faster_rcnn.py",
"new_path": "ppdet/modeling/architectures/faster_rcnn.py",
"diff": "@@ -87,8 +87,8 @@ class FasterRCNN(BaseArch):\nim_shape, scale_factor)\n# rescale the prediction back to origin image\n- bbox_pred = self.bbox_pos... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix rcnn pred (#5598) |
499,298 | 06.04.2022 18:52:02 | -28,800 | 057ef8bd937913afacd0e27f3582d77bdcb47c80 | add tqdm eval and infer | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/callbacks.py",
"new_path": "ppdet/engine/callbacks.py",
"diff": "@@ -141,10 +141,6 @@ class LogPrinter(Callback):\ndtime=str(data_time),\nips=ips)\nlogger.info(fmt)\n- if mode == 'eval':\n- step_id = status['step_id']\n- if step_id % 100 == 0:\n- ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add tqdm eval and infer (#5587) |
499,319 | 07.04.2022 09:42:00 | -28,800 | bbece39537a8180bd4d6aa2dbceedd3118b35ffa | [pico] openvino demo | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "deploy/third_engine/demo_openvino/python/coco_label.txt",
"diff": "+person\n+bicycle\n+car\n+motorbike\n+aeroplane\n+bus\n+train\n+truck\n+boat\n+traffic light\n+fire hydrant\n+stop sign\n+parking meter\n+bench\n+bird\n+cat\n+dog\n+horse\n+sheep... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [pico] openvino demo (#5605) |
499,333 | 07.04.2022 14:52:00 | -28,800 | 2bce73cc6c27422a2fc4fcac7cce5fe6fe21034a | fix centernet deploy, test=develop | [
{
"change_type": "MODIFY",
"old_path": "configs/centernet/_base_/centernet_reader.yml",
"new_path": "configs/centernet/_base_/centernet_reader.yml",
"diff": "@@ -30,6 +30,6 @@ TestReader:\nsample_transforms:\n- Decode: {}\n- WarpAffine: {keep_res: True, input_h: 512, input_w: 512}\n- - NormalizeImag... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix centernet deploy, test=develop (#5616) |
499,304 | 07.04.2022 18:48:00 | -28,800 | 573d7314da78d6e279c4c28921bdc36da3dbed91 | add picodet quant model | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/slim/quant/picodet_s_416_lcnet_quant.yml",
"diff": "+pretrain_weights: https://paddledet.bj.bcebos.com/models/picodet_s_416_coco_lcnet.pdparams\n+slim: QAT\n+\n+QAT:\n+ quant_config: {\n+ 'activation_preprocess_type': 'PACT',\n+ 'weight_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add picodet quant model (#5617) |
499,339 | 08.04.2022 17:40:40 | -28,800 | dfba7a5d81d240aed03be5c04afcff421d516276 | [PPYOLOE] fix doc, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyoloe/README.md",
"new_path": "configs/ppyoloe/README.md",
"diff": "@@ -99,13 +99,13 @@ python tools/export_model.py -c configs/ppyoloe/ppyoloe_crn_l_300e_coco.yml -o w\n```bash\n# inference single image\n-CUDA_VISIBLE_DEVICES=0 python deploy/python/... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [PPYOLOE] fix doc, test=document_fix (#5633) |
499,339 | 08.04.2022 20:10:49 | -28,800 | 7fbea77a791a9528cb3e6d709c587e395a8de9b4 | [TIPC] fix log path in shell | [
{
"change_type": "MODIFY",
"old_path": "test_tipc/test_train_inference_python.sh",
"new_path": "test_tipc/test_train_inference_python.sh",
"diff": "@@ -92,7 +92,7 @@ benchmark_value=$(func_parser_value \"${lines[49]}\")\ninfer_key1=$(func_parser_key \"${lines[50]}\")\ninfer_value1=$(func_parser_valu... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [TIPC] fix log path in shell (#5638) |
499,319 | 09.04.2022 10:12:59 | -28,800 | ce2a78dd89c8fde1cab1d2d91115a1cca4d5bad2 | [pico] add onnxruntime demo | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README_en.md",
"new_path": "configs/picodet/README_en.md",
"diff": "@@ -204,15 +204,16 @@ paddle2onnx --model_dir output_inference/picodet_s_320_coco_lcnet/ \\\n| Model | Input size | ONNX(w/o postprocess) | Paddle Lite(fp32) | Paddle Lite(fp16... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [pico] add onnxruntime demo (#5627) |
499,395 | 11.04.2022 19:52:58 | -28,800 | bc5d5245bf991be48b3e60e46301affdce33b21f | remove register_buffer | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/ppyoloe_head.py",
"new_path": "ppdet/modeling/heads/ppyoloe_head.py",
"diff": "@@ -132,8 +132,8 @@ class PPYOLOEHead(nn.Layer):\nif self.eval_size:\nanchor_points, stride_tensor = self._generate_anchors()\n- self.register_buffer('anchor_po... | Python | Apache License 2.0 | paddlepaddle/paddledetection | remove register_buffer (#5631) |
499,314 | 12.04.2022 10:29:47 | -28,800 | df4a27c6db2e237c47c63b888905d2a1f4803fba | change core.ops to _C_ops | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/ops.py",
"new_path": "ppdet/modeling/ops.py",
"diff": "@@ -17,6 +17,7 @@ import paddle.nn.functional as F\nimport paddle.nn as nn\nfrom paddle import ParamAttr\nfrom paddle.regularizer import L2Decay\n+from paddle import _C_ops\nfrom paddle.flui... | Python | Apache License 2.0 | paddlepaddle/paddledetection | change core.ops to _C_ops (#5663) |
499,304 | 12.04.2022 11:58:14 | -28,800 | c612935d8d7431f3a730cf5e213159f6b20938d1 | Simplify picodet postprocess | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/_base_/picodet_320_reader.yml",
"new_path": "configs/picodet/_base_/picodet_320_reader.yml",
"diff": "worker_num: 6\n+eval_height: &eval_height 320\n+eval_width: &eval_width 320\n+eval_size: &eval_size [*eval_height, *eval_width]\n+\nTrainReade... | Python | Apache License 2.0 | paddlepaddle/paddledetection | Simplify picodet postprocess (#5650) |
499,339 | 12.04.2022 16:05:18 | -28,800 | 0c4166af9e5a0f5adf1069d503cd0d666cad6174 | fix assigner dtype error | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/assigners/atss_assigner.py",
"new_path": "ppdet/modeling/assigners/atss_assigner.py",
"diff": "@@ -124,7 +124,8 @@ class ATSSAssigner(nn.Layer):\n# negative batch\nif num_max_boxes == 0:\n- assigned_labels = paddle.full([batch_size, num_anchors]... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix assigner dtype error (#5665) |
499,299 | 13.04.2022 15:46:26 | -28,800 | 8dfe9bc7d71923879720bfb6b3c201fbc99c8e93 | fix visualize error in keypoint infer | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/keypoint_infer.py",
"new_path": "deploy/python/keypoint_infer.py",
"diff": "@@ -267,8 +267,10 @@ class KeyPointDetector(Detector):\nprint('detect frame: %d' % (index))\nindex += 1\nresults = self.predict_image([frame], visual=False)\n+ im_results... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix visualize error in keypoint infer (#5676) |
499,319 | 14.04.2022 12:10:09 | -28,800 | cfc020341c3209534e542dbdf161d0099117e396 | [pico] openvino infer | [
{
"change_type": "MODIFY",
"old_path": "deploy/third_engine/demo_openvino/python/openvino_benchmark.py",
"new_path": "deploy/third_engine/demo_openvino/python/openvino_benchmark.py",
"diff": "@@ -339,7 +339,7 @@ if __name__ == '__main__':\nparser.add_argument(\n'--img_path',\ntype=str,\n- default='d... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [pico] openvino infer (#5687) |
499,304 | 14.04.2022 12:23:42 | -28,800 | 12865d90fc22c4ea65921ea8a4607a1b454ed573 | fix Mask-RCNN QAT bug | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/post_process.py",
"new_path": "ppdet/modeling/post_process.py",
"diff": "@@ -33,7 +33,7 @@ __all__ = [\n@register\n-class BBoxPostProcess(nn.Layer):\n+class BBoxPostProcess(object):\n__shared__ = ['num_classes', 'export_onnx']\n__inject__ = ['de... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix Mask-RCNN QAT bug (#5689) |
499,301 | 15.04.2022 13:44:00 | -28,800 | 376c25c0955799cbbe10628cf0fc85010dabb41a | update readme, add yoloe | [
{
"change_type": "MODIFY",
"old_path": "README_en.md",
"new_path": "README_en.md",
"diff": "@@ -243,7 +243,7 @@ The relationship between COCO mAP and FPS on Tesla V100 of representative models\n- `PP-YOLO` achieves mAP of 45.9% on COCO and 72.9FPS on Tesla V100. Both precision and speed surpass [YOL... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update readme, add yoloe (#5703) |
499,339 | 20.04.2022 18:59:39 | -28,800 | c0cb9b02be7ff7bea26b17a17a5a359c4a22090a | [PPYOLOE] fix loss bug in negative batch | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/ppyoloe_head.py",
"new_path": "ppdet/modeling/heads/ppyoloe_head.py",
"diff": "@@ -293,7 +293,7 @@ class PPYOLOEHead(nn.Layer):\nelse:\nloss_l1 = paddle.zeros([1])\nloss_iou = paddle.zeros([1])\n- loss_dfl = paddle.zeros([1])\n+ loss_dfl =... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [PPYOLOE] fix loss bug in negative batch (#5774) |
499,313 | 21.04.2022 13:57:03 | -28,800 | 5652dca372899acfbacf46d9d8427bd1ce215250 | fix build wheel script, run unittest separatly | [
{
"change_type": "MODIFY",
"old_path": "scripts/build_wheel.sh",
"new_path": "scripts/build_wheel.sh",
"diff": "@@ -91,9 +91,8 @@ function unittest() {\nif [ $? != 0 ]; then\nexit 1\nfi\n- find \"../ppdet\" -name 'tests' -type d -print0 | \\\n- xargs -0 -I{} -n1 bash -c \\\n- 'python -m unittest dis... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix build wheel script, run unittest separatly (#5776) |
499,298 | 22.04.2022 10:40:35 | -28,800 | 96959b21641544f2f334946e707cdf78738c03af | refine RetinaNet codes | [
{
"change_type": "MODIFY",
"old_path": "configs/retinanet/README.md",
"new_path": "configs/retinanet/README.md",
"diff": "-# Focal Loss for Dense Object Detection\n-\n-## Introduction\n-\n-We reproduce RetinaNet proposed in paper Focal Loss for Dense Object Detection.\n+# RetinaNet (Focal Loss for D... | Python | Apache License 2.0 | paddlepaddle/paddledetection | refine RetinaNet codes (#5796) |
499,304 | 22.04.2022 11:43:04 | -28,800 | ad0a436a12d45ec3cd13ae16bac79611908a872b | fix AugmentHSV output type | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -2202,7 +2202,7 @@ class AugmentHSV(BaseOperator):\nelse:\ncv2.cvtColor(img_hsv, cv2.COLOR_HSV2RGB, dst=img)\n- sample['image'] = img\n+ sample['image'] = img.asty... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix AugmentHSV output type (#5800) |
499,298 | 22.04.2022 15:23:31 | -28,800 | 7c5736b2d46c940caf4b6a35c6abfa533bfb9ff6 | fix yolox cpp infer | [
{
"change_type": "MODIFY",
"old_path": "configs/yolox/_base_/yolox_reader.yml",
"new_path": "configs/yolox/_base_/yolox_reader.yml",
"diff": "@@ -27,8 +27,8 @@ TrainReader:\nEvalReader:\nsample_transforms:\n- Decode: {}\n- - Resize: {target_size: 640, keep_ratio: True}\n- - Pad: {size: 640, fill_val... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix yolox cpp infer (#5804) |
499,304 | 22.04.2022 19:40:36 | -28,800 | 97e9e75bd1c746084d8f047cfd7abf8cc64c9263 | fix transform resize type to float32 | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -824,7 +824,7 @@ class Resize(BaseOperator):\nim_scale_x = resize_w / im_shape[1]\nim = self.apply_image(sample['image'], [im_scale_x, im_scale_y])\n- sample['imag... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix transform resize type to float32 (#5802) |
499,386 | 24.04.2022 07:54:05 | 18,000 | 8bdcd15723d735de8a4f36816d4a94fc27003673 | fix dark postprocess in cpp infer deploy( | [
{
"change_type": "MODIFY",
"old_path": "deploy/cpp/src/keypoint_postprocess.cc",
"new_path": "deploy/cpp/src/keypoint_postprocess.cc",
"diff": "@@ -193,7 +193,7 @@ void get_final_preds(std::vector<float>& heatmap,\nint px = int(coords[j * 2] + 0.5);\nint py = int(coords[j * 2 + 1] + 0.5);\n- if(DARK... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix dark postprocess in cpp infer deploy( #5751) (#5815) |
499,333 | 28.04.2022 11:55:54 | -28,800 | 9535ca879fc01b38ab39659370909caf5583ebcf | yaml support no constructor | [
{
"change_type": "MODIFY",
"old_path": "configs/datasets/roadsign_voc.yml",
"new_path": "configs/datasets/roadsign_voc.yml",
"diff": "@@ -3,19 +3,19 @@ map_type: integral\nnum_classes: 4\nTrainDataset:\n- !VOCDataSet\n+ name: VOCDataSet\ndataset_dir: dataset/roadsign_voc\nanno_path: train.txt\nlabel... | Python | Apache License 2.0 | paddlepaddle/paddledetection | yaml support no constructor (#5847) |
499,319 | 29.04.2022 11:28:49 | -28,800 | 81d28246b487580ceacaed4f16b98109e46731eb | [test_tipc] add paddle2onnx; fix onnxruntime infer_demo | [
{
"change_type": "MODIFY",
"old_path": "deploy/third_engine/demo_onnxruntime/infer_demo.py",
"new_path": "deploy/third_engine/demo_onnxruntime/infer_demo.py",
"diff": "@@ -38,8 +38,12 @@ class PicoDet():\nso = ort.SessionOptions()\nso.log_severity_level = 3\nself.net = ort.InferenceSession(model_pb_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [test_tipc] add paddle2onnx; fix onnxruntime infer_demo (#5857)
Co-authored-by: lyuwenyu <wenyu.lyu@gmail.com> |
499,333 | 29.04.2022 13:50:23 | -28,800 | e22f2d6b5ab83a6baaae8ced11dfdefe0b01795e | fix mask rcnn target | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/proposal_generator/target.py",
"new_path": "ppdet/modeling/proposal_generator/target.py",
"diff": "@@ -356,7 +356,7 @@ def generate_mask_target(gt_segms, rois, labels_int32, sampled_gt_inds,\nfg_inds_new = fg_inds.reshape([-1]).numpy()\nresults ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix mask rcnn target (#5861) |
499,299 | 29.04.2022 14:51:30 | -28,800 | bb319a8a598cdaa3fdf431988f28cafbdd9b2a11 | add pdparams links | [
{
"change_type": "MODIFY",
"old_path": "configs/keypoint/README_en.md",
"new_path": "configs/keypoint/README_en.md",
"diff": "@@ -89,6 +89,13 @@ MPII Dataset\n| :---- | -------- | :--------: | :------------: | :----------------------------------------------------------: | ---------------------------... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add pdparams links (#5864) |
499,299 | 29.04.2022 18:27:39 | -28,800 | 55ae0d1b83f937c316c6788d834b9a35f1cd99ae | fix kpt doc error | [
{
"change_type": "MODIFY",
"old_path": "configs/keypoint/README_en.md",
"new_path": "configs/keypoint/README_en.md",
"diff": "@@ -161,7 +161,6 @@ CUDA_VISIBLE_DEVICES=0 python3 tools/infer.py -c configs/keypoint/higherhrnet/hi\n```shell\n#Export Detection Model\n-\npython tools/export_model.py -c co... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix kpt doc error (#5867) |
499,333 | 01.05.2022 15:17:21 | -28,800 | 3d1e2320bf5b6ae30eb5c0fd296e83b8bd88afb4 | [test_tipc] add serving tipc | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "test_tipc/configs/yolov3/yolov3_darknet53_270e_coco_model_linux_gpu_normal_normal_serving_python_linux_gpu_cpu.txt",
"diff": "+===========================cpp_infer_params===========================\n+model_name:yolov3_darknet53_270e_coco\n+pytho... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [test_tipc] add serving tipc (#5865) |
499,298 | 04.05.2022 23:25:00 | -28,800 | 2b88308f9b97bba1443688e6a6907cb02cb50fb8 | fix pphuman vis when nothing detected | [
{
"change_type": "MODIFY",
"old_path": "deploy/pphuman/pipeline.py",
"new_path": "deploy/pphuman/pipeline.py",
"diff": "@@ -537,8 +537,9 @@ class PipePredictor(object):\nself.pipe_timer.total_time.end()\nif self.cfg['visual']:\n_, _, fps = self.pipe_timer.get_total_time()\n- im = self.visualize_vide... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix pphuman vis when nothing detected (#5858) |
499,299 | 07.05.2022 10:06:57 | -28,800 | 756e3dca26e5c4f853203fcc8f5b5af1da234eeb | fix cpp infer error in blazeface | [
{
"change_type": "MODIFY",
"old_path": "deploy/cpp/src/object_detector.cc",
"new_path": "deploy/cpp/src/object_detector.cc",
"diff": "@@ -213,10 +213,6 @@ void ObjectDetector::Postprocess(\ncv::Mat raw_mat = mats[im_id];\nint rh = 1;\nint rw = 1;\n- if (config_.arch_ == \"Face\") {\n- rh = raw_mat.r... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix cpp infer error in blazeface (#5892) |
499,304 | 07.05.2022 13:37:59 | -28,800 | acaf10684d8e071e48098c660355d54981d93b7c | add pp-yoloe quantization model | [
{
"change_type": "MODIFY",
"old_path": "configs/slim/README_en.md",
"new_path": "configs/slim/README_en.md",
"diff": "@@ -124,6 +124,8 @@ Description:\n| Model | Compression Strategy | Input Size | Model Volume(MB) | Prediction Delay(V100) | Prediction Delay(SD855) | Box AP | Download | Download of ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add pp-yoloe quantization model (#5894) |
499,304 | 10.05.2022 09:44:03 | -28,800 | 2ecf726e6a44fbbf16094f6b8c8a76410d0f29e8 | fix picofeat assert error | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/pico_head.py",
"new_path": "ppdet/modeling/heads/pico_head.py",
"diff": "@@ -91,7 +91,7 @@ class PicoFeat(nn.Layer):\nself.reg_convs = []\nif use_se:\nassert share_cls_reg == True, \\\n- 'In the case of using se, share_cls_reg is not suppo... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix picofeat assert error (#5911) |
499,301 | 10.05.2022 17:23:06 | -28,800 | 81f84e237b71fb152d749a06860d34d34938dde1 | add slim link | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyoloe/README.md",
"new_path": "configs/ppyoloe/README.md",
"diff": "@@ -136,6 +136,7 @@ PP-YOLOE can be deployed by following approches:\n- Paddle Inference [Python](../../deploy/python) & [C++](../../deploy/cpp)\n- [Paddle-TensorRT](../../deploy/TEN... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add slim link (#5908) |
499,333 | 10.05.2022 19:12:33 | -28,800 | a853016850a3a0a173544d7072bd8cc115dd279e | refine device when assign on cpu | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/post_process.py",
"new_path": "ppdet/modeling/post_process.py",
"diff": "@@ -194,8 +194,7 @@ class MaskPostProcess(object):\nsuper(MaskPostProcess, self).__init__()\nself.binary_thresh = binary_thresh\nself.export_onnx = export_onnx\n- self.assi... | Python | Apache License 2.0 | paddlepaddle/paddledetection | refine device when assign on cpu (#5924) |
499,301 | 12.05.2022 10:13:54 | -28,800 | 2629454d0c87fc0d2295b11ffa529829e5fb4c5f | update e quant link | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyoloe/README.md",
"new_path": "configs/ppyoloe/README.md",
"diff": "@@ -136,7 +136,7 @@ PP-YOLOE can be deployed by following approches:\n- Paddle Inference [Python](../../deploy/python) & [C++](../../deploy/cpp)\n- [Paddle-TensorRT](../../deploy/TEN... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update e quant link (#5938) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.