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 | 15.09.2021 15:39:22 | -28,800 | efcca773cbc0c7a3d532bdd9d748e78f2f005b4d | add faster rcnn swin models | [
{
"change_type": "RENAME",
"old_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_transformer_reader.yml",
"new_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_reader.yml",
"diff": ""
},
{
"change_type": "RENAME",
"old_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_transformer... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add faster rcnn swin models (#4187) |
499,339 | 15.09.2021 22:03:52 | -28,800 | 59c954630a58cd62e3394eb41851ad92c25e0963 | fix device key | [
{
"change_type": "MODIFY",
"old_path": "tests/test.sh",
"new_path": "tests/test.sh",
"diff": "@@ -124,8 +124,8 @@ infer_export_list=$(func_parser_value \"${lines[37]}\")\ninfer_is_quant=$(func_parser_value \"${lines[38]}\")\n# parser inference\ninference_py=$(func_parser_value \"${lines[39]}\")\n-us... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix device key (#4188) |
499,339 | 17.09.2021 20:25:32 | -28,800 | 3a9d38b5820551be58949fc2581394b9094414be | [ce test] fix amp bug in ce test | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/necks/yolo_fpn.py",
"new_path": "ppdet/modeling/necks/yolo_fpn.py",
"diff": "@@ -30,8 +30,8 @@ def add_coord(x, data_format):\nelse:\nh, w = x.shape[1], x.shape[2]\n- gx = paddle.arange(w, dtype=x.dtype) / ((w - 1.) * 2.0) - 1.\n- gy = paddle.ar... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [ce test] fix amp bug in ce test (#4196) |
499,298 | 22.09.2021 10:42:06 | -28,800 | 155190c2b643466113e1a9974046d79964df6e18 | [MOT] fix fairmot centernet_head bias init | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/centernet_head.py",
"new_path": "ppdet/modeling/heads/centernet_head.py",
"diff": "@@ -98,6 +98,7 @@ class CenterNetHead(nn.Layer):\nstride=1,\npadding=0,\nbias=True))\n+ with paddle.no_grad():\nself.heatmap[2].conv.bias[:] = -2.19\nself.s... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix fairmot centernet_head bias init (#4206) |
499,301 | 23.09.2021 10:52:34 | -28,800 | e86d59ff5e0255690217c33c38c38b1213148bfd | update bias init | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/detr_head.py",
"new_path": "ppdet/modeling/heads/detr_head.py",
"diff": "@@ -307,6 +307,8 @@ class DeformableDETRHead(nn.Layer):\nlinear_init_(self.score_head)\nconstant_(self.score_head.bias, -4.595)\nconstant_(self.bbox_head.layers[-1].w... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update bias init (#4212) |
499,298 | 23.09.2021 19:33:27 | -28,800 | 3adb10630917c20266d798e525a9508fcc32e93c | fix kitti metric deploy | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/source/category.py",
"new_path": "ppdet/data/source/category.py",
"diff": "@@ -90,16 +90,19 @@ def get_categories(metric_type, anno_file=None, arch=None):\nelif metric_type.lower() in ['mot', 'motdet', 'reid']:\nreturn _mot_category()\n+ elif metric... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix kitti metric deploy (#4227) |
499,348 | 28.09.2021 10:22:49 | -28,800 | 19bc329408c41475b34d0ca483ab9c3fdebb407e | add darkpose support | [
{
"change_type": "MODIFY",
"old_path": "deploy/lite/include/keypoint_detector.h",
"new_path": "deploy/lite/include/keypoint_detector.h",
"diff": "@@ -49,9 +49,11 @@ class KeyPointDetector {\npublic:\nexplicit KeyPointDetector(const std::string& model_dir,\nint cpu_threads = 1,\n- const int batch_siz... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add darkpose support (#4232) |
499,301 | 12.10.2021 10:38:00 | -28,800 | 16e3d7408161713c765886cfb952f98d9f68713c | add conv mixer | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/layers.py",
"new_path": "ppdet/modeling/layers.py",
"diff": "@@ -1388,3 +1388,37 @@ class MultiHeadAttention(nn.Layer):\nif self.need_weights:\nouts.append(weights)\nreturn out if len(outs) == 1 else tuple(outs)\n+\n+\n+@register\n+class ConvMix... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add conv mixer (#4280) |
499,339 | 12.10.2021 10:50:42 | -28,800 | bceb6e4ef3139e04558fac8f16f6bbfc6e6d3af0 | [benchmark] add detection train benchmark scripts | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "benchmark/prepare.sh",
"diff": "+#!/usr/bin/env bash\n+\n+pip3.7 install -U pip Cython\n+pip3.7 install -r requirements.txt\n+mv ./dataset/coco/download_coco.py . && rm -rf ./dataset/coco/* && mv ./download_coco.py ./dataset/coco/\n+# prepare li... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [benchmark] add detection train benchmark scripts (#4250) |
499,301 | 13.10.2021 17:12:33 | -28,800 | 1abb4b8bf6498be3bb418fd3f0cdfd2c6180eba9 | pop str im_file | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -204,6 +204,8 @@ class DecodeCache(BaseOperator):\nsample['im_shape'] = np.array(im.shape[:2], dtype=np.float32)\nsample['scale_factor'] = np.array([1., 1.], dtype... | Python | Apache License 2.0 | paddlepaddle/paddledetection | pop str im_file (#4299) |
499,304 | 14.10.2021 14:56:36 | -28,800 | 846f6d5c60defa1a04cc5798311951ea774c9fcc | add post quant | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/slim/post_quant/ppyolo_mbv3_large_ptq.yml",
"diff": "+weights: https://paddledet.bj.bcebos.com/models/ppyolo_mbv3_large_coco.pdparams\n+slim: PTQ\n+\n+PTQ:\n+ ptq_config: {\n+ 'activation_quantizer': 'HistQuantizer',\n+ 'upsample_bins': ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add post quant (#4255) |
499,299 | 15.10.2021 10:15:00 | -28,800 | 7da4cf719a2757c35040addedeaa6fff1c999aea | add pose/solov2 model training benchmark | [
{
"change_type": "MODIFY",
"old_path": "benchmark/run_all.sh",
"new_path": "benchmark/run_all.sh",
"diff": "@@ -19,6 +19,9 @@ for model_name in ${model_name_list[@]}; do\nfcos) bs_list=(2 8) ;;\ndeformable_detr) bs_list=(2) ;;\ngfl) bs_list=(2 8) ;;\n+ hrnet) bs_list=(64 160) ;;\n+ higherhrnet) bs_l... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add pose/solov2 model training benchmark (#4303) |
499,301 | 15.10.2021 13:08:37 | -28,800 | e14387f81e93c3da7295a70c7b34ca9c8d8bcdc1 | swin config update | [
{
"change_type": "MODIFY",
"old_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_tiny_fpn.yml",
"new_path": "configs/faster_rcnn/_base_/faster_rcnn_swin_tiny_fpn.yml",
"diff": "@@ -13,7 +13,7 @@ SwinTransformer:\nnum_heads: [3, 6, 12, 24]\nwindow_size: 7\nape: false\n- drop_path_rate: 0.2\n+ drop... | Python | Apache License 2.0 | paddlepaddle/paddledetection | swin config update (#4308) |
499,298 | 15.10.2021 14:18:00 | -28,800 | 6bf1b44338c5b3ee835d382ed01a92e671bba2f9 | [benchmark] add jde/fairmot model training benchmark | [
{
"change_type": "MODIFY",
"old_path": "benchmark/prepare.sh",
"new_path": "benchmark/prepare.sh",
"diff": "pip3.7 install -U pip Cython\npip3.7 install -r requirements.txt\n+\nmv ./dataset/coco/download_coco.py . && rm -rf ./dataset/coco/* && mv ./download_coco.py ./dataset/coco/\n# prepare lite tr... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [benchmark] add jde/fairmot model training benchmark (#4307) |
499,348 | 15.10.2021 21:00:46 | -28,800 | 54fdd88764ed592c20840ac5ad2ca5fd14b27b6b | add Pipeline Total time | [
{
"change_type": "MODIFY",
"old_path": "deploy/lite/src/main.cc",
"new_path": "deploy/lite/src/main.cc",
"diff": "@@ -71,6 +71,18 @@ void PrintBenchmarkLog(std::vector<double> det_time, int img_num) {\n<< \", postprocess_time(ms): \" << det_time[2] / img_num << std::endl;\n}\n+void PrintTotalIimeLog... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add Pipeline Total time (#4318) |
499,339 | 18.10.2021 19:45:00 | -28,800 | 48db9a8c5b01b36492798037f6cad9e71758f905 | [ce tests] add kl to ce | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/slim/post_quant/ppyolo_r50vd_dcn_ptq.yml",
"diff": "+weights: https://paddledet.bj.bcebos.com/models/ppyolo_r50vd_dcn_1x_coco.pdparams\n+slim: PTQ\n+\n+PTQ:\n+ ptq_config: {\n+ 'activation_quantizer': 'HistQuantizer',\n+ 'upsample_bins':... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [ce tests] add kl to ce (#4311) |
499,301 | 19.10.2021 10:57:25 | -28,800 | 98c6934e899e4c42cb1a1ac85a33098e5d7f3c6f | support export | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/backbones/swin_transformer.py",
"new_path": "ppdet/modeling/backbones/swin_transformer.py",
"diff": "@@ -537,7 +537,7 @@ class PatchEmbed(nn.Layer):\nB, C, H, W = x.shape\n# assert [H, W] == self.img_size[:2], \"Input image size ({H}*{W}) doesn'... | Python | Apache License 2.0 | paddlepaddle/paddledetection | support export (#4326) |
499,348 | 19.10.2021 17:58:29 | -28,800 | 488a683815847ea65a4f38779c9f7076f1d0edc2 | update keypoint config | [
{
"change_type": "MODIFY",
"old_path": "deploy/lite/keypoint_runtime_config.json",
"new_path": "deploy/lite/keypoint_runtime_config.json",
"diff": "{\n+ \"model_dir_det\": \"./model_det/\",\n+ \"batch_size_det\": 1,\n+ \"threshold_det\": 0.5,\n\"model_dir_keypoint\": \"./model_keypoint/\",\n\"batch_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update keypoint config (#4334) |
499,348 | 20.10.2021 16:48:54 | -28,800 | bc437a49d39f85cea58b37863341bd11e3bef368 | infer deploy:fix trt keypointbatchsize; lite deploy: update total pipeline time from per person to per image | [
{
"change_type": "MODIFY",
"old_path": "deploy/cpp/src/main_keypoint.cc",
"new_path": "deploy/cpp/src/main_keypoint.cc",
"diff": "@@ -445,7 +445,7 @@ int main(int argc, char** argv) {\nif (!FLAGS_model_dir_keypoint.empty())\n{\nkeypoint = new PaddleDetection::KeyPointDetector(FLAGS_model_dir_keypoin... | Python | Apache License 2.0 | paddlepaddle/paddledetection | infer deploy:fix trt keypointbatchsize; lite deploy: update total pipeline time from per person to per image (#4339) |
499,301 | 21.10.2021 10:21:44 | -28,800 | 1755a2b215217fa3293e475a9c581ac33d1ffd05 | add w/o weight decay params groups | [
{
"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,3 +15,4 @@ OptimizerBuilder:\noptimizer:\ntype: AdamW\nweight_decay: 0.05\n+ without_weight_decay_params: ['absolute_pos_embed', ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add w/o weight decay params groups (#4337) |
499,302 | 21.10.2021 10:27:12 | -28,800 | 69d21d887e4db3f3d38bff3bb9cb8a29c448e0fb | [NPU] add npu support for yolov3, test=develop | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -79,3 +79,6 @@ dataset/wider_face/WIDER_val\ndataset/wider_face/wider_face_split\nppdet/version.py\n+\n+# NPU meta folder\n+kernel_meta/\n"
},
{
"change_type": "MODIFY",
"old_path": "ppdet/utils/ch... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [NPU] add npu support for yolov3, test=develop (#4344) |
499,339 | 21.10.2021 10:32:58 | -28,800 | 8474ac990c391d5c14b45ba7f38251b834d67915 | [deploy] fix no object in Detector.predict | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/infer.py",
"new_path": "deploy/python/infer.py",
"diff": "@@ -170,7 +170,7 @@ class Detector(object):\nresults = []\nif reduce(lambda x, y: x * y, np_boxes.shape) < 6:\nprint('[WARNNING] No object detected.')\n- results = {'boxes': np.array([[]])... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [deploy] fix no object in Detector.predict (#4325) |
499,339 | 21.10.2021 10:41:38 | -28,800 | 4f0aa7effa44fc91f26548e262668aad8b51c3da | [benchmark] fix nan in training | [
{
"change_type": "MODIFY",
"old_path": "benchmark/run_benchmark.sh",
"new_path": "benchmark/run_benchmark.sh",
"diff": "@@ -20,12 +20,18 @@ function _train(){\necho \"Train on ${num_gpu_devices} GPUs\"\necho \"current CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES, gpus=$num_gpu_devices, batch_size=$bat... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [benchmark] fix nan in training (#4345) |
499,348 | 21.10.2021 19:34:54 | -28,800 | 85218f9a64943478dfcd557dd9c44023513c7922 | lite deploy: fix pose visualize | [
{
"change_type": "MODIFY",
"old_path": "deploy/lite/include/keypoint_detector.h",
"new_path": "deploy/lite/include/keypoint_detector.h",
"diff": "@@ -43,7 +43,8 @@ struct KeyPointResult {\n// Visualiztion KeyPoint Result\ncv::Mat VisualizeKptsResult(const cv::Mat& img,\nconst std::vector<KeyPointRes... | Python | Apache License 2.0 | paddlepaddle/paddledetection | lite deploy: fix pose visualize (#4349) |
499,299 | 22.10.2021 10:59:42 | -28,800 | 8a3376b8f20829926a0d3dde6f88f97e2ea90646 | fix trt inference error in lite_hrnet | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/backbones/lite_hrnet.py",
"new_path": "ppdet/modeling/backbones/lite_hrnet.py",
"diff": "@@ -651,7 +651,9 @@ class LiteHRNetModule(nn.Layer):\nfor i in range(len(self.fuse_layers)):\ny = out[0] if i == 0 else self.fuse_layers[i][0](out[0])\nfor ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix trt inference error in lite_hrnet (#4355) |
499,395 | 22.10.2021 11:00:56 | -28,800 | 6596f23cbcfbf3d28afc832da634a305d70696ef | modify doc of ppyolo, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "configs/ppyolo/README.md",
"new_path": "configs/ppyolo/README.md",
"diff": "@@ -19,7 +19,7 @@ PP-YOLO reached mmAP(IoU=0.5:0.95) as 45.9% on COCO test-dev2017 dataset, and in\n<img src=\"../../docs/images/ppyolo_map_fps.png\" width=500 />\n</div>\n-PP-YOLO imp... | Python | Apache License 2.0 | paddlepaddle/paddledetection | modify doc of ppyolo, test=document_fix (#3748) |
499,301 | 23.10.2021 00:02:04 | -28,800 | 9e55e67195ae6872c3b1742a7281765eddeef4ce | update export config | [
{
"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": "@@ -29,9 +29,11 @@ EvalReader:\nTestReader:\n+ inputs_def:\n+ image_shape: [1, 3, 800, 1344]\nsample_transforms:\n- Decode: ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update export config (#4362) |
499,304 | 25.10.2021 17:14:02 | -28,800 | 1fa998be68f98cb5be46f8d6c5559b6239fffc54 | update PicoDet readme | [
{
"change_type": "RENAME",
"old_path": "configs/picodet/more_config/picodet_lcnet_416_coco.yml",
"new_path": "configs/picodet/more_config/picodet_lcnet_1_5x_416_coco.yml",
"diff": "@@ -6,8 +6,8 @@ _BASE_: [\n'../_base_/picodet_416_reader.yml',\n]\n-pretrain_weights: https://paddledet.bj.bcebos.com/m... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update PicoDet readme (#4369) |
499,339 | 26.10.2021 16:14:32 | -28,800 | 26ae0baca0ddbfd8ee4810b3a89cebe603e4f424 | [dev] fix tood negative training | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/assigners/atss_assigner.py",
"new_path": "ppdet/modeling/assigners/atss_assigner.py",
"diff": "@@ -114,6 +114,14 @@ class ATSSAssigner(nn.Layer):\nnum_anchors, _ = anchor_bboxes.shape\nbatch_size, num_max_boxes, _ = gt_bboxes.shape\n+ # negative... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [dev] fix tood negative training (#4371) |
499,304 | 26.10.2021 17:13:46 | -28,800 | 35a93b11cfc09136a9e8b630bfe514f5a59d5f4d | fix quant & ptq export | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README.md",
"new_path": "configs/picodet/README.md",
"diff": "@@ -23,13 +23,13 @@ We developed a series of lightweight models, which named `PicoDet`. Because of i\n| Model | Input size | mAP<sup>val<br>0.5:0.95 | mAP<sup>val<br>0.5 | Params<br>... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix quant & ptq export (#4370) |
499,339 | 28.10.2021 20:23:26 | -28,800 | 9737390102600d2e9fd440553d857ebdc6d1698f | [depoly] fix inconsistency between cpp and python | [
{
"change_type": "MODIFY",
"old_path": "deploy/cpp/src/main.cc",
"new_path": "deploy/cpp/src/main.cc",
"diff": "@@ -128,27 +128,36 @@ static void MkDirs(const std::string& path) {\n}\nvoid PredictVideo(const std::string& video_path,\n- PaddleDetection::ObjectDetector* det) {\n+ PaddleDetection::Obje... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [depoly] fix inconsistency between cpp and python (#4351) |
499,348 | 28.10.2021 20:59:15 | -28,800 | df98ac6150e021d0e3cca796b3ee49ad8f1982ea | update BenchmarkLog and fix some bug | [
{
"change_type": "MODIFY",
"old_path": "deploy/cpp/src/main_keypoint.cc",
"new_path": "deploy/cpp/src/main_keypoint.cc",
"diff": "@@ -79,17 +79,32 @@ void PrintBenchmarkLog(std::vector<double> det_time, int img_num){\nLOG(INFO) << \"cpu_math_library_num_threads: \" << FLAGS_cpu_threads;\nLOG(INFO) <... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update BenchmarkLog and fix some bug (#4383) |
499,299 | 29.10.2021 11:40:22 | -28,800 | 87b1fccdd6c74439953422d3fa30845be3e0bfeb | add tinypose models | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/keypoint/tiny_pose/keypoint/tinypose_128x96.yml",
"diff": "+use_gpu: true\n+log_iter: 5\n+save_dir: output\n+snapshot_epoch: 10\n+weights: output/tinypose_128x96/model_final\n+epoch: 420\n+num_joints: &num_joints 17\n+pixel_std: &pixel_s... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add tinypose models (#4388) |
499,301 | 02.11.2021 00:51:16 | -28,800 | 2348dcded813412879dcfedac202d2b1210840a8 | update sniper docs | [
{
"change_type": "MODIFY",
"old_path": "configs/sniper/faster_rcnn_r50_fpn_1x_sniper_visdrone.yml",
"new_path": "configs/sniper/faster_rcnn_r50_fpn_1x_sniper_visdrone.yml",
"diff": "@@ -5,7 +5,27 @@ _BASE_: [\n'../faster_rcnn/_base_/optimizer_1x.yml',\n'_base_/faster_fpn_reader.yml',\n]\n-weights: o... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update sniper docs (#4411) |
499,304 | 02.11.2021 11:46:29 | -28,800 | a2f165adfcb35732b5f968a54e855f35711222df | update PicoDet cite | [
{
"change_type": "ADD",
"old_path": "docs/images/picodet_android_demo1.jpg",
"new_path": "docs/images/picodet_android_demo1.jpg",
"diff": "Binary files /dev/null and b/docs/images/picodet_android_demo1.jpg differ\n"
},
{
"change_type": "ADD",
"old_path": "docs/images/picodet_android_demo... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update PicoDet cite (#4415) |
499,301 | 02.11.2021 13:23:42 | -28,800 | 54631803755e7b61bc329e910d9a63ae45d1cb72 | update swin export config | [
{
"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": "@@ -30,10 +30,10 @@ EvalReader:\nTestReader:\ninputs_def:\n- image_shape: [1, 3, 800, 1344]\n+ image_shape: [1, 3, 640, 640]... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update swin export config (#4418) |
499,348 | 02.11.2021 13:26:21 | -28,800 | e56212b546e997da7aea8f35883c773e23c5b910 | fix qps nan int python/utils.pyL192 | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/utils.py",
"new_path": "deploy/python/utils.py",
"diff": "@@ -190,8 +190,11 @@ class Timer(Times):\n4) if average else self.inference_time_s.value()\naverage_latency = total_time / max(1, self.img_num)\n+ qps = 0\n+ if total_time > 0:\n+ qps = 1 ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix qps nan int python/utils.pyL192 (#4414) |
499,304 | 02.11.2021 22:23:52 | -28,800 | 60296806335b538743119d73a9faad3cfe6e1640 | fix PicoDet export and simOTA | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/architectures/picodet.py",
"new_path": "ppdet/modeling/architectures/picodet.py",
"diff": "@@ -64,7 +64,7 @@ class PicoDet(BaseArch):\nfpn_feats = self.neck(body_feats)\nhead_outs = self.head(fpn_feats, self.deploy)\nif self.training or self.dep... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix PicoDet export and simOTA (#4431) |
499,301 | 02.11.2021 23:40:29 | -28,800 | 73a94c1ea979d3bfb301a77bd81cb24ee4239fc1 | update sniper config | [
{
"change_type": "MODIFY",
"old_path": "configs/sniper/faster_rcnn_r50_fpn_1x_visdrone.yml",
"new_path": "configs/sniper/faster_rcnn_r50_fpn_1x_visdrone.yml",
"diff": "_BASE_: [\n'../datasets/coco_detection.yml',\n'../runtime.yml',\n- '_base_/optimizer_1x.yml',\n- '_base_/faster_rcnn_r50_fpn.yml',\n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update sniper config (#4429) |
499,301 | 03.11.2021 10:52:24 | -28,800 | 69c12a2a317934fa4f7b94e85f277b71c545ef19 | fix sniper db | [
{
"change_type": "MODIFY",
"old_path": "configs/sniper/faster_rcnn_r50_fpn_1x_sniper_visdrone.yml",
"new_path": "configs/sniper/faster_rcnn_r50_fpn_1x_sniper_visdrone.yml",
"diff": "@@ -7,25 +7,3 @@ _BASE_: [\n]\nweights: output/faster_rcnn_r50_fpn_1x_sniper_visdrone/model_final\nfind_unused_paramet... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix sniper db (#4433) |
499,304 | 03.11.2021 14:20:55 | -28,800 | 2513f35ac77dae81a5e008897050b94a442ee593 | fix PicoDet train bug | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README.md",
"new_path": "configs/picodet/README.md",
"diff": "@@ -195,6 +195,15 @@ python tools/post_quant.py -c configs/picodet/picodet_s_320_coco.yml \\\n</details>\n+## FAQ\n+\n+<details>\n+<summary>Out of memory error.</summary>\n+\n+Please... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix PicoDet train bug (#4438) |
499,298 | 03.11.2021 20:42:34 | -28,800 | 7a7a414f2da0419f554ff5c0618940215e91c582 | update visdrone cite | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/pedestrian/README_cn.md",
"new_path": "configs/mot/pedestrian/README_cn.md",
"diff": "@@ -118,16 +118,14 @@ doi={10.1109/ICCV.2017.40},\nISSN={2380-7504},\nmonth={Oct},}\n-@article{zhu2018vision,\n- title={Vision meets drones: A challenge},\n- auth... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update visdrone cite (#4448) |
499,304 | 03.11.2021 21:18:49 | -28,800 | 4e7ad69adf7c0d090549cb9999cbcabb7b6d7eed | add PicoDet voc config | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README.md",
"new_path": "configs/picodet/README.md",
"diff": "@@ -20,9 +20,6 @@ We developed a series of lightweight models, named `PP-PicoDet`. Because of the\n- [ ] Pretrained models for more scenarios.\n- [ ] More features in need.\n-## Requ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add PicoDet voc config (#4442) |
499,313 | 03.11.2021 23:03:31 | -28,800 | 25f36578fc9271f41c790ad6111520589fa2213f | remove Mosaic & RandomPerspective | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/operators.py",
"new_path": "ppdet/data/transform/operators.py",
"diff": "@@ -253,8 +253,8 @@ class SniperDecodeCrop(BaseOperator):\nchip = sample['chip']\nx1, y1, x2, y2 = [int(xi) for xi in chip]\n- im = im[max(y1, 0):min(y2, im.shape[0])... | Python | Apache License 2.0 | paddlepaddle/paddledetection | remove Mosaic & RandomPerspective (#4450) |
499,339 | 04.11.2021 10:42:36 | -28,800 | 397a1d57d2092b59400ab2388506bb03ae46f407 | [benchmark] fix faster rcnn dataloader inconsistence | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "benchmark/configs/faster_rcnn_r50_fpn_1x_coco.yml",
"diff": "+_BASE_: [\n+ '../../configs/datasets/coco_detection.yml',\n+ '../../configs/runtime.yml',\n+ '../../configs/faster_rcnn/_base_/optimizer_1x.yml',\n+ '../../configs/faster_rcnn/_base_/... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [benchmark] fix faster rcnn dataloader inconsistence (#4451) |
499,301 | 05.11.2021 01:08:43 | -28,800 | d8cb6707a2291f0f493f0b5a2e155760483ab574 | fix picodet postprocess for none-det case | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/picodet_postprocess.py",
"new_path": "deploy/python/picodet_postprocess.py",
"diff": "@@ -193,13 +193,17 @@ class PicoDetPostProcess(object):\ntop_k=self.keep_top_k, )\npicked_box_probs.append(box_probs)\npicked_labels.extend([class_index] * box_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix picodet postprocess for none-det case (#4462) |
499,299 | 05.11.2021 09:53:28 | -28,800 | 8a685c4b67807907ce0012aba497bab1f76b31cf | update code reference information for keypoint | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/keypoint_preprocess.py",
"new_path": "deploy/python/keypoint_preprocess.py",
"diff": "@@ -109,7 +109,10 @@ def get_affine_transform(center,\ndef get_warp_matrix(theta, size_input, size_dst, size_target):\n- \"\"\"Calculate the transformation matr... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update code reference information for keypoint (#4458) |
499,348 | 05.11.2021 11:36:26 | -28,800 | 8ebccc9f1ef248ea1885d4263cfb1816184aeab1 | update keypoint code citation | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/keypoint_postprocess.py",
"new_path": "deploy/python/keypoint_postprocess.py",
"diff": "@@ -23,7 +23,7 @@ from keypoint_preprocess import get_affine_mat_kernel, get_affine_transform\nclass HrHRNetPostProcess(object):\n- '''\n+ \"\"\"\nHrHRNet pos... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update keypoint code citation (#4456) |
499,395 | 05.11.2021 13:05:46 | -28,800 | 69cc99f9d17ff7ca34670fb770915d653ce26b30 | add reference of some code and remove some code | [
{
"change_type": "MODIFY",
"old_path": "ppdet/data/transform/op_helper.py",
"new_path": "ppdet/data/transform/op_helper.py",
"diff": "@@ -464,65 +464,6 @@ def gaussian2D(shape, sigma_x=1, sigma_y=1):\nreturn h\n-def transform_bbox(sample,\n- M,\n- w,\n- h,\n- area_thr=0.25,\n- wh_thr=2,\n- ar_thr=20... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add reference of some code and remove some code (#4467) |
499,339 | 05.11.2021 16:16:31 | -28,800 | 56705e1edd07b31e8a25fdc375a1e76944c62f0d | fix code reference and licence | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/assigners/atss_assigner.py",
"new_path": "ppdet/modeling/assigners/atss_assigner.py",
"diff": "@@ -79,7 +79,10 @@ class ATSSAssigner(nn.Layer):\ngt_bboxes,\nbg_index,\ngt_scores=None):\n- r\"\"\"The assignment is done in following steps\n+ r\"\"... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix code reference and licence (#4477) |
499,348 | 05.11.2021 19:23:38 | -28,800 | a229530bc3a88269ba750b37f9dbafc666e8e219 | add deploy keypoint infer save results | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/det_keypoint_unite_infer.py",
"new_path": "deploy/python/det_keypoint_unite_infer.py",
"diff": "# limitations under the License.\nimport os\n-\n+import json\nimport cv2\nimport math\nimport numpy as np\n@@ -80,7 +80,7 @@ def predict_with_given_de... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add deploy keypoint infer save results (#4480) |
499,298 | 06.11.2021 17:48:20 | -28,800 | b2f3ad7cc0a91d589a3910a49e2fd5c5cce0e83c | [MOT] refine deepsort, fix jde | [
{
"change_type": "DELETE",
"old_path": "deploy/python/tracker/__init__.py",
"new_path": null,
"diff": "-# Copyright (c) 2021 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 th... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] refine deepsort, fix jde (#4490) |
499,333 | 07.11.2021 20:02:03 | -28,800 | 305928b882a28574efe5ece8eeaf410f1e8f9e4d | [MOT] fix stream predict | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/include/pipeline.h",
"new_path": "deploy/pptracking/include/pipeline.h",
"diff": "@@ -79,7 +79,7 @@ class Pipeline {\nvoid PredictMTMCT(const std::vector<std::string> video_inputs);\n// Run pipeline in stream\n- void RunMOTStream(const cv::Ma... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix stream predict (#4497) |
499,298 | 09.11.2021 11:17:28 | -28,800 | 9c0b62a7977d88c939c2a60c8f84e5678f903fe4 | add pptracking light weight modelzoo | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/mcfairmot/README.md",
"new_path": "configs/mot/mcfairmot/README.md",
"diff": "@@ -18,6 +18,8 @@ MCFairMOT is the Multi-class extended version of [FairMOT](https://arxiv.org/abs\n| :--------------| :------- | :----: | :----: | :---: | :------: | :--... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add pptracking light weight modelzoo (#4512) |
499,298 | 09.11.2021 15:56:00 | -28,800 | 7441fba7580a5c017cd30d8187498c48db356ed2 | [MOT] fix picodet deepsort deploy, add cls_name visualization | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/mot_jde_infer.py",
"new_path": "deploy/python/mot_jde_infer.py",
"diff": "@@ -23,7 +23,6 @@ import paddle\nfrom paddle.inference import Config\nfrom paddle.inference import create_predictor\n-from preprocess import preprocess\nfrom utils import a... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix picodet deepsort deploy, add cls_name visualization (#4513) |
499,395 | 10.11.2021 14:28:15 | -28,800 | 91f55ece6c86b0ea9a2d3e8510ee347152d8d592 | modify s2anet config | [
{
"change_type": "MODIFY",
"old_path": "configs/dota/s2anet_conv_2x_dota.yml",
"new_path": "configs/dota/s2anet_conv_2x_dota.yml",
"diff": "@@ -7,6 +7,13 @@ _BASE_: [\n]\nweights: output/s2anet_conv_1x_dota/model_final\n+ResNet:\n+ depth: 50\n+ variant: b\n+ norm_type: bn\n+ return_idx: [1,2,3]\n+ n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | modify s2anet config (#4524) |
499,298 | 11.11.2021 10:28:26 | -28,800 | b78d756e9b07b5770586b7f79c6ba3f001404b6e | [MOT] fix kitti results, fix mcmot ids2names | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/mot_jde_infer.py",
"new_path": "deploy/python/mot_jde_infer.py",
"diff": "@@ -183,7 +183,7 @@ def predict_image(detector, image_list):\n[frame], FLAGS.threshold)\nonline_im = plot_tracking_dict(frame, num_classes, online_tlwhs,\nonline_ids, onlin... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix kitti results, fix mcmot ids2names (#4536) |
499,299 | 11.11.2021 13:58:02 | -28,800 | d3927dde28e892a0c81108b51b02b09057b7bdb5 | default fusenorm to False in export model | [
{
"change_type": "MODIFY",
"old_path": "configs/keypoint/tiny_pose/keypoint/tinypose_128x96.yml",
"new_path": "configs/keypoint/tiny_pose/keypoint/tinypose_128x96.yml",
"diff": "@@ -144,4 +144,4 @@ TestReader:\nis_scale: true\n- Permute: {}\nbatch_size: 1\n- fuse_normalize: true\n+ fuse_normalize: f... | Python | Apache License 2.0 | paddlepaddle/paddledetection | default fusenorm to False in export model (#4547) |
499,313 | 12.11.2021 10:41:03 | -28,800 | 70753f5d62ac5730dfe78be0ef8d3148d51b0a2b | add citation for ppdet/utils/colormap.py | [
{
"change_type": "MODIFY",
"old_path": "ppdet/utils/colormap.py",
"new_path": "ppdet/utils/colormap.py",
"diff": "@@ -23,6 +23,8 @@ import numpy as np\ndef colormap(rgb=False):\n\"\"\"\nGet colormap\n+\n+ The code of this function is copied from https://github.com/facebookresearch/Detectron/blob/mai... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add citation for ppdet/utils/colormap.py (#4466) |
499,313 | 12.11.2021 22:19:30 | -28,800 | 7826f247cca66f2e9d0d0d113d6eaf4e46eae215 | fix PIL may read image with rotation | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -22,7 +22,7 @@ import copy\nimport time\nimport numpy as np\n-from PIL import Image\n+from PIL import Image, ImageOps\nimport paddle\nimport paddle.distributed as dist\n@@ -527,6 +527... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix PIL may read image with rotation (#4563) |
499,333 | 14.11.2021 22:54:49 | -28,800 | 93787dca80dc3e65377cbb61e986c1a712008fc1 | [MOT] update pptracking doc | [
{
"change_type": "ADD",
"old_path": "docs/images/pptracking-demo.gif",
"new_path": "docs/images/pptracking-demo.gif",
"diff": "Binary files /dev/null and b/docs/images/pptracking-demo.gif differ\n"
},
{
"change_type": "ADD",
"old_path": "docs/images/pptracking.png",
"new_path": "docs... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] update pptracking doc (#4581) |
499,333 | 15.11.2021 16:31:37 | -28,800 | b999092e8f54e83da2faab4c4c9b7b8a153ffbaf | [MOT] add demo citation | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/README.md",
"new_path": "configs/mot/README.md",
"diff": "@@ -28,6 +28,8 @@ Paddledetection implements three MOT algorithms of these two series.\n<div align=\"center\">\n<img src=\"../../docs/images/mot16_jde.gif\" width=500 />\n+ <br>\n+ demo reso... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] add demo citation (#4584) |
499,340 | 17.11.2021 17:52:16 | -28,800 | bba88f6791aa8a4f2e1d3683541bb48f00eb4e6e | fix warmup+decay LR | [
{
"change_type": "MODIFY",
"old_path": "ppdet/optimizer.py",
"new_path": "ppdet/optimizer.py",
"diff": "@@ -56,11 +56,13 @@ class CosineDecay(object):\nmax_iters = self.max_epochs * int(step_per_epoch)\nif boundary is not None and value is not None and self.use_warmup:\n+ warmup_iters = len(boundary... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix warmup+decay LR (#4611) |
499,304 | 17.11.2021 18:48:39 | -28,800 | d6dff40e7b68c54c76e3dc03a0ffe1c5064276cf | fix picodet docs | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README.md",
"new_path": "configs/picodet/README.md",
"diff": "@@ -212,7 +212,7 @@ paddle2onnx --model_dir output_inference/picodet_s_320_coco/ \\\n- [PaddleLite C++ demo](../../deploy/lite)\n- [NCNN C++/Python demo](../../deploy/third_engine/de... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix picodet docs (#4608) |
499,333 | 17.11.2021 18:59:37 | -28,800 | 4e51747527f996466b9510bd2f9a88dbc5350bda | support draw traj in mct | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/python/mot_jde_infer.py",
"new_path": "deploy/pptracking/python/mot_jde_infer.py",
"diff": "@@ -224,7 +224,7 @@ def predict_video(detector, camera_id):\nentrance = None\nrecords = None\nif FLAGS.draw_center_traj:\n- center_traj = {}\n+ center... | Python | Apache License 2.0 | paddlepaddle/paddledetection | support draw traj in mct (#4604) |
499,299 | 18.11.2021 10:39:32 | -28,800 | af56c3e5a7943b58103f5b1af8e956a17fe4cc90 | update tinypose readme | [
{
"change_type": "ADD",
"old_path": "docs/images/tinypose_demo.png",
"new_path": "docs/images/tinypose_demo.png",
"diff": "Binary files /dev/null and b/docs/images/tinypose_demo.png differ\n"
},
{
"change_type": "ADD",
"old_path": "docs/images/tinypose_pipeline.png",
"new_path": "doc... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update tinypose readme (#4618) |
499,333 | 18.11.2021 16:15:53 | -28,800 | 817f7cdba33f8d283245ad2cc87d67d68a3aa433 | fix cmake in pptracking | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/cpp/CMakeLists.txt",
"new_path": "deploy/pptracking/cpp/CMakeLists.txt",
"diff": "@@ -19,7 +19,7 @@ include_directories(\"${CMAKE_SOURCE_DIR}/\")\ninclude_directories(\"${CMAKE_CURRENT_BINARY_DIR}/ext/yaml-cpp/src/ext-yaml-cpp/include\")\nlin... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix cmake in pptracking (#4622) |
499,298 | 19.11.2021 10:12:16 | -28,800 | e34ef6b61168f1feb9e12305c544d73b04f585cb | fix centernet_head size_target | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/heads/centernet_head.py",
"new_path": "ppdet/modeling/heads/centernet_head.py",
"diff": "@@ -201,9 +201,14 @@ class CenterNetHead(nn.Layer):\nsize_target = inputs['size']\n# shape: [bs, max_per_img, 4]\nelse:\n- size_target = inputs['size'][:, :... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix centernet_head size_target (#4626) |
499,333 | 20.11.2021 13:50:56 | -28,800 | 7325d4ab511fa58330396e5436f78709a0446b0b | [MOT] update doc & fix output | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/python/visualize.py",
"new_path": "deploy/pptracking/python/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 - 2], (0, int(40 * text_scale)),\n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] update doc & fix output (#4635) |
499,395 | 20.11.2021 13:51:55 | -28,800 | b1c36d9c9c63b3f3745beacf2f7e130ec30e88bd | increase trt workspace size to 32M while using dcn trt plugin | [
{
"change_type": "MODIFY",
"old_path": "deploy/python/infer.py",
"new_path": "deploy/python/infer.py",
"diff": "@@ -537,7 +537,7 @@ def load_predictor(model_dir,\n}\nif run_mode in precision_map.keys():\nconfig.enable_tensorrt_engine(\n- workspace_size=1 << 10,\n+ workspace_size=1 << 25,\nmax_batch_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | increase trt workspace size to 32M while using dcn trt plugin (#4629) |
499,395 | 22.11.2021 13:39:52 | -28,800 | e07f9b9cceaae9f554b9e522d6213fd56776c823 | polish and fix some code | [
{
"change_type": "MODIFY",
"old_path": "configs/dota/s2anet_1x_spine.yml",
"new_path": "configs/dota/s2anet_1x_spine.yml",
"diff": "@@ -27,4 +27,3 @@ 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 | polish and fix some code (#4643) |
499,298 | 22.11.2021 18:54:38 | -28,800 | 1ba91c0e6dc73be9b8b7ccce9d73bc693a0af02d | [MOT] fix jde head | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/architectures/jde.py",
"new_path": "ppdet/modeling/architectures/jde.py",
"diff": "@@ -16,8 +16,6 @@ from __future__ import absolute_import\nfrom __future__ import division\nfrom __future__ import print_function\n-import paddle\n-from ppdet.mode... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix jde head (#4652) |
499,298 | 23.11.2021 11:00:42 | -28,800 | d015403e62f2587210c2d28d79d095417d60d554 | [MOT] fix deploy infer of pptracking | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/python/mot_jde_infer.py",
"new_path": "deploy/pptracking/python/mot_jde_infer.py",
"diff": "@@ -45,7 +45,7 @@ class JDE_Detector(Detector):\nmodel_dir (str): root path of model.pdiparams, model.pdmodel and infer_cfg.yml\ndevice (str): Choose ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix deploy infer of pptracking (#4659) |
499,348 | 23.11.2021 18:33:57 | -28,800 | 62e759d69839205e6c9c5b216eef6f963d2aec1b | fix cpp infer deploy visualize | [
{
"change_type": "MODIFY",
"old_path": "deploy/cpp/src/main_keypoint.cc",
"new_path": "deploy/cpp/src/main_keypoint.cc",
"diff": "#include <glog/logging.h>\n+#include <math.h>\n+#include <sys/stat.h>\n+#include <sys/types.h>\n+#include <algorithm>\n#include <iostream>\n+#include <numeric>\n#include ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix cpp infer deploy visualize (#4670) |
499,301 | 24.11.2021 14:32:20 | -28,800 | cc70a3df4e9aaa7267289e5476dbdb20935a0e69 | model params FAQ | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README.md",
"new_path": "configs/picodet/README.md",
"diff": "@@ -308,6 +308,21 @@ Please use `PicoDet-LCNet` model, which has fewer `transpose` operators.\n</details>\n+<details>\n+<summary>How to count model parameters.</summary>\n+\n+You can... | Python | Apache License 2.0 | paddlepaddle/paddledetection | model params FAQ (#4690) |
499,298 | 24.11.2021 18:38:22 | -28,800 | 24e9605685dad069d583c7bb3961c4b23b47e2a5 | [MOT] fix plot_tracking_dict | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/python/visualize.py",
"new_path": "deploy/pptracking/python/visualize.py",
"diff": "@@ -205,6 +205,7 @@ def plot_tracking_dict(image,\nline_thickness = max(1, int(image.shape[1] / 500.))\nif num_classes == 1:\n+ if records is not None:\nstart... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] fix plot_tracking_dict (#4694) |
499,339 | 26.11.2021 15:07:01 | -28,800 | 0c3975b9945ac3e90fee1deaa4337b7d891f6e8b | [TIPC] fix cascade rcnn configs, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "test_tipc/configs/cascade_rcnn/cascade_mask_rcnn_r50_fpn_1x_coco_train_infer_python.txt",
"new_path": "test_tipc/configs/cascade_rcnn/cascade_mask_rcnn_r50_fpn_1x_coco_train_infer_python.txt",
"diff": "@@ -41,11 +41,11 @@ inference:./deploy/python/infer.py\n--... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [TIPC] fix cascade rcnn configs, test=document_fix (#4727) |
499,395 | 29.11.2021 11:23:36 | -28,800 | f53a950d812e962715804028d807d3c15e93d6a9 | modify docs of ppyolo and s2anet, test=document_fix | [
{
"change_type": "MODIFY",
"old_path": "configs/dota/README_en.md",
"new_path": "configs/dota/README_en.md",
"diff": "@@ -164,7 +164,6 @@ The inputs of the `multiclass_nms` operator in Paddle support quadrilateral inpu\nPlease refer to the deployment tutorial[Predict deployment](../../deploy/README_... | Python | Apache License 2.0 | paddlepaddle/paddledetection | modify docs of ppyolo and s2anet, test=document_fix (#4738) |
499,339 | 30.11.2021 12:30:51 | -28,800 | dfb8ea1e8ea2b04dab47f05a86f6f2ce3b6e4fd8 | [TOOD] fix dy2st | [
{
"change_type": "MODIFY",
"old_path": "configs/tood/README.md",
"new_path": "configs/tood/README.md",
"diff": "@@ -11,7 +11,7 @@ TOOD is an object detection model. We reproduced the model of the paper.\n| Backbone | Model | Images/GPU | Inf time (fps) | Box AP | Config | Download |\n|:------:|:----... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [TOOD] fix dy2st (#4751) |
499,304 | 30.11.2021 19:17:14 | -28,800 | 1cb2d6c3888f627a6d6126d89ea5600b228e2d49 | add Paddle Liet android demo | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README.md",
"new_path": "configs/picodet/README.md",
"diff": "@@ -213,7 +213,8 @@ paddle2onnx --model_dir output_inference/picodet_s_320_coco/ \\\n- [NCNN C++/Python demo](../../deploy/third_engine/demo_ncnn)\n- [MNN C++/Python demo](../../depl... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add Paddle Liet android demo (#4736) |
499,298 | 02.12.2021 18:55:11 | -28,800 | d41b085d66946219351d8d99c2b3d95756489624 | fix static ssd cfgs | [
{
"change_type": "MODIFY",
"old_path": "static/configs/ssd/ssd_vgg16_300.yml",
"new_path": "static/configs/ssd/ssd_vgg16_300.yml",
"diff": "@@ -62,8 +62,8 @@ TrainReader:\nfields: ['image', 'gt_bbox', 'gt_class']\ndataset:\n!COCODataSet\n- image_dir: val2017\n- anno_path: annotations/instances_val20... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix static ssd cfgs (#4784) |
499,333 | 02.12.2021 21:18:48 | -28,800 | 320ce6c7cb8f633021b96be30559587211bb36bc | support batch_size=2 in RCNN | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/post_process.py",
"new_path": "ppdet/modeling/post_process.py",
"diff": "@@ -91,9 +91,23 @@ class BBoxPostProcess(nn.Layer):\nincluding labels, scores and bboxes.\n\"\"\"\n- if bboxes.shape[0] == 0:\n- bboxes = self.fake_bboxes\n- bbox_num = sel... | Python | Apache License 2.0 | paddlepaddle/paddledetection | support batch_size=2 in RCNN (#4787) |
499,333 | 06.12.2021 22:55:03 | -28,800 | 383bde0b2e3fb74b6344f7926a93cc7e1ac9938f | fix multi-gpu training in static | [
{
"change_type": "MODIFY",
"old_path": "static/tools/train.py",
"new_path": "static/tools/train.py",
"diff": "@@ -112,7 +112,7 @@ def main():\nif cfg.use_gpu:\ndevices_num = fluid.core.get_cuda_device_count()\n- if cfg.use_npu:\n+ elif cfg.use_npu:\ndevices_num = fluid.core.get_npu_device_count()\ne... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix multi-gpu training in static (#4835) |
499,396 | 07.12.2021 12:06:08 | -28,800 | 02428cfd991d80272ed36a5b4fdc95b97829b4d7 | avoid 'invalid escape sequence' warning | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/ops.py",
"new_path": "ppdet/modeling/ops.py",
"diff": "@@ -473,7 +473,7 @@ def distribute_fpn_proposals(fpn_rois,\npixel_offset=False,\nrois_num=None,\nname=None):\n- \"\"\"\n+ r\"\"\"\n**This op only takes LoDTensor as input.** In Feature Pyram... | Python | Apache License 2.0 | paddlepaddle/paddledetection | avoid 'invalid escape sequence' warning (#4832) |
499,301 | 08.12.2021 16:31:06 | -28,800 | 8f98cd7becf8fcf3f7fb9d70d1e5cc5cd218e12f | add arg eta_min | [
{
"change_type": "MODIFY",
"old_path": "ppdet/optimizer.py",
"new_path": "ppdet/optimizer.py",
"diff": "@@ -42,9 +42,10 @@ class CosineDecay(object):\nthe max_iters is much larger than the warmup iter\n\"\"\"\n- def __init__(self, max_epochs=1000, use_warmup=True):\n+ def __init__(self, max_epochs=1... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add arg eta_min (#4815) |
499,298 | 09.12.2021 09:44:33 | -28,800 | f5f778344a4b8d3cc858b191bde506e028f5e7a1 | fix xpu deploy infer enable_lite_engine | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/python/det_infer.py",
"new_path": "deploy/pptracking/python/det_infer.py",
"diff": "@@ -410,6 +410,7 @@ def load_predictor(model_dir,\n# optimize graph and fuse op\nconfig.switch_ir_optim(True)\nelif device == 'XPU':\n+ config.enable_lite_eng... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix xpu deploy infer enable_lite_engine (#4843) |
499,333 | 16.12.2021 22:47:03 | -28,800 | b3e0bd3a00cfe0040b9b43b7d0f2f189117ed0f0 | fix rcnn export | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/post_process.py",
"new_path": "ppdet/modeling/post_process.py",
"diff": "@@ -42,10 +42,6 @@ class BBoxPostProcess(nn.Layer):\nself.num_classes = num_classes\nself.decode = decode\nself.nms = nms\n- self.fake_bboxes = paddle.to_tensor(\n- np.arra... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix rcnn export (#4920) |
499,298 | 17.12.2021 16:15:38 | -28,800 | 08370fccb661e33b09704add02131013da2e894d | [MOT] add bytetracker | [
{
"change_type": "MODIFY",
"old_path": "configs/mot/fairmot/README.md",
"new_path": "configs/mot/fairmot/README.md",
"diff": "@@ -81,6 +81,24 @@ PP-tracking provides an AI studio public project tutorial. Please refer to this\n**Notes:**\n- FairMOT HRNetV2-W18 used 8 GPUs for training and mini-batch ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | [MOT] add bytetracker (#4910) |
499,339 | 20.12.2021 17:20:57 | -28,800 | 3cf6e926b4070fe064b4a24f5385d5c74efc7c05 | update serving to 0.7.0 | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "deploy/serving/label_list.txt",
"diff": "+person\n+bicycle\n+car\n+motorcycle\n+airplane\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\n+cow\n+elephant\n+bear\n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update serving to 0.7.0 (#4956) |
499,304 | 20.12.2021 19:25:16 | -28,800 | 1f8f85397d728958e98e4922309be5954e050071 | fix reader of print_flops | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -370,7 +370,9 @@ class Trainer(object):\nself.status['training_staus'] = stats.TrainingStats(self.cfg.log_iter)\nif self.cfg.get('print_flops', False):\n- self._flops(self.loader)\n+ ... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix reader of print_flops (#4959) |
499,304 | 21.12.2021 10:35:48 | -28,800 | a2f247621f52150cb036dec8054ac63bc5b2f84a | fix voc dataset collact_batch | [
{
"change_type": "MODIFY",
"old_path": "ppdet/engine/trainer.py",
"new_path": "ppdet/engine/trainer.py",
"diff": "@@ -111,8 +111,12 @@ class Trainer(object):\nif self.mode == 'eval':\nself._eval_batch_sampler = paddle.io.BatchSampler(\nself.dataset, batch_size=self.cfg.EvalReader['batch_size'])\n- s... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix voc dataset collact_batch (#4966) |
499,333 | 21.12.2021 21:21:36 | -28,800 | 576f52cf131fb3ac931ff77f5568859f9895e1ef | fix no label training in bs=2 | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/proposal_generator/target.py",
"new_path": "ppdet/modeling/proposal_generator/target.py",
"diff": "@@ -50,8 +50,8 @@ def rpn_anchor_target(anchors,\nlabels = paddle.scatter(labels, fg_inds, paddle.ones_like(fg_inds))\n# Step3: make output\nif gt... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix no label training in bs=2 (#4977) |
499,301 | 22.12.2021 11:59:32 | -28,800 | 692d732994660ceba82c75034c802eb1138239cf | swin shift window | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/backbones/swin_transformer.py",
"new_path": "ppdet/modeling/backbones/swin_transformer.py",
"diff": "@@ -493,8 +493,13 @@ class BasicLayer(nn.Layer):\ncnt = 0\nfor h in h_slices:\nfor w in w_slices:\n+ try:\nimg_mask[:, h, w, :] = cnt\n+ except:... | Python | Apache License 2.0 | paddlepaddle/paddledetection | swin shift window (#4954) |
499,392 | 23.12.2021 21:16:44 | -28,800 | 4ab7c7c079b9b4713c39e93e172e9e1475504bd6 | add ofa picodet demo | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "configs/slim/ofa/ofa_picodet_demo.yml",
"diff": "+weights: https://paddledet.bj.bcebos.com/models/pretrained/ESNet_x1_0_pretrained.pdparams\n+slim: OFA\n+OFA:\n+ ofa_config:\n+ task: expand_ratio\n+ expand_ratio: [0.5, 1]\n+\n+ skip_neck: True\n... | Python | Apache License 2.0 | paddlepaddle/paddledetection | add ofa picodet demo (#4923) |
499,333 | 24.12.2021 16:15:47 | -28,800 | 0c2f474fda9bac93778127dce5a761eb3547f703 | fix idx in post_process | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/post_process.py",
"new_path": "ppdet/modeling/post_process.py",
"diff": "@@ -100,7 +100,6 @@ class BBoxPostProcess(nn.Layer):\nif bbox_num[i] == 0:\nbboxes_i = fake_bboxes\nbbox_num_i = fake_bbox_num\n- id_start += 1\nelse:\nbboxes_i = bboxes[id... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix idx in post_process (#4996) |
499,298 | 26.12.2021 23:59:15 | -28,800 | e035261710a8e3cb335144e6c98c7defba2e986c | fix truncated image reading | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/python/visualize.py",
"new_path": "deploy/pptracking/python/visualize.py",
"diff": "@@ -17,7 +17,8 @@ from __future__ import division\nimport os\nimport cv2\nimport numpy as np\n-from PIL import Image, ImageDraw\n+from PIL import Image, Image... | Python | Apache License 2.0 | paddlepaddle/paddledetection | fix truncated image reading (#4936) |
499,308 | 27.12.2021 15:07:20 | -28,800 | ebbe6686b940ef90ebfb9571126f955bb6f6f7ca | remove version check for clang-format,test=document_fix | [
{
"change_type": "MODIFY",
"old_path": ".travis/codestyle/clang_format.hook",
"new_path": ".travis/codestyle/clang_format.hook",
"diff": "#!/bin/bash\nset -e\n-readonly VERSION=\"3.8\"\n-\n-version=$(clang-format -version)\n-\n-if ! [[ $version == *\"$VERSION\"* ]]; then\n- echo \"clang-format versi... | Python | Apache License 2.0 | paddlepaddle/paddledetection | remove version check for clang-format,test=document_fix (#5004) |
499,333 | 27.12.2021 15:20:15 | -28,800 | f5d8f770c2cf8ad9a91e6c1ae5eeb6bd29524bd2 | support windows deploy for pptracking | [
{
"change_type": "MODIFY",
"old_path": "deploy/pptracking/cpp/src/jde_predictor.cc",
"new_path": "deploy/pptracking/cpp/src/jde_predictor.cc",
"diff": "@@ -32,7 +32,7 @@ void JDEPredictor::LoadModel(const std::string& model_dir,\nconfig.EnableUseGpu(200, this->gpu_id_);\nconfig.SwitchIrOptim(true);\... | Python | Apache License 2.0 | paddlepaddle/paddledetection | support windows deploy for pptracking (#4969) |
499,304 | 27.12.2021 22:53:25 | -28,800 | bb945bf7b3095842ca8f7c719ac218b146eb4f95 | update picodet model zoo | [
{
"change_type": "MODIFY",
"old_path": "configs/picodet/README.md",
"new_path": "configs/picodet/README.md",
"diff": "@@ -27,9 +27,9 @@ 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 | Params<br><su... | Python | Apache License 2.0 | paddlepaddle/paddledetection | update picodet model zoo (#5009) |
499,395 | 27.12.2021 22:53:38 | -28,800 | 54f2411f2bd8d26b2029709a02ae6e9a884c2f9f | modify infer problem of s2anet | [
{
"change_type": "MODIFY",
"old_path": "ppdet/modeling/post_process.py",
"new_path": "ppdet/modeling/post_process.py",
"diff": "@@ -252,7 +252,7 @@ class S2ANetBBoxPostProcess(nn.Layer):\ndef __init__(self, num_classes=15, nms_pre=2000, min_bbox_size=0, nms=None):\nsuper(S2ANetBBoxPostProcess, self)... | Python | Apache License 2.0 | paddlepaddle/paddledetection | modify infer problem of s2anet (#5010) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.