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,331 | 21.05.2021 19:14:41 | -28,800 | 8c7126bfa059713f2a44d2fdac7a1081c8fd61e4 | fix doc, set min_subgraph_size of s2anet | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/export_utils.py",
"new_path": "ppdet/engine/export_utils.py",
"diff": "@@ -31,7 +31,7 @@ TRT_MIN_SUBGRAPH = {\n'SSD': 60,\n'RCNN': 40,\n'RetinaNet': 40,\n- 'S2ANet': 40,\n+ 'S2ANet': 80,\n'EfficientDet': 40,\n'Face': 3,\n'TTFNet': 60,\n"
}
] | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix doc, set min_subgraph_size of s2anet (#3112) |
499,298 | 23.05.2021 00:38:51 | -28,800 | 7a732663bb8e982013a0740f041ef38256e0c447 | [MOT] Fix video fairmot reader | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/fairmot/_base_/fairmot_reader_1088x608.yml",
"new_path": "configs/mot/fairmot/_base_/fairmot_reader_1088x608.yml",
"diff": "@@ -34,7 +34,6 @@ TestMOTReader:\ninputs_def:\nimage_shape: [3, 608, 1088]\nsample_transforms:\n- - Decode: {to_rgb: False}\... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] Fix video fairmot reader (#3130) |
499,333 | 24.05.2021 10:19:31 | -28,800 | d6f36b14577daa4e6dc730de737eaf5d129410f9 | support BatchRandomResize for 2-D input | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/batch_operators.py",
"new_path": "ppdet/data/transform/batch_operators.py",
"diff": "@@ -136,7 +136,8 @@ class BatchRandomResize(BaseOperator):\ndef __call__(self, samples, context=None):\nif self.random_size:\n- target_size = np.random.ch... | Python | Apache License 2.0 | paddlepaddle/paddledetection | support BatchRandomResize for 2-D input (#3132) |
499,304 | 24.05.2021 16:03:35 | -28,800 | a1acbce3f9f1b52885aace6306b35b6027a455d9 | fix readme and fcos docs | [
{
"change_type": "MODIFY",
"old_path": "README_en.md",
"new_path": "README_en.md",
"diff": "@@ -18,6 +18,7 @@ After a long time of industry practice polishing, PaddleDetection has had smooth\n<div align=\"center\">\n<img src=\"static/docs/images/football.gif\" width='800'/>\n+ <img src=\"docs/images... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix readme and fcos docs (#3144) |
499,331 | 25.05.2021 21:07:26 | -28,800 | 5f59a4b506d86a1a595ceb25636673fea8a20c9f | fix bug of predict video | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/infer.py",
"new_path": "deploy/python/infer.py",
"diff": "@@ -531,6 +531,8 @@ def predict_video(detector, camera_id):\ncapture = cv2.VideoCapture(FLAGS.video_file)\nvideo_name = os.path.split(FLAGS.video_file)[-1]\nfps = 30\n+ frame_count = int(c... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix bug of predict video (#3158) |
499,304 | 28.05.2021 12:19:28 | -28,800 | fa6c5a11820e550ce31419d83960b8fcd18fc748 | fix num_classes in solov2 | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/solov2_head.py",
"new_path": "ppdet/modeling/heads/solov2_head.py",
"diff": "@@ -462,7 +462,8 @@ class SOLOv2Head(nn.Layer):\n# cate_labels & kernel_preds\ncate_labels = inds[:, 1]\nkernel_preds = paddle.gather(kernel_preds, index=inds[:, ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix num_classes in solov2 (#3193) |
499,333 | 28.05.2021 19:25:37 | -28,800 | 6b74c7622cdc6d13c40c657affd9346a221e33c2 | fix solov2 deploy | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/infer.py",
"new_path": "deploy/python/infer.py",
"diff": "@@ -242,17 +242,20 @@ class DetectorSOLOv2(Detector):\nfor i in range(warmup):\nself.predictor.run()\noutput_names = self.predictor.get_output_names()\n+ np_boxes_num = self.predictor.get_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix solov2 deploy (#3200) |
499,298 | 29.05.2021 15:41:24 | -28,800 | d585c310ea6f7328bf24c0f2500c3e5d587585f5 | fix decode permute rgb | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/fairmot/_base_/fairmot_reader_1088x608.yml",
"new_path": "configs/mot/fairmot/_base_/fairmot_reader_1088x608.yml",
"diff": "@@ -3,15 +3,17 @@ TrainReader:\ninputs_def:\nimage_shape: [3, 608, 1088]\nsample_transforms:\n- - Decode: {to_rgb: False}\n-... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix decode permute rgb (#3198) |
499,333 | 31.05.2021 10:47:10 | -28,800 | 3d669f97f995d17a66c554cea6e436d4c50dab74 | fix pafnet_lite | [
{
"change_type": "MODIFY",
"old_path": "configs/ttfnet/_base_/pafnet_lite_reader.yml",
"new_path": "configs/ttfnet/_base_/pafnet_lite_reader.yml",
"diff": "@@ -18,6 +18,7 @@ TrainReader:\nshuffle: true\ndrop_last: true\nuse_shared_memory: true\n+ cutmix_epoch: 200\nEvalReader:\nsample_transforms:\n"... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix pafnet_lite (#3196) |
499,304 | 03.06.2021 12:32:52 | -28,800 | 00848aea70834b86a04db012b11ae45426428b9f | fix voc dataset download | [
{
"change_type": "MODIFY",
"old_path": "ppdet/utils/download.py",
"new_path": "ppdet/utils/download.py",
"diff": "@@ -68,6 +68,9 @@ DATASETS = {\n(\n'http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtest_06-Nov-2007.tar',\n'b6e924de25625d8de591ea690078ad9f', ),\n+ (\n+ 'https://paddledet.bj.bcebos.... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix voc dataset download (#3252) |
499,333 | 03.06.2021 14:33:59 | -28,800 | b7e44ebf94fd48d45f759e5a1aa51798328e04c7 | correct pafnet head | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/ttf_head.py",
"new_path": "ppdet/modeling/heads/ttf_head.py",
"diff": "@@ -62,7 +62,6 @@ class HMHead(nn.Layer):\nin_channels=ch_in if i == 0 else ch_out,\nout_channels=ch_out,\nnorm_type=norm_type))\n- head_conv.add_sublayer(lite_name + '... | Python | Apache License 2.0 | paddlepaddle/paddledetection | correct pafnet head (#3261) |
499,313 | 03.06.2021 16:46:54 | -28,800 | 44b5115dee9865b3537d9e19796bc6399239888e | fix typo in RandomErasing op | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -200,7 +200,7 @@ class RandomErasingImage(BaseOperator):\nsuper(RandomErasingImage, self).__init__()\nself.prob = prob\nself.lower = lower\n- self.heigher = heighe... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix typo in RandomErasing op (#3190) |
499,304 | 04.06.2021 09:49:03 | -28,800 | edd7bc4d2b1c0eabd37fce757c34ed197f9d4837 | fix segmentation is None in coco | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/source/coco.py",
"new_path": "ppdet/data/source/coco.py",
"diff": "@@ -175,7 +175,6 @@ class COCODataSet(DetDataset):\ngt_theta = np.zeros((num_bbox, 1), dtype=np.int32)\ngt_class = np.zeros((num_bbox, 1), dtype=np.int32)\nis_crowd = np.zeros((num_b... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix segmentation is None in coco (#3272) |
499,333 | 04.06.2021 16:15:30 | -28,800 | 9f9db4b706c8d2e2809a94e1ffd17cb46ddd7d8e | fix match weight | [
{
"change_type": "MODIFY",
"old_path": "ppdet/utils/checkpoint.py",
"new_path": "ppdet/utils/checkpoint.py",
"diff": "@@ -164,7 +164,7 @@ def match_state_dict(model_state_dict, weight_state_dict):\n# In Faster RCNN, res5 pretrained weights have prefix of backbone,\n# however, the corresponding model... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix match weight (#3280) |
499,304 | 04.06.2021 20:13:51 | -28,800 | 12ae16e4c40c649b67455b2357468795b05bc519 | fix trt inference when bs > 1 | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/infer.py",
"new_path": "deploy/python/infer.py",
"diff": "@@ -425,9 +425,15 @@ def load_predictor(model_dir,\nuse_calib_mode=trt_calib_mode)\nif use_dynamic_shape:\n- min_input_shape = {'image': [1, 3, trt_min_shape, trt_min_shape]}\n- max_input_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix trt inference when bs > 1 (#3283) |
499,304 | 04.06.2021 21:00:08 | -28,800 | 32abf1a06fc80258aa5bc0c5be206da9b54bd896 | Remove redundant func in json_results | [
{
"change_type": "MODIFY",
"old_path": "ppdet/metrics/json_results.py",
"new_path": "ppdet/metrics/json_results.py",
"diff": "@@ -55,31 +55,7 @@ def get_det_poly_res(bboxes, bbox_nums, image_id, label_to_cat_id_map, bias=0):\nnum_id, score, x1, y1, x2, y2, x3, y3, x4, y4 = dt.tolist()\nif int(num_id... | Python | Apache License 2.0 | paddlepaddle/paddledetection | Remove redundant func in json_results (#3284) |
499,304 | 05.06.2021 21:54:40 | -28,800 | 1adb26eff092ed60c8189446ff2d0b2483fc90e7 | add solov2_r101vd model | [
{
"change_type": "MODIFY",
"old_path": "configs/solov2/README.md",
"new_path": "configs/solov2/README.md",
"diff": "@@ -21,6 +21,7 @@ SOLOv2 (Segmenting Objects by Locations) is a fast instance segmentation framewo\n| SOLOv2 (Paper) | X101-DCN-FPN | True | 3x | 42.4 | 5.9 | V100 | - | - |\n| SOLOv2 ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add solov2_r101vd model (#3286) |
499,304 | 08.06.2021 10:32:43 | -28,800 | c2bc4b4afaab03c39150e62247dcc447d039cdfc | add armv7 in lite demo | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "deploy/lite/Makefile_armv7",
"diff": "+ARM_ABI = arm7\n+export ARM_ABI\n+\n+include ../Makefile.def\n+\n+LITE_ROOT=../../../\n+\n+THIRD_PARTY_DIR=${LITE_ROOT}/third_party\n+\n+OPENCV_VERSION=opencv4.1.0\n+\n+OPENCV_LIBS = ${THIRD_PARTY_DIR}/${OP... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add armv7 in lite demo (#3306) |
499,333 | 08.06.2021 21:30:25 | -28,800 | e5ebac111bd908164f4a3822fb46161be2329d73 | fix pafnet reader | [
{
"change_type": "MODIFY",
"old_path": "configs/ttfnet/_base_/pafnet_lite_reader.yml",
"new_path": "configs/ttfnet/_base_/pafnet_lite_reader.yml",
"diff": "@@ -2,8 +2,7 @@ worker_num: 2\nTrainReader:\nsample_transforms:\n- Decode: {}\n- - Cutmix: {alpha: 1.5, beta: 1.5}\n- - RandomDistort: {}\n+ - R... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix pafnet reader (#3329) |
499,304 | 09.06.2021 10:54:09 | -28,800 | 796874cfaaf63ee3d5ffcaca1da15937b7600c11 | cherry-pick some pr | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -61,7 +61,6 @@ coverage.xml\n# Sphinx documentation\n/docs/_build/\n-*.json\n*.tar\n*.pyc\n"
},
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/post_process.py",
"new_path": "ppdet/model... | Python | Apache License 2.0 | paddlepaddle/paddledetection | cherry-pick some pr (#3333) |
499,396 | 09.06.2021 12:58:48 | -28,800 | 18596b0146c6a0fd8afce2b74b5f8912797eccb4 | fix bug in Pad transform | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -1845,7 +1845,8 @@ class Pad(BaseOperator):\nassert pad_mode in [\n-1, 0, 1, 2\n], 'currently only supports four modes [-1, 0, 1, 2]'\n- assert pad_mode == -1 and ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix bug in Pad transform (#2569) |
499,304 | 10.06.2021 13:19:23 | -28,800 | 9d942c50663d47173eb78b4450ce6779e9aeb243 | fix np.int warning in operator | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -1506,8 +1506,8 @@ class Cutmix(BaseOperator):\nw = max(img1.shape[1], img2.shape[1])\ncut_rat = np.sqrt(1. - factor)\n- cut_w = np.int(w * cut_rat)\n- cut_h = np.... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix np.int warning in operator (#3344) |
499,304 | 11.06.2021 17:20:58 | -28,800 | 6a849313125114d869dcafad003f70a203bb4fe0 | fix distill_prune export model | [
{
"change_type": "MODIFY",
"old_path": "ppdet/slim/__init__.py",
"new_path": "ppdet/slim/__init__.py",
"diff": "@@ -47,6 +47,7 @@ def build_slim_model(cfg, slim_cfg, mode='train'):\nmodel = pruner(model)\nload_pretrain_weight(model, weights)\ncfg['model'] = model\n+ cfg['slim_type'] = cfg.slim\nelse... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix distill_prune export model (#3362) |
499,395 | 13.06.2021 15:51:03 | -28,800 | 990390258339ec1fd92890235036db56a6ff8acd | fix ema copy problem and correct config of ppyolo in static graph | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -18,6 +18,7 @@ from __future__ import print_function\nimport os\nimport sys\n+import copy\nimport time\nimport random\nimport datetime\n@@ -333,7 +334,7 @@ class Trainer(object):\n# a... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix ema copy problem and correct config of ppyolo in static graph (#3370) |
499,348 | 15.06.2021 13:54:32 | -28,800 | a30e9869ded4e9677cdc4163b5c2535664b818c6 | add dark model_zoo;
add config dark_hrnet_w32_384x288.yml;
test=document_fix; | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/keypoint/hrnet/dark_hrnet_w32_384x288.yml",
"diff": "+use_gpu: true\n+log_iter: 5\n+save_dir: output\n+snapshot_epoch: 10\n+weights: output/hrnet_w32_384x288/model_final\n+epoch: 210\n+num_joints: &num_joints 17\n+pixel_std: &pixel_std 2... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add dark model_zoo; (#3369)
add config dark_hrnet_w32_384x288.yml;
test=document_fix; |
499,304 | 16.06.2021 12:33:20 | -28,800 | 1dc5c01476905d5f8d613c5efa6be5fd116f745c | fix benchmark in deploy with solov2 | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/infer.py",
"new_path": "deploy/python/infer.py",
"diff": "@@ -213,6 +213,7 @@ class DetectorSOLOv2(Detector):\ncpu_threads=cpu_threads,\nenable_mkldnn=enable_mkldnn)\nself.det_times = Timer()\n+ self.cpu_mem, self.gpu_mem, self.gpu_util = 0, 0, 0... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix benchmark in deploy with solov2 (#3391) |
499,301 | 17.06.2021 18:13:45 | -28,800 | ff42349823cc3476c18dccf3cfb809d667446542 | voc data format | [
{
"change_type": "MODIFY",
"old_path": "tools/x2coco.py",
"new_path": "tools/x2coco.py",
"diff": "@@ -195,7 +195,8 @@ def voc_get_label_anno(ann_dir_path, ann_ids_path, labels_path):\nlabels_ids = list(range(1, len(labels_str) + 1))\nwith open(ann_ids_path, 'r') as f:\n- ann_ids = f.read().split()\n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | voc data format (#3399) |
499,298 | 19.06.2021 23:52:07 | -28,800 | d214d9ece7a7d435df405febb8ad8fad7c4e9efa | [MOT] add jde fairmot deploy doc | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/README.md",
"new_path": "configs/mot/README.md",
"diff": "@@ -246,6 +246,21 @@ CUDA_VISIBLE_DEVICES=0 python tools/infer_mot.py -c configs/mot/fairmot/fairmot_\nPlease make sure that [ffmpeg](https://ffmpeg.org/ffmpeg.html) is installed first, on L... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] add jde fairmot deploy doc (#3421) |
499,369 | 21.06.2021 11:40:05 | -28,800 | a8015e4b320b2425c4f89067b0fab7395dddebcd | fix train diff for fairmot | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -2015,12 +2015,12 @@ class Rbox2Poly(BaseOperator):\n@register_op\nclass AugmentHSV(BaseOperator):\n- def __init__(self, fraction=0.50, is_bgr=False):\n+ def __ini... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix train diff for fairmot (#3436) |
499,333 | 22.06.2021 19:16:01 | -28,800 | 6063d163aa84eea09323bdab53f52704011a69a0 | unify int32 in op type | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/ops.py",
"new_path": "ppdet/modeling/ops.py",
"diff": "@@ -993,7 +993,7 @@ def multiclass_nms(bboxes,\nelse:\noutput = helper.create_variable_for_type_inference(dtype=bboxes.dtype)\n- index = helper.create_variable_for_type_inference(dtype='int'... | Python | Apache License 2.0 | paddlepaddle/paddledetection | unify int32 in op type (#3467) |
499,348 | 23.06.2021 16:40:21 | -28,800 | 35e6657241e176863309830ffe6784f84a7365e0 | add hrnet mpii dataset;
add dark deploy supported, mpii deploy supported; | [
{
"change_type": "MODIFY",
"old_path": "configs/keypoint/hrnet/dark_hrnet_w32_256x192.yml",
"new_path": "configs/keypoint/hrnet/dark_hrnet_w32_256x192.yml",
"diff": "@@ -118,9 +118,6 @@ EvalReader:\nsample_transforms:\n- TopDownAffine:\ntrainsize: *trainsize\n- - ToHeatmapsTopDown_DARK:\n- hmsize: *... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add hrnet mpii dataset; (#3460)
add dark deploy supported, mpii deploy supported; |
499,331 | 28.06.2021 20:06:39 | -28,800 | 51574ea1de1c367fbfee0395a4222fe49d5c6355 | [dev] reorganize code of s2anet_head
* reorganize the code, and fix bug
* fix typo
* remve comment
* reorganize code
* Revert "reorganize code"
This reverts commit
* set weight
* set default config
* fix code style | [
{
"change_type": "MODIFY",
"old_path": "configs/dota/_base_/s2anet.yml",
"new_path": "configs/dota/_base_/s2anet.yml",
"diff": "@@ -36,6 +36,8 @@ S2ANetHead:\nalign_conv_type: 'Conv' # AlignConv Conv\nalign_conv_size: 3\nuse_sigmoid_cls: True\n+ reg_loss_weight: [ 1.0, 1.0, 1.0, 1.0, 1.1 ]\n+ cls_lo... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [dev] reorganize code of s2anet_head (#3481)
* reorganize the code, and fix bug
* fix typo
* remve comment
* reorganize code
* Revert "reorganize code"
This reverts commit 4f928c3a46b264ba8815978b914bf81a46b66b62.
* set weight
* set default config
* fix code style |
499,333 | 28.06.2021 21:00:48 | -28,800 | 7f8eb5a2b1c5847d39b7091965c319911a043066 | fix fleet train | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -301,8 +301,7 @@ class Trainer(object):\nmodel = self.model\nif self.cfg.get('fleet', False):\nmodel = fleet.distributed_model(model)\n- self.optimizer = fleet.distributed_optimizer(\... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix fleet train (#3527) |
499,395 | 29.06.2021 20:47:27 | -28,800 | 1cae81443cddbfabc2c4b68761aed9a7398d9ef3 | add mosaic data augmentation | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/op_helper.py",
"new_path": "ppdet/data/transform/op_helper.py",
"diff": "@@ -462,3 +462,62 @@ def gaussian2D(shape, sigma_x=1, sigma_y=1):\nsigma_y)))\nh[h < np.finfo(h.dtype).eps * h.max()] = 0\nreturn h\n+\n+\n+def transform_bbox(sample,... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add mosaic data augmentation (#3185) |
499,333 | 30.06.2021 01:18:06 | -28,800 | 39ff9f2f4729d1727966670bc7d80766b44713c8 | fix score threshold in mot_infer | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/mot_infer.py",
"new_path": "deploy/python/mot_infer.py",
"diff": "@@ -93,7 +93,7 @@ class MOT_Detector(object):\ninputs = create_inputs(im, im_info)\nreturn inputs\n- def postprocess(self, pred_dets, pred_embs):\n+ def postprocess(self, pred_dets... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix score threshold in mot_infer (#3444) |
499,333 | 30.06.2021 15:45:11 | -28,800 | 3a497c5f4c031e164ddf95acd75dad70d6ea9a3e | add image_shape in testreader for topdown models | [
{
"change_type": "MODIFY",
"old_path": "configs/keypoint/hrnet/dark_hrnet_w32_256x192.yml",
"new_path": "configs/keypoint/hrnet/dark_hrnet_w32_256x192.yml",
"diff": "@@ -128,6 +128,8 @@ EvalReader:\ndrop_empty: false\nTestReader:\n+ inputs_def:\n+ image_shape: [3, *train_height, *train_width]\nsampl... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add image_shape in testreader for topdown models (#3543) |
499,339 | 03.07.2021 16:16:46 | -28,800 | cb56821264f6a3290085dcc28a27b8b60cfcfd59 | add find_unused_parameters in fleet init | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/env.py",
"new_path": "ppdet/engine/env.py",
"diff": "@@ -26,8 +26,10 @@ from paddle.distributed import fleet\n__all__ = ['init_parallel_env', 'set_random_seed', 'init_fleet_env']\n-def init_fleet_env():\n- fleet.init(is_collective=True)\n+def init... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add find_unused_parameters in fleet init (#3570) |
499,304 | 05.07.2021 15:26:17 | -28,800 | 4619f414e43e6fad5b0cd5bc31e2fdc783b8e975 | fix export model with solov2_enhance | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/solov2_head.py",
"new_path": "ppdet/modeling/heads/solov2_head.py",
"diff": "@@ -252,7 +252,7 @@ class SOLOv2Head(nn.Layer):\nbias_attr=ParamAttr(initializer=Constant(\nvalue=float(-np.log((1 - 0.01) / 0.01))))))\n- if self.drop_block:\n+ ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix export model with solov2_enhance (#3590) |
499,304 | 06.07.2021 10:32:43 | -28,800 | 2c57d210e4e00fb69f887bb6a855616529e714b6 | add faster rcnn prune config | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/slim/prune/faster_rcnn_r50_fpn_prune_fpgm.yml",
"diff": "+pretrain_weights: https://paddledet.bj.bcebos.com/models/faster_rcnn_r50_fpn_1x_coco.pdparams\n+slim: Pruner\n+\n+Pruner:\n+ criterion: fpgm\n+ pruned_params: ['conv2d_27.w_0', 'c... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add faster rcnn prune config (#3599) |
499,298 | 07.07.2021 11:38:30 | -28,800 | 84f1cc971fade5c41fa593cfabb4549f340d3906 | [MOT] fix mot identity gttxt doc | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/README.md",
"new_path": "configs/mot/README.md",
"diff": "@@ -163,7 +163,7 @@ In the annotation text, each line is describing a bounding box and has the follo\n```\n**Notes:**\n- `class` should be `0`. Only single-class multi-object tracking is sup... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix mot identity gttxt doc (#3584) |
499,298 | 07.07.2021 11:38:56 | -28,800 | 43515234055b75115c1b623316c50e1a98b78590 | [MOT] fix read_mot_results | [
{
"change_type": "MODIFY",
"old_path": "ppdet/metrics/mot_metrics.py",
"new_path": "ppdet/metrics/mot_metrics.py",
"diff": "@@ -48,14 +48,14 @@ def read_mot_results(filename, is_gt=False, is_ignore=False):\nbox_size = float(linelist[4]) * float(linelist[5])\nif is_gt:\n- if 'MOT16-' in filename or '... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix read_mot_results (#3586) |
499,298 | 08.07.2021 00:30:48 | -28,800 | 2ecc6525a478f278060c4b531e6d6d5927ff6371 | [MOT] fix jde tensorrt deploy | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/export_utils.py",
"new_path": "ppdet/engine/export_utils.py",
"diff": "@@ -40,7 +40,7 @@ TRT_MIN_SUBGRAPH = {\n'HigherHRNet': 3,\n'HRNet': 3,\n'DeepSORT': 3,\n- 'JDE': 3,\n+ 'JDE': 10,\n'FairMOT': 5,\n}\n"
},
{
"change_type": "MODIFY",
... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix jde tensorrt deploy (#3617) |
499,304 | 08.07.2021 11:17:01 | -28,800 | c101056c64e88d8014888dfadea5d6122b93f77e | thanks for Mandroide contributions | [
{
"change_type": "MODIFY",
"old_path": "README_en.md",
"new_path": "README_en.md",
"diff": "@@ -282,6 +282,7 @@ PaddleDetection is released under the [Apache 2.0 license](LICENSE).\n## Contributing\nContributions are highly welcomed and we would really appreciate your feedback!!\n+- Thanks [Mandroid... | Python | Apache License 2.0 | paddlepaddle/paddledetection | thanks for Mandroide contributions (#3632) |
499,301 | 08.07.2021 12:45:23 | -28,800 | c8f8a3b0347a955d7da0023824f06962a40d3ebe | Thanks for FL77N for contribution of sparse-rcnn | [
{
"change_type": "MODIFY",
"old_path": "README_en.md",
"new_path": "README_en.md",
"diff": "@@ -283,6 +283,7 @@ PaddleDetection is released under the [Apache 2.0 license](LICENSE).\nContributions are highly welcomed and we would really appreciate your feedback!!\n- Thanks [Mandroide](https://github.... | Python | Apache License 2.0 | paddlepaddle/paddledetection | Thanks for FL77N for contribution of sparse-rcnn (#3634) |
499,301 | 08.07.2021 12:46:49 | -28,800 | a13180fc409af6cf47bbb87ce07f3b90cabc50c1 | fix import problem of _convert_attention_mask | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/layers.py",
"new_path": "ppdet/modeling/layers.py",
"diff": "@@ -31,8 +31,6 @@ from . import ops\nfrom .initializer import xavier_uniform_, constant_\nfrom paddle.vision.ops import DeformConv2D\n-from paddle.nn.layer import transformer\n-_conver... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix import problem of _convert_attention_mask (#3631) |
499,331 | 08.07.2021 14:06:33 | -28,800 | 1f6087ad38992977827427751f4c90ca824531fc | update spine_cooc data | [
{
"change_type": "MODIFY",
"old_path": "configs/dota/s2anet_1x_spine.yml",
"new_path": "configs/dota/s2anet_1x_spine.yml",
"diff": "@@ -21,6 +21,8 @@ S2ANetHead:\nfeat_in: 256\nfeat_out: 256\nnum_classes: 9\n- align_conv_type: 'DCN' # AlignConv Conv\n+ align_conv_type: 'AlignConv' # AlignConv Conv\n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update spine_cooc data (#3635) |
499,339 | 08.07.2021 17:08:18 | -28,800 | b40f00cbc9960107201e5ce748991a704b15d01e | fix deprecated api in ssd loss | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/losses/ssd_loss.py",
"new_path": "ppdet/modeling/losses/ssd_loss.py",
"diff": "@@ -67,18 +67,15 @@ class SSDLoss(nn.Layer):\nious = iou_similarity(gt_bbox.reshape((-1, 4)), prior_boxes).reshape(\n(batch_size, -1, num_priors))\n- # Calculate the ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix deprecated api in ssd loss (#3592) |
499,298 | 09.07.2021 19:20:23 | -28,800 | a82faaa2302c7035a7512876cab50e0a4b510668 | [MOT] fix deepsort deploy trt infer | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/mot_sde_infer.py",
"new_path": "deploy/python/mot_sde_infer.py",
"diff": "@@ -193,6 +193,7 @@ class SDE_ReID(object):\nmodel_dir,\ndevice='CPU',\nrun_mode='fluid',\n+ batch_size=50,\ntrt_min_shape=1,\ntrt_max_shape=1088,\ntrt_opt_shape=608,\n@@ -... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix deepsort deploy trt infer (#3652) |
499,333 | 12.07.2021 15:57:49 | -28,800 | 9a3bb36664c2b13f8fcefdd19ebf8fc55a821941 | support no_labeling training on voc | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/source/coco.py",
"new_path": "ppdet/data/source/coco.py",
"diff": "@@ -38,7 +38,7 @@ class COCODataSet(DetDataset):\nallow_empty (bool): whether to load empty entry. False as default\nempty_ratio (float): the ratio of empty record number to total\nr... | Python | Apache License 2.0 | paddlepaddle/paddledetection | support no_labeling training on voc (#3668) |
499,333 | 13.07.2021 19:26:49 | -28,800 | 37572ab7b034258ff3492ed059ef30ae624835d3 | fix output in cpp infer | [
{
"change_type": "MODIFY",
"old_path": "deploy/cpp/src/main.cc",
"new_path": "deploy/cpp/src/main.cc",
"diff": "@@ -248,15 +248,17 @@ void PredictImage(const std::vector<std::string> all_img_paths,\nint item_start_idx = 0;\nfor (int i = 0; i < left_image_cnt; i++) {\n- std::cout << all_img_paths.at(... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix output in cpp infer (#3676) |
499,339 | 14.07.2021 18:51:57 | -28,800 | dfc40ee0ae4794fe623eff850a5a8d7b8df609c9 | add DETR | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/detr/_base_/detr_r50.yml",
"diff": "+architecture: DETR\n+pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet50_cos_pretrained.pdparams\n+hidden_dim: 256\n+\n+\n+DETR:\n+ backbone: ResNet\n+ transformer: DETRTransf... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add DETR (#3690) |
499,395 | 19.07.2021 10:42:25 | -28,800 | b33838c0f56489d33a35348217925180c2b79d36 | add yolov3 original model | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/yolov3/yolov3_darknet53_original_270e_coco.yml",
"diff": "+_BASE_: [\n+ '../datasets/coco_detection.yml',\n+ '../runtime.yml',\n+ '_base_/optimizer_270e.yml',\n+ '_base_/yolov3_darknet53.yml',\n+ '_base_/yolov3_reader.yml',\n+]\n+\n+snap... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add yolov3 original model (#3643) |
499,339 | 19.07.2021 18:56:24 | -28,800 | e8aeb802a901730ccc11ae1653a4a71249f9b46e | [transformer] add Deformable DETR base code | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/detr_head.py",
"new_path": "ppdet/modeling/heads/detr_head.py",
"diff": "@@ -21,9 +21,10 @@ import paddle.nn as nn\nimport paddle.nn.functional as F\nfrom ppdet.core.workspace import register\nimport pycocotools.mask as mask_util\n-from ..... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [transformer] add Deformable DETR base code (#3718) |
499,339 | 20.07.2021 15:10:46 | -28,800 | 320c6eeab7930a0350f928fb35ddfc43e18a6c84 | [transformer] add readme and deformable configs | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/deformable_detr/README.md",
"diff": "+# Deformable DETR\n+\n+## Introduction\n+\n+\n+Deformable DETR is an object detection model based on DETR. We reproduced the model of the paper.\n+\n+\n+## Model Zoo\n+\n+| Backbone | Model | Images/... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [transformer] add readme and deformable configs (#3720) |
499,298 | 20.07.2021 18:25:01 | -28,800 | 35e02553b2c18a10085a3d0f41cb66ae2380e72b | [MOT] update install dependency | [
{
"change_type": "MODIFY",
"old_path": "requirements.txt",
"new_path": "requirements.txt",
"diff": "@@ -14,3 +14,4 @@ lap\nsklearn\nmotmetrics\nopenpyxl\n+cython_bbox\n"
}
] | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] update install dependency (#3726) |
499,298 | 21.07.2021 10:12:01 | -28,800 | 11e4d27e66458697a965c0332fd993e70791cd8b | fix operators typo | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -33,7 +33,7 @@ import math\nimport numpy as np\nimport os\nimport copy\n-\n+import logging\nimport cv2\nfrom PIL import Image, ImageDraw\n@@ -194,7 +194,7 @@ class... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix operators typo (#3732) |
499,331 | 21.07.2021 18:56:15 | -28,800 | 17b2c531051cd362d57174859854583a08f7e701 | set mAP=0.0 as default | [
{
"change_type": "MODIFY",
"old_path": "ppdet/metrics/map_utils.py",
"new_path": "ppdet/metrics/map_utils.py",
"diff": "@@ -238,7 +238,7 @@ class DetectionMAP(object):\n\"\"\"\nself.class_score_poss = [[] for _ in range(self.class_num)]\nself.class_gt_counts = [0] * self.class_num\n- self.mAP = None... | Python | Apache License 2.0 | paddlepaddle/paddledetection | set mAP=0.0 as default (#3739) |
499,395 | 22.07.2021 14:28:56 | -28,800 | 1ff63c09d6294b60650fd899f6687545810ed7da | fix expand shape problem | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/necks/yolo_fpn.py",
"new_path": "ppdet/modeling/necks/yolo_fpn.py",
"diff": "@@ -24,28 +24,23 @@ __all__ = ['YOLOv3FPN', 'PPYOLOFPN', 'PPYOLOTinyFPN', 'PPYOLOPAN']\ndef add_coord(x, data_format):\n- b = x.shape[0]\nif data_format == 'NCHW':\n- h... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix expand shape problem (#3744) |
499,395 | 23.07.2021 11:17:52 | -28,800 | 8019fa9e547ccba9dd0183b33b2e081716d6e545 | fix expand problem again | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/necks/yolo_fpn.py",
"new_path": "ppdet/modeling/necks/yolo_fpn.py",
"diff": "@@ -24,10 +24,11 @@ __all__ = ['YOLOv3FPN', 'PPYOLOFPN', 'PPYOLOTinyFPN', 'PPYOLOPAN']\ndef add_coord(x, data_format):\n+ shape = paddle.shape(x)\nif data_format == 'NC... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix expand problem again (#3752) |
499,348 | 27.07.2021 10:17:09 | -28,800 | 4b1e40309c24d99b8b1139b4b3210f4b48c79803 | change dark_w32_384x288 batchsize to 32; modify np.pad to support lower numpy version | [
{
"change_type": "MODIFY",
"old_path": "configs/keypoint/hrnet/dark_hrnet_w32_384x288.yml",
"new_path": "configs/keypoint/hrnet/dark_hrnet_w32_384x288.yml",
"diff": "@@ -111,7 +111,7 @@ TrainReader:\nstd: *global_std\nis_scale: true\n- Permute: {}\n- batch_size: 64\n+ batch_size: 32\nshuffle: true\n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | change dark_w32_384x288 batchsize to 32; modify np.pad to support lower numpy version (#3786) |
499,331 | 27.07.2021 20:15:42 | -28,800 | 4ea5b435c62d0f8c8cd5476285fda4e20537e63f | add ce script, and add coco_ce dataset | [
{
"change_type": "MODIFY",
"old_path": "ppdet/utils/download.py",
"new_path": "ppdet/utils/download.py",
"diff": "@@ -97,7 +97,10 @@ DATASETS = {\n'https://paddledet.bj.bcebos.com/data/spine_coco.tar',\n'7ed69ae73f842cd2a8cf4f58dc3c5535', ), ], ['annotations', 'images']),\n'mot': (),\n- 'objects365'... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add ce script, and add coco_ce dataset (#3755) |
499,333 | 28.07.2021 15:21:50 | -28,800 | 36b48e9eb9e8f05bf3a95bdaca9342d30581f209 | clean param name | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/backbones/blazenet.py",
"new_path": "ppdet/modeling/backbones/blazenet.py",
"diff": "@@ -55,25 +55,14 @@ class ConvBNLayer(nn.Layer):\npadding=padding,\ngroups=num_groups,\nweight_attr=ParamAttr(\n- learning_rate=conv_lr,\n- initializer=KaimingN... | Python | Apache License 2.0 | paddlepaddle/paddledetection | clean param name (#3799) |
499,298 | 29.07.2021 12:29:21 | -28,800 | 9a109fbf4f1b57e4122b60e9613619aa9b49fd42 | [MOT] fix mot infer video | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/mot_jde_infer.py",
"new_path": "deploy/python/mot_jde_infer.py",
"diff": "@@ -221,6 +221,7 @@ def predict_video(detector, camera_id):\nif not os.path.exists(FLAGS.output_dir):\nos.makedirs(FLAGS.output_dir)\nout_path = os.path.join(FLAGS.output_d... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix mot infer video (#3805) |
499,301 | 29.07.2021 14:18:32 | -28,800 | 383ffa1491269c7aaa9f2df95029a82c028a7140 | fix weights path error | [
{
"change_type": "MODIFY",
"old_path": "configs/sparse_rcnn/sparse_rcnn_r50_fpn_3x_pro100_coco.yml",
"new_path": "configs/sparse_rcnn/sparse_rcnn_r50_fpn_3x_pro100_coco.yml",
"diff": "@@ -7,4 +7,4 @@ _BASE_: [\n]\nnum_classes: 80\n-weights: output/sparse_rcnn_r50b_fpn_pro100/model_final\n+weights: o... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix weights path error (#3812) |
499,298 | 30.07.2021 18:57:00 | -28,800 | 0a2153c9bf584086670abda5d741b904577c60bf | [mot] fix mot pose unite deploy cpu mkldnn | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/mot_jde_infer.py",
"new_path": "deploy/python/mot_jde_infer.py",
"diff": "@@ -91,6 +91,8 @@ class JDE_Detector(Detector):\ndef postprocess(self, pred_dets, pred_embs, threshold):\nonline_targets = self.tracker.update(pred_dets, pred_embs)\n+ if o... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [mot] fix mot pose unite deploy cpu mkldnn (#3837) |
499,298 | 30.07.2021 20:20:27 | -28,800 | 25d4a853aca1db3f1ccbb33193562e86847ce054 | fix pose deploy infer timebug | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/utils.py",
"new_path": "deploy/python/utils.py",
"diff": "@@ -170,15 +170,16 @@ class Timer(Times):\nprint(\"total_time(ms): {}, img_num: {}\".format(total_time * 1000,\nself.img_num))\npreprocess_time = round(\n- self.preprocess_time_s.value() /... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix pose deploy infer timebug (#3841) |
499,298 | 02.08.2021 11:03:30 | -28,800 | 1adca6bf677b9d8c4d9640c00e1cbf5df35ca334 | fix hrnet SELayer import | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/backbones/hrnet.py",
"new_path": "ppdet/modeling/backbones/hrnet.py",
"diff": "import paddle\nimport paddle.nn as nn\nimport paddle.nn.functional as F\n+from paddle.nn import AdaptiveAvgPool2D, Linear, Uniform\nfrom paddle.regularizer import L2D... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix hrnet SELayer import (#3855) |
499,298 | 02.08.2021 15:35:15 | -28,800 | ed0cd8da117fcc23349fc648abe1bac94ee2eeaf | fix hrnet import Uniform | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/backbones/hrnet.py",
"new_path": "ppdet/modeling/backbones/hrnet.py",
"diff": "import paddle\nimport paddle.nn as nn\nimport paddle.nn.functional as F\n-from paddle.nn import AdaptiveAvgPool2D, Linear, Uniform\n+from paddle.nn import AdaptiveAvg... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix hrnet import Uniform (#3859) |
499,301 | 03.08.2021 13:10:00 | -28,800 | 63ead1e4980738742c188078af24a2d889180dd7 | Fix args for infer | [
{
"change_type": "MODIFY",
"old_path": "configs/sparse_rcnn/_base_/sparse_rcnn_reader.yml",
"new_path": "configs/sparse_rcnn/_base_/sparse_rcnn_reader.yml",
"diff": "@@ -39,6 +39,6 @@ TestReader:\n- Permute: {}\nbatch_transforms:\n- PadBatch: {pad_to_stride: 32}\n- - Gt2SparseRCNNTarget: {train: fal... | Python | Apache License 2.0 | paddlepaddle/paddledetection | Fix args for infer (#3839) |
499,313 | 03.08.2021 15:48:09 | -28,800 | 6e8607b4c042453dc8ea5c2ffb244cc7e792dbc6 | unify dist download | [
{
"change_type": "MODIFY",
"old_path": "ppdet/utils/checkpoint.py",
"new_path": "ppdet/utils/checkpoint.py",
"diff": "@@ -55,41 +55,6 @@ def _get_unique_endpoints(trainer_endpoints):\nreturn unique_endpoints\n-def get_weights_path_dist(path):\n- env = os.environ\n- if 'PADDLE_TRAINERS_NUM' in env an... | Python | Apache License 2.0 | paddlepaddle/paddledetection | unify dist download (#3866) |
499,339 | 03.08.2021 19:56:25 | -28,800 | 2c47839bd75d8b70c4f4b976bfeea15a82586b84 | [doc fix] fix detr docs, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "configs/deformable_detr/README.md",
"new_path": "configs/deformable_detr/README.md",
"diff": "@@ -17,6 +17,12 @@ Deformable DETR is an object detection model based on DETR. We reproduced the mo\n- Deformable DETR is trained on COCO train2017 dataset and evalua... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [doc fix] fix detr docs, test=document_fix (#3872) |
499,313 | 04.08.2021 15:18:15 | -28,800 | 23674478c477534013d4a83555b66c54409252d9 | fix download hang | [
{
"change_type": "MODIFY",
"old_path": "ppdet/utils/download.py",
"new_path": "ppdet/utils/download.py",
"diff": "@@ -412,7 +412,7 @@ def _download_dist(url, path, md5sum=None):\nos.remove(lock_path)\nelse:\nwhile os.path.exists(lock_path):\n- time.sleep(1)\n+ time.sleep(0.5)\nreturn fullname\nelse:... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix download hang (#3874) |
499,333 | 05.08.2021 15:43:29 | -28,800 | 77c616d08c0f2d822b533d020bfc58df5206b52e | fix no label training in bs2 | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/proposal_generator/target.py",
"new_path": "ppdet/modeling/proposal_generator/target.py",
"diff": "@@ -215,7 +215,8 @@ def generate_proposal_target(rpn_rois,\nif gt_bbox.shape[0] > 0:\nsampled_bbox = paddle.gather(gt_bbox, sampled_gt_ind)\nelse:... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix no label training in bs2 (#3890) |
499,331 | 08.08.2021 00:59:36 | -28,800 | c7ef5eb0a8e4f03c8fd67ec4b3cd3674ae2d2ab0 | fix detach bug | [
{
"change_type": "MODIFY",
"old_path": "configs/dota/s2anet_1x_spine.yml",
"new_path": "configs/dota/s2anet_1x_spine.yml",
"diff": "@@ -27,3 +27,4 @@ S2ANetHead:\nreg_loss_weight: [1.0, 1.0, 1.0, 1.0, 1.05]\ncls_loss_weight: [1.05, 1.0]\nreg_loss_type: 'l1'\n+ is_training: True\n"
},
{
"chan... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix detach bug (#3912) |
499,299 | 09.08.2021 10:45:56 | -28,800 | 879c90b6d0420410973f5e22932417d174ef45a9 | add lite-hrnet_256x192 to keypoint model_zoo | [
{
"change_type": "MODIFY",
"old_path": "README_en.md",
"new_path": "README_en.md",
"diff": "@@ -251,6 +251,7 @@ The relationship between COCO mAP and FPS on Tesla V100 of representative models\n- [Keypoint detection](configs/keypoint)\n- HigherHRNet\n- HRNet\n+ - LiteHRNet\n- [Multi-Object Tracking]... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add lite-hrnet_256x192 to keypoint model_zoo (#3907) |
499,313 | 10.08.2021 19:43:24 | -28,800 | 78e6c09bd17d4174b48dc6f3205871af8f6a297a | fix anno not found in infer mode | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/source/dataset.py",
"new_path": "ppdet/data/source/dataset.py",
"diff": "@@ -149,7 +149,12 @@ class ImageFolder(DetDataset):\nself.sample_num = sample_num\ndef check_or_download_dataset(self):\n- return\n+ if self.dataset_dir:\n+ # NOTE: ImageFolder... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix anno not found in infer mode (#3929) |
499,339 | 11.08.2021 15:05:29 | -28,800 | b273cf279ea0a3558f47d64a5433dc32b349ae9b | add merge_config | [
{
"change_type": "MODIFY",
"old_path": "tools/export_model.py",
"new_path": "tools/export_model.py",
"diff": "@@ -103,6 +103,8 @@ def main():\nif FLAGS.slim_config:\ncfg = build_slim_model(cfg, FLAGS.slim_config, mode='test')\n+ # FIXME: Temporarily solve the priority problem of FLAGS.opt\n+ merge_c... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add merge_config (#3938) |
499,298 | 11.08.2021 17:28:51 | -28,800 | 32b1929ce16dda9eb62da0c70526476cd4f1d787 | add BasicBlock dcn | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/backbones/resnet.py",
"new_path": "ppdet/modeling/backbones/resnet.py",
"diff": "@@ -186,7 +186,6 @@ class BasicBlock(nn.Layer):\ndcn_v2=False,\nstd_senet=False):\nsuper(BasicBlock, self).__init__()\n- assert dcn_v2 is False, \"Not implemented y... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add BasicBlock dcn (#3947) |
499,298 | 12.08.2021 10:05:30 | -28,800 | d1c6c1e1a7f7dda73a957f301209567d0848fcb8 | fix mot typo | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/mot_jde_infer.py",
"new_path": "deploy/python/mot_jde_infer.py",
"diff": "@@ -251,8 +251,7 @@ def predict_video(detector, camera_id):\nif not os.path.exists(save_dir):\nos.makedirs(save_dir)\ncv2.imwrite(\n- os.path.join(save_dir, '{:05d}.jpg'.fo... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix mot typo (#3953) |
499,395 | 13.08.2021 12:06:15 | -28,800 | 6abad1604639ebcefdfdca139aa6b2dc8f2afe35 | fix shape to avoid trt problem | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/necks/yolo_fpn.py",
"new_path": "ppdet/modeling/necks/yolo_fpn.py",
"diff": "@@ -24,11 +24,11 @@ __all__ = ['YOLOv3FPN', 'PPYOLOFPN', 'PPYOLOTinyFPN', 'PPYOLOPAN']\ndef add_coord(x, data_format):\n- shape = paddle.shape(x)\n+ b = paddle.shape(x)... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix shape to avoid trt problem (#3962) |
499,298 | 13.08.2021 12:55:08 | -28,800 | 0140dbef4bdc6e515a28a1771834f0729dd7163b | update fairmot doc | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/fairmot/_base_/optimizer_30e.yml",
"new_path": "configs/mot/fairmot/_base_/optimizer_30e.yml",
"diff": "epoch: 30\nLearningRate:\n- base_lr: 0.0004\n+ base_lr: 0.0001\nschedulers:\n- !PiecewiseDecay\ngamma: 0.1\n"
}
] | Python | Apache License 2.0 | paddlepaddle/paddledetection | update fairmot doc (#3970) |
499,299 | 16.08.2021 17:51:13 | -28,800 | 7d8a5d9f2d1c74ee87d8606031bc89aea24e900e | add two lite-hrnet models | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/keypoint/lite_hrnet/lite_hrnet_18_384x288_coco.yml",
"diff": "+use_gpu: true\n+log_iter: 5\n+save_dir: output\n+snapshot_epoch: 10\n+weights: output/lite_hrnet_18_384x288_coco/model_final\n+epoch: 210\n+num_joints: &num_joints 17\n+pixel... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add two lite-hrnet models (#3983) |
499,298 | 17.08.2021 14:14:38 | -28,800 | ab5e750d1ead2b49a6f6047d896683034046bbc1 | [MOT] fix doc gpu nums and ffmpeg | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/README.md",
"new_path": "configs/mot/README.md",
"diff": "@@ -42,6 +42,7 @@ pip install -r requirements.txt\n**Notes:**\n- Install `cython_bbox` for Windows: `pip install -e git+https://github.com/samson-wang/cython_bbox.git#egg=cython-bbox`. You c... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix doc gpu nums and ffmpeg (#3995) |
499,313 | 25.08.2021 15:03:27 | -28,800 | 3c9bcfab868f50636685f4921fed483159ff5393 | udpate verison require & fix typo | [
{
"change_type": "MODIFY",
"old_path": "README_en.md",
"new_path": "README_en.md",
"diff": "@@ -96,7 +96,7 @@ Based on the high performance core of PaddlePaddle, advantages of training speed\n</ul>\n</ul>\n<ul>\n- <li><b>Face-Detction</b></li>\n+ <li><b>Face-Detection</b></li>\n<ul>\n<li>FaceBoxes</... | Python | Apache License 2.0 | paddlepaddle/paddledetection | udpate verison require & fix typo (#4023) |
499,313 | 26.08.2021 10:38:42 | -28,800 | 18a1f7303e61d25761fceb0e0f71bf753c80adc5 | set highest import priority for current dir | [
{
"change_type": "MODIFY",
"old_path": "tools/anchor_cluster.py",
"new_path": "tools/anchor_cluster.py",
"diff": "@@ -20,8 +20,7 @@ import os\nimport sys\n# add python path of PadleDetection to sys.path\nparent_path = os.path.abspath(os.path.join(__file__, *(['..'] * 2)))\n-if parent_path not in sys... | Python | Apache License 2.0 | paddlepaddle/paddledetection | set highest import priority for current dir (#4019) |
499,339 | 26.08.2021 16:44:41 | -28,800 | 3b564170a8cd8ee05ca4aa1f23db9e3ea8a45f3e | [ssd] add MLPerf ssd model | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/ssd/_base_/optimizer_70e.yml",
"diff": "+epoch: 70\n+\n+LearningRate:\n+ base_lr: 0.05\n+ schedulers:\n+ - !PiecewiseDecay\n+ milestones: [48, 60]\n+ gamma: [0.1, 0.1]\n+ use_warmup: false\n+\n+OptimizerBuilder:\n+ optimizer:\n+ momentum... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [ssd] add MLPerf ssd model (#4055) |
499,304 | 30.08.2021 13:59:48 | -28,800 | ea5c89dd8bed191bfcc2fea70d6946ffbcf17491 | fix GFL export model with slice | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/gfl_head.py",
"new_path": "ppdet/modeling/heads/gfl_head.py",
"diff": "@@ -419,7 +419,9 @@ class GFLHead(nn.Layer):\nmlvl_scores = []\nfor stride, cls_score, bbox_pred in zip(self.fpn_stride, cls_scores,\nbbox_preds):\n- featmap_size = cls... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix GFL export model with slice (#4083) |
499,298 | 30.08.2021 14:04:15 | -28,800 | abad2953a8e1a5dd2f4e691752e53eadd6a2fade | [MOT] fix ffmpeg | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/mot_jde_infer.py",
"new_path": "deploy/python/mot_jde_infer.py",
"diff": "@@ -267,7 +267,7 @@ def predict_video(detector, camera_id):\nif FLAGS.save_images:\nsave_dir = os.path.join(FLAGS.output_dir, video_name.split('.')[-2])\n- cmd_str = 'ffmpe... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix ffmpeg (#4078) |
499,298 | 30.08.2021 14:05:34 | -28,800 | 2c2eaf93b44e5905096ac5311332dff34ae1ba89 | [MOT] update mot kitticars modelzoo | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/README.md",
"new_path": "configs/mot/README.md",
"diff": "@@ -118,7 +118,7 @@ If you use a stronger detection model, you can get better results. Each txt is t\n| backbone | input shape | MOTA | IDF1 | IDS | FP | FN | FPS | download | config |\n| :-... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] update mot kitticars modelzoo (#4084) |
499,304 | 30.08.2021 19:29:28 | -28,800 | f74aa666c54d200f790a477cd0fc349d0478c8ed | fix cascade_mask_rcnn export model | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/export_utils.py",
"new_path": "ppdet/engine/export_utils.py",
"diff": "@@ -122,7 +122,8 @@ def _dump_infer_config(config, path, image_shape, model):\nformat(infer_arch) +\n'Please set TRT_MIN_SUBGRAPH in ppdet/engine/export_utils.py')\nos._exit(0)... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix cascade_mask_rcnn export model (#4088) |
499,348 | 31.08.2021 14:18:11 | -28,800 | 8d6e1137ff75bc55a701c8700b0f36414a1f3bb2 | delay coco data load | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/source/keypoint_coco.py",
"new_path": "ppdet/data/source/keypoint_coco.py",
"diff": "@@ -63,6 +63,9 @@ class KeypointBottomUpBaseDataset(DetDataset):\nself.ann_info['num_joints'] = num_joints\nself.img_ids = []\n+ def parse_dataset(self):\n+ pass\n+... | Python | Apache License 2.0 | paddlepaddle/paddledetection | delay coco data load (#4095) |
499,333 | 01.09.2021 10:37:46 | -28,800 | 69e909b4c918bb6ce6a4a9486e040c054ee88b4a | assign on cpu | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/proposal_generator/target.py",
"new_path": "ppdet/modeling/proposal_generator/target.py",
"diff": "@@ -27,7 +27,8 @@ def rpn_anchor_target(anchors,\nbatch_size=1,\nignore_thresh=-1,\nis_crowd=None,\n- weights=[1., 1., 1., 1.]):\n+ weights=[1., 1... | Python | Apache License 2.0 | paddlepaddle/paddledetection | assign on cpu (#4099) |
499,333 | 01.09.2021 12:25:58 | -28,800 | e49827047e1aee55530edc59554c88965f6c77fa | refine set_device | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/proposal_generator/target.py",
"new_path": "ppdet/modeling/proposal_generator/target.py",
"diff": "@@ -74,8 +74,9 @@ def label_box(anchors,\nis_crowd=None,\nassign_on_cpu=False):\nif assign_on_cpu:\n- with paddle.fluid.framework._dygraph_place_g... | Python | Apache License 2.0 | paddlepaddle/paddledetection | refine set_device (#4102) |
499,395 | 02.09.2021 14:21:41 | -28,800 | 90d4a0659bf3e3b806b8f7fa7e081142715b1e2c | modify VOCDataSet and default value of allow_empty | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/source/coco.py",
"new_path": "ppdet/data/source/coco.py",
"diff": "@@ -48,7 +48,7 @@ class COCODataSet(DetDataset):\ndata_fields=['image'],\nsample_num=-1,\nload_crowd=False,\n- allow_empty=False,\n+ allow_empty=True,\nempty_ratio=1.):\nsuper(COCODa... | Python | Apache License 2.0 | paddlepaddle/paddledetection | modify VOCDataSet and default value of allow_empty (#4096) |
499,395 | 03.09.2021 16:27:10 | -28,800 | aff7391f685915c1e589c4db0f8125d4e5bb45af | add image shape for TestReader of s2anet | [
{
"change_type": "MODIFY",
"old_path": "configs/dota/_base_/s2anet_reader.yml",
"new_path": "configs/dota/_base_/s2anet_reader.yml",
"diff": "@@ -29,6 +29,8 @@ EvalReader:\nTestReader:\n+ inputs_def:\n+ image_shape: [3, 1024, 1024]\nsample_transforms:\n- Decode: {}\n- Resize: {interp: 2, target_size... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add image shape for TestReader of s2anet (#4109) |
499,301 | 05.09.2021 10:20:42 | -28,800 | 339fe7168a8982588c2fed10bd4cea4ea9947565 | update drop_path_rate | [
{
"change_type": "MODIFY",
"old_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_transformer.yml",
"new_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_transformer.yml",
"diff": "@@ -13,10 +13,9 @@ SwinTransformer:\nnum_heads: [3, 6, 12, 24]\nwindow_size: 7\nape: false\n- drop_path_rate: 0.1\... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update drop_path_rate (#4101) |
499,299 | 07.09.2021 20:02:22 | -28,800 | 00beb736c0091347957be826bb9aef2bd79e04bb | fix gather op out_of_range_error in Solov2 cpu inference | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/solov2_head.py",
"new_path": "ppdet/modeling/heads/solov2_head.py",
"diff": "@@ -488,6 +488,9 @@ class SOLOv2Head(nn.Layer):\nfill_value=self.segm_strides[_ind],\ndtype=\"int32\"))\nstrides = paddle.concat(strides)\n+ strides = paddle.conc... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix gather op out_of_range_error in Solov2 cpu inference (#4140) |
499,333 | 08.09.2021 19:35:17 | -28,800 | f2ab17c056c4832327fa59796613c3d272bfda97 | revert default value of allow_empty | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/source/coco.py",
"new_path": "ppdet/data/source/coco.py",
"diff": "@@ -48,7 +48,7 @@ class COCODataSet(DetDataset):\ndata_fields=['image'],\nsample_num=-1,\nload_crowd=False,\n- allow_empty=True,\n+ allow_empty=False,\nempty_ratio=1.):\nsuper(COCODa... | Python | Apache License 2.0 | paddlepaddle/paddledetection | revert default value of allow_empty (#4150) |
499,339 | 09.09.2021 11:01:49 | -28,800 | 197b5a9b348e463958715c83cfa12ca840dd29ed | [dev] add bifpn in necks | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/necks/__init__.py",
"new_path": "ppdet/modeling/necks/__init__.py",
"diff": "@@ -18,6 +18,7 @@ from . import hrfpn\nfrom . import ttf_fpn\nfrom . import centernet_fpn\nfrom . import pan\n+from . import bifpn\nfrom .fpn import *\nfrom .yolo_fpn i... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [dev] add bifpn in necks (#4148) |
499,339 | 14.09.2021 15:56:15 | -28,800 | b19807f852b337e61d20e53ac1fa5e0bc88464b7 | [fp16] fix bug when use drop block in fp16 | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/layers.py",
"new_path": "ppdet/modeling/layers.py",
"diff": "@@ -279,7 +279,7 @@ class DropBlock(nn.Layer):\nfor s in shape:\ngamma *= s / (s - self.block_size + 1)\n- matrix = paddle.cast(paddle.rand(x.shape, x.dtype) < gamma, x.dtype)\n+ matri... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [fp16] fix bug when use drop block in fp16 (#4178) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.