{"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/190408900","title":"CornerNet-Lite: Efficient Keypoint Based Object Detection","arxiv_id":"1904.08900","date":"2019-04-18","proceeding":null,"authors":["Hei Law","Yun Teng","Olga Russakovsky","Jia Deng"],"abstract":"Keypoint-based methods are a relatively new paradigm in object detection, eliminating the need for anchor boxes and offering a simplified detection framework. Keypoint-based CornerNet achieves state of the art accuracy among single-stage detectors. However, this accuracy comes at high processing cost. In this work, we tackle the problem of efficient keypoint-based object detection and introduce CornerNet-Lite. CornerNet-Lite is a combination of two efficient variants of CornerNet: CornerNet-Saccade, which uses an attention mechanism to eliminate the need for exhaustively processing all pixels of the image, and CornerNet-Squeeze, which introduces a new compact backbone architecture. Together these two variants address the two critical use cases in efficient object detection: improving efficiency without sacrificing accuracy, and improving accuracy at real-time efficiency. CornerNet-Saccade is suitable for offline processing, improving the efficiency of CornerNet by 6.0x and the AP by 1.0% on COCO. CornerNet-Squeeze is suitable for real-time detection, improving both the efficiency and accuracy of the popular real-time detector YOLOv3 (34.4% AP at 30ms for CornerNet-Squeeze compared to 33.0% AP at 39ms for YOLOv3 on COCO). Together these contributions for the first time reveal the potential of keypoint-based detection to be useful for applications requiring processing efficiency.","url_abs":"https://arxiv.org/abs/1904.08900v2","url_pdf":"https://arxiv.org/pdf/1904.08900v2.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":"190408900","repo_url":"https://github.com/princeton-vl/CornerNet-Lite","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"190408900","repo_url":"https://github.com/Arno3165229/CornerNet_Traffic_Light","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"190408900","repo_url":"https://github.com/hollyprince/ObjectsDetection-CornerNet-Lite","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"190408900","repo_url":"https://github.com/jason-su/UCGNet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"190408900","repo_url":"https://github.com/takooctopus/CornerNet-Lite-Tako","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"190408900","repo_url":"https://github.com/PaddlePaddle/PaddleDetection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"paddle","reach":null}],"tasks":[{"task_slug":"object","task_name":"Object"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"real-time-object-detection","task_name":"Real-Time Object Detection"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[{"method_slug":"1x1-convolution","method_name":"1x1 Convolution"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"batch-normalization","method_name":"Batch Normalization"},{"method_slug":"colorjitter","method_name":"ColorJitter"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"corner-pooling","method_name":"Corner Pooling"},{"method_slug":"cornernet-saccade","method_name":"CornerNet-Saccade"},{"method_slug":"cornernet-squeeze","method_name":"CornerNet-Squeeze"},{"method_slug":"cornernet-squeeze-hourglass","method_name":"CornerNet-Squeeze Hourglass"},{"method_slug":"cornernet-squeeze-hourglass-module","method_name":"CornerNet-Squeeze Hourglass Module"},{"method_slug":"depthwise-convolution","method_name":"Depthwise Convolution"},{"method_slug":"depthwise-fire-module","method_name":"Depthwise Fire Module"},{"method_slug":"depthwise-separable-convolution","method_name":"Depthwise Separable Convolution"},{"method_slug":"hourglass-module","method_name":"Hourglass Module"},{"method_slug":"max-pooling","method_name":"Max Pooling"},{"method_slug":"pointwise-convolution","method_name":"Pointwise Convolution"},{"method_slug":"randomhorizontalflip","method_name":"Random Horizontal Flip"},{"method_slug":"random-resized-crop","method_name":"Random Resized Crop"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"sigmoid-activation","method_name":"Sigmoid Activation"},{"method_slug":"soft-nms","method_name":"Soft-NMS"},{"method_slug":"stacked-hourglass-network","method_name":"Stacked Hourglass Network"}],"datasets_introduced":[],"methods_introduced":[{"slug":"cornernet-saccade","name":"CornerNet-Saccade","full_name":"CornerNet-Saccade"},{"slug":"cornernet-squeeze-hourglass","name":"CornerNet-Squeeze Hourglass","full_name":"CornerNet-Squeeze Hourglass"},{"slug":"cornernet-squeeze-hourglass-module","name":"CornerNet-Squeeze Hourglass Module","full_name":"CornerNet-Squeeze Hourglass Module"},{"slug":"depthwise-fire-module","name":"Depthwise Fire Module","full_name":"Depthwise Fire Module"}],"results":[{"leaderboard":"/sota/object-detection-on-coco-minival","task":"Object Detection","dataset":"COCO minival","model":"CornerNet-Saccade (Hourglass-54)","rank_in_archive_order":152,"of":220,"metrics":{"APL":"58.4","APM":"44.3","APS":"25.5","box AP":"42.6"},"uses_additional_data":false},{"leaderboard":"/sota/object-detection-on-coco-minival","task":"Object Detection","dataset":"COCO minival","model":"CornerNet-Saccade (Hourglass-104)","rank_in_archive_order":164,"of":220,"metrics":{"APL":"57.1","APM":"43.5","APS":"23.8","box AP":"41.4"},"uses_additional_data":false},{"leaderboard":"/sota/object-detection-on-coco","task":"Object Detection","dataset":"COCO test-dev","model":"CornerNet-Saccade (Hourglass-104, multi-scale)","rank_in_archive_order":162,"of":225,"metrics":{"APL":"57.3","APM":"44.6","APS":"24.4","box mAP":"43.2"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1904.08900","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1904.08900"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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/princeton-vl/CornerNet-Lite","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/takooctopus/CornerNet-Lite-Tako","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hollyprince/ObjectsDetection-CornerNet-Lite","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"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/jason-su/UCGNet","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Arno3165229/CornerNet_Traffic_Light","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"ran_honours":1,"unverified":26},"by_repo_kind":{"official":{"samples":10,"ran":0,"repositories":1},"listed":{"samples":17,"ran":1,"repositories":3}},"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":"c2515898895b1abb","entry":"make_pool_layer","repo":"Arno3165229/CornerNet_Traffic_Light","repo_kind":"listed","path":"core/models/CornerNet_Squeeze_traffic_light.py","file_url":"https://github.com/Arno3165229/CornerNet_Traffic_Light/blob/HEAD/core/models/CornerNet_Squeeze_traffic_light.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"c2515898895b1abb"}},{"code_sha256_prefix":"31f1bf0da9917cf2","entry":"adjustBox","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/II_final_cluster.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/II_final_cluster.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"31f1bf0da9917cf2"}},{"code_sha256_prefix":"60533f474c215b10","entry":"bbox_overlaps","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/sample/cornernet_saccade.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/sample/cornernet_saccade.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"60533f474c215b10"}},{"code_sha256_prefix":"5d7d6657a9bda8b0","entry":"caps_loss","repo":"Arno3165229/CornerNet_Traffic_Light","repo_kind":"listed","path":"capsulenet.py","file_url":"https://github.com/Arno3165229/CornerNet_Traffic_Light/blob/HEAD/capsulenet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"5d7d6657a9bda8b0"}},{"code_sha256_prefix":"c59dc8df02529bb7","entry":"clip_detections","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/sample/cornernet_saccade.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/sample/cornernet_saccade.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"c59dc8df02529bb7"}},{"code_sha256_prefix":"12b1c3d7659ccdbf","entry":"clip_detections","repo":"takooctopus/CornerNet-Lite-Tako","repo_kind":"listed","path":"core/sample/cornernet_saccade.py","file_url":"https://github.com/takooctopus/CornerNet-Lite-Tako/blob/HEAD/core/sample/cornernet_saccade.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"12b1c3d7659ccdbf"}},{"code_sha256_prefix":"266fdbb0268ac59a","entry":"cluster_method","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/II_final_cluster.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/II_final_cluster.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"266fdbb0268ac59a"}},{"code_sha256_prefix":"16418ec4775fb6fd","entry":"convert","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/IV_2_xml2yolo.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/IV_2_xml2yolo.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"16418ec4775fb6fd"}},{"code_sha256_prefix":"37018977a90a808c","entry":"cornernet","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/sample/cornernet.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/sample/cornernet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"37018977a90a808c"}},{"code_sha256_prefix":"2032e5dc001bc848","entry":"crop_image_dets","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/sample/cornernet_saccade.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/sample/cornernet_saccade.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"2032e5dc001bc848"}},{"code_sha256_prefix":"7ddc205848964f81","entry":"crop_image_dets","repo":"takooctopus/CornerNet-Lite-Tako","repo_kind":"listed","path":"core/sample/cornernet_saccade.py","file_url":"https://github.com/takooctopus/CornerNet-Lite-Tako/blob/HEAD/core/sample/cornernet_saccade.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"7ddc205848964f81"}},{"code_sha256_prefix":"52e2b9065925a120","entry":"dot_Visualization","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/II_final_cluster.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/II_final_cluster.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"52e2b9065925a120"}},{"code_sha256_prefix":"53fce1a4f77b89a0","entry":"draw_bboxes","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/vis_utils.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/vis_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"53fce1a4f77b89a0"}},{"code_sha256_prefix":"f6d6243a2f16050c","entry":"draw_bboxes","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/VIII_Visual.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/VIII_Visual.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"f6d6243a2f16050c"}},{"code_sha256_prefix":"d315cf6dc8591a0f","entry":"draw_bboxes","repo":"takooctopus/CornerNet-Lite-Tako","repo_kind":"listed","path":"core/vis_utils.py","file_url":"https://github.com/takooctopus/CornerNet-Lite-Tako/blob/HEAD/core/vis_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"d315cf6dc8591a0f"}},{"code_sha256_prefix":"8208f342ced40efa","entry":"format_label","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/III_crop_visdrone.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/III_crop_visdrone.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"8208f342ced40efa"}},{"code_sha256_prefix":"715bd6c6d94fc031","entry":"init_parallel_jobs","repo":"takooctopus/CornerNet-Lite-Tako","repo_kind":"listed","path":"traindagm.py","file_url":"https://github.com/takooctopus/CornerNet-Lite-Tako/blob/HEAD/traindagm.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"715bd6c6d94fc031"}},{"code_sha256_prefix":"c98d51db76f717db","entry":"load_cfg","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/base.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/base.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"c98d51db76f717db"}},{"code_sha256_prefix":"54abd86de92a09d9","entry":"load_nnet","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/base.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/base.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"54abd86de92a09d9"}},{"code_sha256_prefix":"8b9e0456b6d2f8e5","entry":"make_hg_layer","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/models/CornerNet.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/models/CornerNet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"8b9e0456b6d2f8e5"}},{"code_sha256_prefix":"7e951e1acd6861ce","entry":"make_layer","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/models/CornerNet_Squeeze.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/models/CornerNet_Squeeze.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"7e951e1acd6861ce"}},{"code_sha256_prefix":"1a49c2fd47493e3f","entry":"make_square","repo":"Arno3165229/CornerNet_Traffic_Light","repo_kind":"listed","path":"capsulenet.py","file_url":"https://github.com/Arno3165229/CornerNet_Traffic_Light/blob/HEAD/capsulenet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"1a49c2fd47493e3f"}},{"code_sha256_prefix":"da553b870518bd92","entry":"make_unpool_layer","repo":"princeton-vl/CornerNet-Lite","repo_kind":"official","path":"core/models/CornerNet_Squeeze.py","file_url":"https://github.com/princeton-vl/CornerNet-Lite/blob/HEAD/core/models/CornerNet_Squeeze.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"da553b870518bd92"}},{"code_sha256_prefix":"7973ac6326951ada","entry":"nms","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/VI_NMS.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/VI_NMS.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"7973ac6326951ada"}},{"code_sha256_prefix":"dee4e996bce1007b","entry":"print_detection_eval_metrics","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/VII_MAP.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/VII_MAP.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"dee4e996bce1007b"}},{"code_sha256_prefix":"c153426da88dccd3","entry":"readClipTxt","repo":"jason-su/UCGNet","repo_kind":"listed","path":"custom/V_merge_json.py","file_url":"https://github.com/jason-su/UCGNet/blob/HEAD/custom/V_merge_json.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"c153426da88dccd3"}},{"code_sha256_prefix":"14c8e8b4bfa1bf08","entry":"squash","repo":"Arno3165229/CornerNet_Traffic_Light","repo_kind":"listed","path":"capsulelayers.py","file_url":"https://github.com/Arno3165229/CornerNet_Traffic_Light/blob/HEAD/capsulelayers.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"14c8e8b4bfa1bf08"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}