{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/pp-yoloe-an-evolved-version-of-yolo","title":"PP-YOLOE: An evolved version of YOLO","arxiv_id":"2203.16250","date":"2022-03-30","proceeding":null,"authors":["Shangliang Xu","Xinxin Wang","Wenyu Lv","Qinyao Chang","Cheng Cui","Kaipeng Deng","Guanzhong Wang","Qingqing Dang","Shengyu Wei","Yuning Du","Baohua Lai"],"abstract":"In this report, we present PP-YOLOE, an industrial state-of-the-art object detector with high performance and friendly deployment. We optimize on the basis of the previous PP-YOLOv2, using anchor-free paradigm, more powerful backbone and neck equipped with CSPRepResStage, ET-head and dynamic label assignment algorithm TAL. We provide s/m/l/x models for different practice scenarios. As a result, PP-YOLOE-l achieves 51.4 mAP on COCO test-dev and 78.1 FPS on Tesla V100, yielding a remarkable improvement of (+1.9 AP, +13.35% speed up) and (+1.3 AP, +24.96% speed up), compared to the previous state-of-the-art industrial models PP-YOLOv2 and YOLOX respectively. Further, PP-YOLOE inference speed achieves 149.2 FPS with TensorRT and FP16-precision. We also conduct extensive experiments to verify the effectiveness of our designs. Source code and pre-trained models are available at https://github.com/PaddlePaddle/PaddleDetection.","url_abs":"https://arxiv.org/abs/2203.16250v3","url_pdf":"https://arxiv.org/pdf/2203.16250v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"pp-yoloe-an-evolved-version-of-yolo","repo_url":"https://github.com/PaddlePaddle/PaddleDetection","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"paddle","reach":null},{"paper_slug":"pp-yoloe-an-evolved-version-of-yolo","repo_url":"https://github.com/Nioolek/PPYOLOE_pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"pp-yoloe-an-evolved-version-of-yolo","repo_url":"https://github.com/2023-MindSpore-4/Code10/tree/main/YOLOv5","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null},{"paper_slug":"pp-yoloe-an-evolved-version-of-yolo","repo_url":"https://github.com/CycloneBoy/PPDetectionPytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"pp-yoloe-an-evolved-version-of-yolo","repo_url":"https://github.com/Gaurav14cs17/YOLOE","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"pp-yoloe-an-evolved-version-of-yolo","repo_url":"https://github.com/Mind23-2/MindCode-130","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":{"status":"ok"}},{"paper_slug":"pp-yoloe-an-evolved-version-of-yolo","repo_url":"https://github.com/PaddlePaddle/PaddleYOLO","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"paddle","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"pp-yoloe-an-evolved-version-of-yolo","repo_url":"https://github.com/open-mmlab/mmyolo","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}}],"tasks":[{"task_slug":"2d-object-detection","task_name":"2D Object Detection"},{"task_slug":"dense-object-detection","task_name":"Dense Object Detection"},{"task_slug":"multi-object-tracking","task_name":"Multi-Object Tracking"},{"task_slug":"multiple-object-tracking","task_name":"Multiple Object Tracking"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"online-multi-object-tracking","task_name":"Online Multi-Object Tracking"},{"task_slug":"real-time-object-detection","task_name":"Real-Time Object Detection"}],"methods":[{"method_slug":"1x1-convolution","method_name":"1x1 Convolution"},{"method_slug":"average-pooling","method_name":"Average Pooling"},{"method_slug":"batch-normalization","method_name":"Batch Normalization"},{"method_slug":"bottleneck-residual-block","method_name":"Bottleneck Residual Block"},{"method_slug":"bottom-up-path-augmentation","method_name":"Bottom-up Path Augmentation"},{"method_slug":"cspdarknet53","method_name":"CSPDarknet53"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"coordconv","method_name":"CoordConv"},{"method_slug":"deformable-convolution","method_name":"Deformable Convolution"},{"method_slug":"dropblock","method_name":"DropBlock"},{"method_slug":"fpn","method_name":"FPN"},{"method_slug":"global-average-pooling","method_name":"Global Average Pooling"},{"method_slug":"grid-sensitive","method_name":"Grid Sensitive"},{"method_slug":"kaiming-initialization","method_name":"Kaiming Initialization"},{"method_slug":"matrix-nms","method_name":"Matrix NMS"},{"method_slug":"max-pooling","method_name":"Max Pooling"},{"method_slug":"mixup","method_name":"Mixup"},{"method_slug":"pafpn","method_name":"PAFPN"},{"method_slug":"pp-yolo","method_name":"PP-YOLO"},{"method_slug":"pp-yolov2","method_name":"PP-YOLOv2"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"residual-block","method_name":"Residual Block"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"speed","method_name":"SPEED"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"spatial-pyramid-pooling","method_name":"Spatial Pyramid Pooling"},{"method_slug":"tanh-activation","method_name":"Tanh Activation"},{"method_slug":"yolox","method_name":"YOLOX"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/2d-object-detection-on-1","task":"2D Object Detection","dataset":"","model":"","rank_in_archive_order":1,"of":1,"metrics":{},"uses_additional_data":false},{"leaderboard":"/sota/multi-object-tracking-on-mot16","task":"Multi-Object Tracking","dataset":"MOT16","model":"PPTracking","rank_in_archive_order":1,"of":24,"metrics":{"MOTA":"77.7"},"uses_additional_data":true},{"leaderboard":"/sota/multiple-object-tracking-on-crohd","task":"Multiple Object Tracking","dataset":"CroHD","model":"PP-Tracking","rank_in_archive_order":1,"of":5,"metrics":{"MOTA":"72.6"},"uses_additional_data":false},{"leaderboard":"/sota/object-detection-on-4","task":"Object Detection","dataset":"","model":"","rank_in_archive_order":2,"of":2,"metrics":{},"uses_additional_data":false},{"leaderboard":"/sota/object-detection-on-coco","task":"Object Detection","dataset":"COCO test-dev","model":"PP-YOLOE-x(CSPRepResNet-x, 640x640, single-scale )","rank_in_archive_order":73,"of":225,"metrics":{"AP50":"69.9","AP75":"56.5","APL":"66.4","APM":"56.3","APS":"33.3","box mAP":"52.2"},"uses_additional_data":false},{"leaderboard":"/sota/object-detection-on-coco","task":"Object Detection","dataset":"COCO test-dev","model":"PP-YOLOE-l(CSPRepResNet-l, 640x640, single-scale )","rank_in_archive_order":79,"of":225,"metrics":{"AP50":"68.9","AP75":"55.6","APL":"66.1","APM":"55.3","APS":"31.4","box mAP":"51.4"},"uses_additional_data":false},{"leaderboard":"/sota/object-detection-on-coco","task":"Object Detection","dataset":"COCO test-dev","model":"PP-YOLOE-m(CSPRepResNet-m, 640x640, single-scale )","rank_in_archive_order":101,"of":225,"metrics":{"AP50":"66.5","AP75":"53.0","APL":"63.8","APM":"52.9","APS":"28.6","box mAP":"48.9"},"uses_additional_data":false},{"leaderboard":"/sota/object-detection-on-coco","task":"Object Detection","dataset":"COCO test-dev","model":"PP-YOLOE-s(CSPRepResNet-s, 640x640, single-scale )","rank_in_archive_order":163,"of":225,"metrics":{"AP50":"60.5","AP75":"46.6","APL":"56.9","APM":"46.4","APS":"23.2","box mAP":"43.1"},"uses_additional_data":false},{"leaderboard":"/sota/online-multi-object-tracking-on-mot16","task":"Online Multi-Object Tracking","dataset":"MOT16","model":"PP-Tracking","rank_in_archive_order":1,"of":5,"metrics":{"MOTA":"77.7"},"uses_additional_data":false},{"leaderboard":"/sota/real-time-object-detection-on-coco","task":"Real-Time Object Detection","dataset":"COCO (Common Objects in Context)","model":"PP-YOLOE+_X","rank_in_archive_order":22,"of":82,"metrics":{"FPS (V100, b=1)":"45","box AP":"54.7"},"uses_additional_data":false},{"leaderboard":"/sota/real-time-object-detection-on-coco","task":"Real-Time Object Detection","dataset":"COCO (Common Objects in Context)","model":"PP-YOLOE+_L(distillation)","rank_in_archive_order":27,"of":82,"metrics":{"FPS (V100, b=1)":"78","box AP":"54.0"},"uses_additional_data":false},{"leaderboard":"/sota/real-time-object-detection-on-coco","task":"Real-Time Object Detection","dataset":"COCO (Common Objects in Context)","model":"PP-YOLOE+_L","rank_in_archive_order":36,"of":82,"metrics":{"FPS (V100, b=1)":"78","box AP":"52.9"},"uses_additional_data":false},{"leaderboard":"/sota/real-time-object-detection-on-coco","task":"Real-Time Object Detection","dataset":"COCO (Common Objects in Context)","model":"YOLOv3","rank_in_archive_order":52,"of":82,"metrics":{"FPS (V100, b=1)":"123","box AP":"51.0"},"uses_additional_data":false},{"leaderboard":"/sota/real-time-object-detection-on-coco","task":"Real-Time Object Detection","dataset":"COCO (Common Objects in Context)","model":"PP-YOLOE+_M","rank_in_archive_order":58,"of":82,"metrics":{"box AP":"49.8"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/2203.16250","atlas_url":"https://app.syntology.ai/?focus=2203.16250","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2203.16250"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/2023-MindSpore-4/Code10/tree/main/YOLOv5","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PaddlePaddle/PaddleYOLO","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Nioolek/PPYOLOE_pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Mind23-2/MindCode-130","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/open-mmlab/mmyolo","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PaddlePaddle/PaddleDetection","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Gaurav14cs17/YOLOE","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/CycloneBoy/PPDetectionPytorch","reach":{"status":"ok"}}],"summary":{"ran_honours":2,"ran":14,"ran_fixture":1,"unverified":10},"by_repo_kind":{"official":{"samples":2,"ran":2,"repositories":1},"listed":{"samples":25,"ran":15,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"67b9b64fa4f0eb95","entry":"action_preprocess","repo":"PaddlePaddle/PaddleDetection","repo_kind":"official","path":"deploy/pipeline/pphuman/action_infer.py","file_url":"https://github.com/PaddlePaddle/PaddleDetection/blob/HEAD/deploy/pipeline/pphuman/action_infer.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"67b9b64fa4f0eb95"}},{"code_sha256_prefix":"8d93cc301411cb3c","entry":"bbox2delta","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"assigners/bbox_utils.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/assigners/bbox_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8d93cc301411cb3c"}},{"code_sha256_prefix":"e81d4f8b00cb3f47","entry":"bbox_center","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/bbox/utils.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/bbox/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e81d4f8b00cb3f47"}},{"code_sha256_prefix":"68a39442eb36f371","entry":"bbox_iou","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"models/iou_loss.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/models/iou_loss.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"68a39442eb36f371"}},{"code_sha256_prefix":"ba3cd93918de5e4c","entry":"bbox_overlaps","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/bbox/iou2d_calculator.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/bbox/iou2d_calculator.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ba3cd93918de5e4c"}},{"code_sha256_prefix":"12c3f01c59fd6b68","entry":"bbox_overlaps_np","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/bbox/utils.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/bbox/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"12c3f01c59fd6b68"}},{"code_sha256_prefix":"b7c795ceaa23e7d4","entry":"collate_fn","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"dataset.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/dataset.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b7c795ceaa23e7d4"}},{"code_sha256_prefix":"9f6d72530b1f1353","entry":"compute_max_iou_anchor","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"assigners/utils.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/assigners/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f6d72530b1f1353"}},{"code_sha256_prefix":"8c7672b432e60d47","entry":"create_coco_format_dataset","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"download_test_data.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/download_test_data.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8c7672b432e60d47"}},{"code_sha256_prefix":"f35bb01e40ab10f9","entry":"create_synthetic_dataset","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"download_test_data.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/download_test_data.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f35bb01e40ab10f9"}},{"code_sha256_prefix":"d5b6b0de00896b5e","entry":"delta2bbox","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"assigners/bbox_utils.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/assigners/bbox_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d5b6b0de00896b5e"}},{"code_sha256_prefix":"39eace7e2822504f","entry":"drop_path","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/models/drop.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/models/drop.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"39eace7e2822504f"}},{"code_sha256_prefix":"4f25740ddf1557a5","entry":"fp16_clamp","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/bbox/iou2d_calculator.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/bbox/iou2d_calculator.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4f25740ddf1557a5"}},{"code_sha256_prefix":"ce42ee8e2a1370d2","entry":"get_activation","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/models/network_blocks.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/models/network_blocks.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ce42ee8e2a1370d2"}},{"code_sha256_prefix":"21726a1d426815d5","entry":"get_test_skeletons","repo":"PaddlePaddle/PaddleDetection","repo_kind":"official","path":"deploy/pipeline/pphuman/action_infer.py","file_url":"https://github.com/PaddlePaddle/PaddleDetection/blob/HEAD/deploy/pipeline/pphuman/action_infer.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"21726a1d426815d5"}},{"code_sha256_prefix":"cbe8ad0c6532215a","entry":"iou_similarity","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"models/iou_loss.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/models/iou_loss.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cbe8ad0c6532215a"}},{"code_sha256_prefix":"ead7b82265ee7f37","entry":"process_image","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"inference.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/inference.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ead7b82265ee7f37"}},{"code_sha256_prefix":"3d5a979d22be4926","entry":"build_yoloe","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"models/yoloe.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/models/yoloe.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3d5a979d22be4926"}},{"code_sha256_prefix":"346b0a8d4a5df2c4","entry":"cast_tensor_type","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/bbox/iou2d_calculator.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/bbox/iou2d_calculator.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"346b0a8d4a5df2c4"}},{"code_sha256_prefix":"214fcbe11f817297","entry":"check_points_inside_bboxes","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/bbox/utils.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/bbox/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"214fcbe11f817297"}},{"code_sha256_prefix":"5a20a4a84a359e79","entry":"compute_max_iou_gt","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"assigners/utils.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/assigners/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5a20a4a84a359e79"}},{"code_sha256_prefix":"16c920160161420a","entry":"create_dataloader","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"dataset.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"16c920160161420a"}},{"code_sha256_prefix":"684c21a6fdd90d43","entry":"draw_detections","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"inference.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/inference.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"684c21a6fdd90d43"}},{"code_sha256_prefix":"653d5a3aa2c473be","entry":"drop_block_2d","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/models/drop.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/models/drop.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"653d5a3aa2c473be"}},{"code_sha256_prefix":"97aa7c942cfb7d3d","entry":"drop_block_fast_2d","repo":"Nioolek/PPYOLOE_pytorch","repo_kind":"listed","path":"ppyoloe/models/drop.py","file_url":"https://github.com/Nioolek/PPYOLOE_pytorch/blob/HEAD/ppyoloe/models/drop.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"97aa7c942cfb7d3d"}},{"code_sha256_prefix":"c434ee22884ca564","entry":"expand_bbox","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"assigners/bbox_utils.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/assigners/bbox_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c434ee22884ca564"}},{"code_sha256_prefix":"2146112c111105c4","entry":"generate_anchors_for_grid_cell","repo":"Gaurav14cs17/YOLOE","repo_kind":"listed","path":"assigners/utils.py","file_url":"https://github.com/Gaurav14cs17/YOLOE/blob/HEAD/assigners/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2146112c111105c4"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}