{"url":"/task/object-localization","name":"Object Localization","slug":"object-localization","description_markdown":"**Object Localization** is the task of locating an instance of a particular object category in an image, typically by specifying a tightly cropped bounding box centered on the instance. An object proposal specifies a candidate bounding box, and an object proposal is said to be a correct localization if it sufficiently overlaps a human-labeled “ground-truth” bounding box for the given object. In the literature, the “Object Localization” task is to locate one instance of an object category, whereas “object detection” focuses on locating all instances of a category in a given image.\n\n\n<span class=\"description-source\">Source: [Fast On-Line Kernel Density Estimation for Active Object Localization ](https://arxiv.org/abs/1611.05369)</span>","categories":[{"name":"Computer Vision","url":"/area/computer-vision"}],"source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","slug_source":"archive_url"},"counts":{"papers_tagged":617,"papers_with_code":282,"benchmarks":18,"benchmark_tables_in_archive":18,"benchmark_tables_shown":18,"benchmark_tables_withheld_as_spam":0,"benchmark_definition":"a leaderboard table with at least one row; benchmark_tables_shown also counts the zero-row tables; benchmark_tables_in_archive adds the tables withheld as spam","datasets":18,"subtasks":5,"parent_tasks":0},"benchmarks":[{"leaderboard":"/sota/object-localization-on-reverie","slug":"object-localization-on-reverie","dataset":"REVERIE","dataset_url":null,"rows_in_archive":13,"metrics":["RGSPL","Nav-Succ","Nav-OSucc","Nav-SPL","Nav-Length","RGS"],"first_row_in_archive_order":{"model":"OSMaN","paper_title":null,"paper_url":null,"paper_date":"","arxiv_id":null,"code_links":[],"syntology":null}},{"leaderboard":"/sota/object-localization-on-illusionvqa","slug":"object-localization-on-illusionvqa","dataset":"IllusionVQA","dataset_url":"/dataset/illusionvqa","rows_in_archive":9,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GPT4-Vision 4-shot+CoT","paper_title":"IllusionVQA: A Challenging Optical Illusion Dataset for Vision Language Models","paper_url":"/paper/illusionvqa-a-challenging-optical-illusion","paper_date":"2024-03-23","arxiv_id":"2403.15952","code_links":[{"title":"csebuetnlp/illusionvqa","url":"https://github.com/csebuetnlp/illusionvqa"}],"syntology":{"n":5,"n_ran":5,"n_unverified":0,"n_pointer_only":5}}},{"leaderboard":"/sota/object-localization-on-grit","slug":"object-localization-on-grit","dataset":"GRIT","dataset_url":"/dataset/grit","rows_in_archive":3,"metrics":["Localization (ablation)","Localization (test)"],"first_row_in_archive_order":{"model":"Unified-IOXL","paper_title":"Unified-IO: A Unified Model for Vision, Language, and Multi-Modal Tasks","paper_url":"/paper/unified-io-a-unified-model-for-vision","paper_date":"2022-06-17","arxiv_id":"2206.08916","code_links":[],"syntology":null}},{"leaderboard":"/sota/object-localization-on-kitti-pedestrians","slug":"object-localization-on-kitti-pedestrians","dataset":"KITTI Pedestrians Moderate","dataset_url":"/dataset/kitti","rows_in_archive":3,"metrics":["AP"],"first_row_in_archive_order":{"model":"Frustrum-PointPillars","paper_title":"Frustum-PointPillars: A Multi-Stage Approach for 3D Object Detection using RGB Camera and LiDAR","paper_url":"/paper/frustum-pointpillars-a-multi-stage-approach","paper_date":"2021-10-11","arxiv_id":null,"code_links":[{"title":"anshulpaigwar/Frustum-Pointpillars","url":"https://github.com/anshulpaigwar/Frustum-Pointpillars"},{"title":"MS-Mind/MS-Code-06","url":"https://github.com/MS-Mind/MS-Code-06/tree/main/pointpillars"}],"syntology":null}},{"leaderboard":"/sota/object-localization-on-kitti-pedestrians-hard","slug":"object-localization-on-kitti-pedestrians-hard","dataset":"KITTI Pedestrians Hard","dataset_url":"/dataset/kitti","rows_in_archive":3,"metrics":["AP"],"first_row_in_archive_order":{"model":"Frustrum-PointPillars","paper_title":"Frustum-PointPillars: A Multi-Stage Approach for 3D Object Detection using RGB Camera and LiDAR","paper_url":"/paper/frustum-pointpillars-a-multi-stage-approach","paper_date":"2021-10-11","arxiv_id":null,"code_links":[{"title":"anshulpaigwar/Frustum-Pointpillars","url":"https://github.com/anshulpaigwar/Frustum-Pointpillars"},{"title":"MS-Mind/MS-Code-06","url":"https://github.com/MS-Mind/MS-Code-06/tree/main/pointpillars"}],"syntology":null}},{"leaderboard":"/sota/object-localization-on-kitti-cars-easy","slug":"object-localization-on-kitti-cars-easy","dataset":"KITTI Cars Easy","dataset_url":"/dataset/kitti","rows_in_archive":2,"metrics":["AP"],"first_row_in_archive_order":{"model":"VoxelNet","paper_title":"VoxelNet: End-to-End Learning for Point Cloud Based 3D Object Detection","paper_url":"/paper/voxelnet-end-to-end-learning-for-point-cloud","paper_date":"2017-11-17","arxiv_id":"1711.06396","code_links":[{"title":"qianguih/voxelnet","url":"https://github.com/qianguih/voxelnet"},{"title":"skyhehe123/voxelnet-pytorch","url":"https://github.com/skyhehe123/voxelnet-pytorch"},{"title":"steph1793/Voxelnet","url":"https://github.com/steph1793/Voxelnet"},{"title":"TUMFTM/RadarVoxelFusionNet","url":"https://github.com/TUMFTM/RadarVoxelFusionNet"},{"title":"kargarisaac/PointNet-SemSeg-VKITTI3D","url":"https://github.com/kargarisaac/PointNet-SemSeg-VKITTI3D"},{"title":"jediofgever/PointNet_Custom_Object_Detection","url":"https://github.com/jediofgever/PointNet_Custom_Object_Detection"},{"title":"eduardohenriquearnold/coop-3dod-infra","url":"https://github.com/eduardohenriquearnold/coop-3dod-infra"},{"title":"ZhihaoZhu/PointNet-Implementation-Tensorflow","url":"https://github.com/ZhihaoZhu/PointNet-Implementation-Tensorflow"},{"title":"kargarisaac/3d-MNIST-classification-PointNet","url":"https://github.com/kargarisaac/3d-MNIST-classification-PointNet"},{"title":"WordBearerYI/VoxelNet-pytorch","url":"https://github.com/WordBearerYI/VoxelNet-pytorch"},{"title":"aaronfriedman6/MV3D_VoxelNet","url":"https://github.com/aaronfriedman6/MV3D_VoxelNet"},{"title":"y2kmz/pointnetv2","url":"https://github.com/y2kmz/pointnetv2"},{"title":"abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds","url":"https://github.com/abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds"},{"title":"ModelBunker/PointNet-TensorFlow","url":"https://github.com/ModelBunker/PointNet-TensorFlow"},{"title":"CuberrChen/VoxelNet","url":"https://github.com/CuberrChen/VoxelNet"},{"title":"RishiTejaMadduri/VoxelNet_PyTorch","url":"https://github.com/RishiTejaMadduri/VoxelNet_PyTorch"},{"title":"zgx0534/pointnet_win","url":"https://github.com/zgx0534/pointnet_win"},{"title":"wonderland-dsg/pointnet-grid","url":"https://github.com/wonderland-dsg/pointnet-grid"},{"title":"Lw510107/pointnet-2018.6.27-","url":"https://github.com/Lw510107/pointnet-2018.6.27-"},{"title":"KhusDM/PointNetTree","url":"https://github.com/KhusDM/PointNetTree"},{"title":"LebronGG/PointNet","url":"https://github.com/LebronGG/PointNet"},{"title":"dannofield/CarND-Extended-Kalman-Filter","url":"https://github.com/dannofield/CarND-Extended-Kalman-Filter"},{"title":"aviros/roatationPointnet","url":"https://github.com/aviros/roatationPointnet"},{"title":"yanx27/Pointnet","url":"https://github.com/yanx27/Pointnet"},{"title":"SSN15/Behavioral-Cloning--Implementaion-of-Autonomous-car-using-deep-learning","url":"https://github.com/SSN15/Behavioral-Cloning--Implementaion-of-Autonomous-car-using-deep-learning"},{"title":"KaidongLi/tf-3d-alpha","url":"https://github.com/KaidongLi/tf-3d-alpha"},{"title":"dwtstore/sfm1","url":"https://github.com/dwtstore/sfm1"},{"title":"BPMJG/annotated_pointnet","url":"https://github.com/BPMJG/annotated_pointnet"},{"title":"coconutzs/PointNet_zs","url":"https://github.com/coconutzs/PointNet_zs"},{"title":"wuryantoAji/POINTNET","url":"https://github.com/wuryantoAji/POINTNET"},{"title":"LONG-9621/PointNet","url":"https://github.com/LONG-9621/PointNet"},{"title":"LONG-9621/Extract_Point_3D","url":"https://github.com/LONG-9621/Extract_Point_3D"},{"title":"bt77/pointnet","url":"https://github.com/bt77/pointnet"},{"title":"ahmed-anas/thesis-pointnet","url":"https://github.com/ahmed-anas/thesis-pointnet"},{"title":"KiranAkadas/My_Pointnet_v2","url":"https://github.com/KiranAkadas/My_Pointnet_v2"},{"title":"YiruS/pointnet_adversarial","url":"https://github.com/YiruS/pointnet_adversarial"},{"title":"Harut0726/my-pointnet-tensorflow","url":"https://github.com/Harut0726/my-pointnet-tensorflow"},{"title":"AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation","url":"https://github.com/AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation"},{"title":"VaanHUANG/CSCI5210HW1","url":"https://github.com/VaanHUANG/CSCI5210HW1"},{"title":"lingzhang1/pointnet_tensorflow","url":"https://github.com/lingzhang1/pointnet_tensorflow"},{"title":"Yang2446/pointnet","url":"https://github.com/Yang2446/pointnet"},{"title":"aviros/pointnet_totations","url":"https://github.com/aviros/pointnet_totations"},{"title":"hy-signal/VoxelNet","url":"https://github.com/hy-signal/VoxelNet"},{"title":"ytng001/sensemaking","url":"https://github.com/ytng001/sensemaking"}],"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":4}}},{"leaderboard":"/sota/object-localization-on-kitti-cars-hard","slug":"object-localization-on-kitti-cars-hard","dataset":"KITTI Cars Hard","dataset_url":"/dataset/kitti","rows_in_archive":2,"metrics":["AP"],"first_row_in_archive_order":{"model":"VoxelNet","paper_title":"VoxelNet: End-to-End Learning for Point Cloud Based 3D Object Detection","paper_url":"/paper/voxelnet-end-to-end-learning-for-point-cloud","paper_date":"2017-11-17","arxiv_id":"1711.06396","code_links":[{"title":"qianguih/voxelnet","url":"https://github.com/qianguih/voxelnet"},{"title":"skyhehe123/voxelnet-pytorch","url":"https://github.com/skyhehe123/voxelnet-pytorch"},{"title":"steph1793/Voxelnet","url":"https://github.com/steph1793/Voxelnet"},{"title":"TUMFTM/RadarVoxelFusionNet","url":"https://github.com/TUMFTM/RadarVoxelFusionNet"},{"title":"kargarisaac/PointNet-SemSeg-VKITTI3D","url":"https://github.com/kargarisaac/PointNet-SemSeg-VKITTI3D"},{"title":"jediofgever/PointNet_Custom_Object_Detection","url":"https://github.com/jediofgever/PointNet_Custom_Object_Detection"},{"title":"eduardohenriquearnold/coop-3dod-infra","url":"https://github.com/eduardohenriquearnold/coop-3dod-infra"},{"title":"ZhihaoZhu/PointNet-Implementation-Tensorflow","url":"https://github.com/ZhihaoZhu/PointNet-Implementation-Tensorflow"},{"title":"kargarisaac/3d-MNIST-classification-PointNet","url":"https://github.com/kargarisaac/3d-MNIST-classification-PointNet"},{"title":"WordBearerYI/VoxelNet-pytorch","url":"https://github.com/WordBearerYI/VoxelNet-pytorch"},{"title":"aaronfriedman6/MV3D_VoxelNet","url":"https://github.com/aaronfriedman6/MV3D_VoxelNet"},{"title":"y2kmz/pointnetv2","url":"https://github.com/y2kmz/pointnetv2"},{"title":"abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds","url":"https://github.com/abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds"},{"title":"ModelBunker/PointNet-TensorFlow","url":"https://github.com/ModelBunker/PointNet-TensorFlow"},{"title":"CuberrChen/VoxelNet","url":"https://github.com/CuberrChen/VoxelNet"},{"title":"RishiTejaMadduri/VoxelNet_PyTorch","url":"https://github.com/RishiTejaMadduri/VoxelNet_PyTorch"},{"title":"zgx0534/pointnet_win","url":"https://github.com/zgx0534/pointnet_win"},{"title":"wonderland-dsg/pointnet-grid","url":"https://github.com/wonderland-dsg/pointnet-grid"},{"title":"Lw510107/pointnet-2018.6.27-","url":"https://github.com/Lw510107/pointnet-2018.6.27-"},{"title":"KhusDM/PointNetTree","url":"https://github.com/KhusDM/PointNetTree"},{"title":"LebronGG/PointNet","url":"https://github.com/LebronGG/PointNet"},{"title":"dannofield/CarND-Extended-Kalman-Filter","url":"https://github.com/dannofield/CarND-Extended-Kalman-Filter"},{"title":"aviros/roatationPointnet","url":"https://github.com/aviros/roatationPointnet"},{"title":"yanx27/Pointnet","url":"https://github.com/yanx27/Pointnet"},{"title":"SSN15/Behavioral-Cloning--Implementaion-of-Autonomous-car-using-deep-learning","url":"https://github.com/SSN15/Behavioral-Cloning--Implementaion-of-Autonomous-car-using-deep-learning"},{"title":"KaidongLi/tf-3d-alpha","url":"https://github.com/KaidongLi/tf-3d-alpha"},{"title":"dwtstore/sfm1","url":"https://github.com/dwtstore/sfm1"},{"title":"BPMJG/annotated_pointnet","url":"https://github.com/BPMJG/annotated_pointnet"},{"title":"coconutzs/PointNet_zs","url":"https://github.com/coconutzs/PointNet_zs"},{"title":"wuryantoAji/POINTNET","url":"https://github.com/wuryantoAji/POINTNET"},{"title":"LONG-9621/PointNet","url":"https://github.com/LONG-9621/PointNet"},{"title":"LONG-9621/Extract_Point_3D","url":"https://github.com/LONG-9621/Extract_Point_3D"},{"title":"bt77/pointnet","url":"https://github.com/bt77/pointnet"},{"title":"ahmed-anas/thesis-pointnet","url":"https://github.com/ahmed-anas/thesis-pointnet"},{"title":"KiranAkadas/My_Pointnet_v2","url":"https://github.com/KiranAkadas/My_Pointnet_v2"},{"title":"YiruS/pointnet_adversarial","url":"https://github.com/YiruS/pointnet_adversarial"},{"title":"Harut0726/my-pointnet-tensorflow","url":"https://github.com/Harut0726/my-pointnet-tensorflow"},{"title":"AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation","url":"https://github.com/AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation"},{"title":"VaanHUANG/CSCI5210HW1","url":"https://github.com/VaanHUANG/CSCI5210HW1"},{"title":"lingzhang1/pointnet_tensorflow","url":"https://github.com/lingzhang1/pointnet_tensorflow"},{"title":"Yang2446/pointnet","url":"https://github.com/Yang2446/pointnet"},{"title":"aviros/pointnet_totations","url":"https://github.com/aviros/pointnet_totations"},{"title":"hy-signal/VoxelNet","url":"https://github.com/hy-signal/VoxelNet"},{"title":"ytng001/sensemaking","url":"https://github.com/ytng001/sensemaking"}],"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":4}}},{"leaderboard":"/sota/object-localization-on-kitti-cars-moderate","slug":"object-localization-on-kitti-cars-moderate","dataset":"KITTI Cars Moderate","dataset_url":"/dataset/kitti","rows_in_archive":2,"metrics":["AP"],"first_row_in_archive_order":{"model":"Frustum PointNets","paper_title":"Frustum PointNets for 3D Object Detection from RGB-D Data","paper_url":"/paper/frustum-pointnets-for-3d-object-detection","paper_date":"2017-11-22","arxiv_id":"1711.08488","code_links":[{"title":"charlesq34/pointnet","url":"https://github.com/charlesq34/pointnet"},{"title":"charlesq34/pointnet2","url":"https://github.com/charlesq34/pointnet2"},{"title":"charlesq34/frustum-pointnets","url":"https://github.com/charlesq34/frustum-pointnets"},{"title":"chonepieceyb/reading-frustum-pointnets-code","url":"https://github.com/chonepieceyb/reading-frustum-pointnets-code"},{"title":"voidrank/Geo-CNN","url":"https://github.com/voidrank/Geo-CNN"},{"title":"kargarisaac/PointNet-SemSeg-VKITTI3D","url":"https://github.com/kargarisaac/PointNet-SemSeg-VKITTI3D"},{"title":"jediofgever/PointNet_Custom_Object_Detection","url":"https://github.com/jediofgever/PointNet_Custom_Object_Detection"},{"title":"MikeS96/3d_obj_detection","url":"https://github.com/MikeS96/3d_obj_detection"},{"title":"ZhihaoZhu/PointNet-Implementation-Tensorflow","url":"https://github.com/ZhihaoZhu/PointNet-Implementation-Tensorflow"},{"title":"KiritoGH/frustum-pointnets","url":"https://github.com/KiritoGH/frustum-pointnets"},{"title":"houseleo/pointnet","url":"https://github.com/houseleo/pointnet"},{"title":"kargarisaac/3d-MNIST-classification-PointNet","url":"https://github.com/kargarisaac/3d-MNIST-classification-PointNet"},{"title":"y2kmz/pointnetv2","url":"https://github.com/y2kmz/pointnetv2"},{"title":"abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds","url":"https://github.com/abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds"},{"title":"LinZhuoChen/pointnet2_multi_gpu","url":"https://github.com/LinZhuoChen/pointnet2_multi_gpu"},{"title":"CarloSgaravatti/HybridLateCascadeFusion","url":"https://github.com/CarloSgaravatti/HybridLateCascadeFusion"},{"title":"ModelBunker/PointNet-TensorFlow","url":"https://github.com/ModelBunker/PointNet-TensorFlow"},{"title":"Veincore/f-pointnet","url":"https://github.com/Veincore/f-pointnet"},{"title":"alpemek/ais3d","url":"https://github.com/alpemek/ais3d"},{"title":"code-implementation1/Code9","url":"https://github.com/code-implementation1/Code9/tree/main/PointNet2"},{"title":"zgx0534/pointnet_win","url":"https://github.com/zgx0534/pointnet_win"},{"title":"tancik/fpointnets_image_features","url":"https://github.com/tancik/fpointnets_image_features"},{"title":"MindSpore-paper-code-3/code10","url":"https://github.com/MindSpore-paper-code-3/code10/tree/main/frustum-pointnet"},{"title":"aviros/roatationPointnet","url":"https://github.com/aviros/roatationPointnet"},{"title":"2023-MindSpore-1/ms-code-214","url":"https://github.com/2023-MindSpore-1/ms-code-214/tree/main/frustum-pointnet"},{"title":"ben0110/Radar-Pointnet-PARA","url":"https://github.com/ben0110/Radar-Pointnet-PARA"},{"title":"arbaza/3D-object-detection-KITTI","url":"https://github.com/arbaza/3D-object-detection-KITTI"},{"title":"KhusDM/PointNetTree","url":"https://github.com/KhusDM/PointNetTree"},{"title":"tonysy/pointnet2_tf","url":"https://github.com/tonysy/pointnet2_tf"},{"title":"Yc174/frustum-pointnets","url":"https://github.com/Yc174/frustum-pointnets"},{"title":"Lw510107/pointnet-2018.6.27-","url":"https://github.com/Lw510107/pointnet-2018.6.27-"},{"title":"LebronGG/PointNet","url":"https://github.com/LebronGG/PointNet"},{"title":"wonderland-dsg/pointnet-grid","url":"https://github.com/wonderland-dsg/pointnet-grid"},{"title":"Heedeok/frustum-pointnets-rgbd","url":"https://github.com/Heedeok/frustum-pointnets-rgbd"},{"title":"yanx27/Pointnet","url":"https://github.com/yanx27/Pointnet"},{"title":"xurui1217/pointnet2-master","url":"https://github.com/xurui1217/pointnet2-master"},{"title":"ahmed-anas/thesis-pointnet","url":"https://github.com/ahmed-anas/thesis-pointnet"},{"title":"coconutzs/PointNet_zs","url":"https://github.com/coconutzs/PointNet_zs"},{"title":"ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para","url":"https://github.com/ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para"},{"title":"KaidongLi/tf-3d-alpha","url":"https://github.com/KaidongLi/tf-3d-alpha"},{"title":"ben0110/Frustum_pointnet_2D","url":"https://github.com/ben0110/Frustum_pointnet_2D"},{"title":"BPMJG/annotated_pointnet","url":"https://github.com/BPMJG/annotated_pointnet"},{"title":"BPMJG/annotated-F-pointnet","url":"https://github.com/BPMJG/annotated-F-pointnet"},{"title":"lingzhang1/pointnet_tensorflow","url":"https://github.com/lingzhang1/pointnet_tensorflow"},{"title":"wuryantoAji/POINTNET","url":"https://github.com/wuryantoAji/POINTNET"},{"title":"LONG-9621/PointNet","url":"https://github.com/LONG-9621/PointNet"},{"title":"LONG-9621/PointNet-","url":"https://github.com/LONG-9621/PointNet-"},{"title":"LONG-9621/Extract_Point_3D","url":"https://github.com/LONG-9621/Extract_Point_3D"},{"title":"2023-MindSpore-4/Code9","url":"https://github.com/2023-MindSpore-4/Code9/tree/main/PointNet2"},{"title":"KiranAkadas/My_Pointnet_v2","url":"https://github.com/KiranAkadas/My_Pointnet_v2"},{"title":"YiruS/pointnet_adversarial","url":"https://github.com/YiruS/pointnet_adversarial"},{"title":"FlowWind1999/pointnet-2","url":"https://github.com/FlowWind1999/pointnet-2"},{"title":"SEU-SRTP-GROUP/frustum-pointnet-original","url":"https://github.com/SEU-SRTP-GROUP/frustum-pointnet-original"},{"title":"AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation","url":"https://github.com/AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation"},{"title":"VaanHUANG/CSCI5210HW1","url":"https://github.com/VaanHUANG/CSCI5210HW1"},{"title":"bt77/pointnet","url":"https://github.com/bt77/pointnet"},{"title":"llzlcl/pointcloud-segment","url":"https://github.com/llzlcl/pointcloud-segment"},{"title":"Yang2446/pointnet","url":"https://github.com/Yang2446/pointnet"},{"title":"dwtstore/sfm1","url":"https://github.com/dwtstore/sfm1"},{"title":"ytng001/sensemaking","url":"https://github.com/ytng001/sensemaking"},{"title":"zenroad/modifypointnet","url":"https://github.com/zenroad/modifypointnet"},{"title":"Harut0726/my-pointnet-tensorflow","url":"https://github.com/Harut0726/my-pointnet-tensorflow"},{"title":"Smiler-Jin/frustum_pointnet","url":"https://github.com/Smiler-Jin/frustum_pointnet"},{"title":"RPFey/frustum-pointnets","url":"https://github.com/RPFey/frustum-pointnets"},{"title":"Lw510107/PointNet","url":"https://github.com/Lw510107/PointNet"},{"title":"MindSpore-paper-code-3/code7","url":"https://github.com/MindSpore-paper-code-3/code7/tree/main/frustum-pointnet"},{"title":"aviros/pointnet_totations","url":"https://github.com/aviros/pointnet_totations"},{"title":"brbzjl/pointnet2","url":"https://github.com/brbzjl/pointnet2"}],"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":2}}},{"leaderboard":"/sota/object-localization-on-kitti-cyclists","slug":"object-localization-on-kitti-cyclists","dataset":"KITTI Cyclists Moderate","dataset_url":"/dataset/kitti","rows_in_archive":2,"metrics":["AP"],"first_row_in_archive_order":{"model":"Frustum PointNets","paper_title":"Frustum PointNets for 3D Object Detection from RGB-D Data","paper_url":"/paper/frustum-pointnets-for-3d-object-detection","paper_date":"2017-11-22","arxiv_id":"1711.08488","code_links":[{"title":"charlesq34/pointnet","url":"https://github.com/charlesq34/pointnet"},{"title":"charlesq34/pointnet2","url":"https://github.com/charlesq34/pointnet2"},{"title":"charlesq34/frustum-pointnets","url":"https://github.com/charlesq34/frustum-pointnets"},{"title":"chonepieceyb/reading-frustum-pointnets-code","url":"https://github.com/chonepieceyb/reading-frustum-pointnets-code"},{"title":"voidrank/Geo-CNN","url":"https://github.com/voidrank/Geo-CNN"},{"title":"kargarisaac/PointNet-SemSeg-VKITTI3D","url":"https://github.com/kargarisaac/PointNet-SemSeg-VKITTI3D"},{"title":"jediofgever/PointNet_Custom_Object_Detection","url":"https://github.com/jediofgever/PointNet_Custom_Object_Detection"},{"title":"MikeS96/3d_obj_detection","url":"https://github.com/MikeS96/3d_obj_detection"},{"title":"ZhihaoZhu/PointNet-Implementation-Tensorflow","url":"https://github.com/ZhihaoZhu/PointNet-Implementation-Tensorflow"},{"title":"KiritoGH/frustum-pointnets","url":"https://github.com/KiritoGH/frustum-pointnets"},{"title":"houseleo/pointnet","url":"https://github.com/houseleo/pointnet"},{"title":"kargarisaac/3d-MNIST-classification-PointNet","url":"https://github.com/kargarisaac/3d-MNIST-classification-PointNet"},{"title":"y2kmz/pointnetv2","url":"https://github.com/y2kmz/pointnetv2"},{"title":"abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds","url":"https://github.com/abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds"},{"title":"LinZhuoChen/pointnet2_multi_gpu","url":"https://github.com/LinZhuoChen/pointnet2_multi_gpu"},{"title":"CarloSgaravatti/HybridLateCascadeFusion","url":"https://github.com/CarloSgaravatti/HybridLateCascadeFusion"},{"title":"ModelBunker/PointNet-TensorFlow","url":"https://github.com/ModelBunker/PointNet-TensorFlow"},{"title":"Veincore/f-pointnet","url":"https://github.com/Veincore/f-pointnet"},{"title":"alpemek/ais3d","url":"https://github.com/alpemek/ais3d"},{"title":"code-implementation1/Code9","url":"https://github.com/code-implementation1/Code9/tree/main/PointNet2"},{"title":"zgx0534/pointnet_win","url":"https://github.com/zgx0534/pointnet_win"},{"title":"tancik/fpointnets_image_features","url":"https://github.com/tancik/fpointnets_image_features"},{"title":"MindSpore-paper-code-3/code10","url":"https://github.com/MindSpore-paper-code-3/code10/tree/main/frustum-pointnet"},{"title":"aviros/roatationPointnet","url":"https://github.com/aviros/roatationPointnet"},{"title":"2023-MindSpore-1/ms-code-214","url":"https://github.com/2023-MindSpore-1/ms-code-214/tree/main/frustum-pointnet"},{"title":"ben0110/Radar-Pointnet-PARA","url":"https://github.com/ben0110/Radar-Pointnet-PARA"},{"title":"arbaza/3D-object-detection-KITTI","url":"https://github.com/arbaza/3D-object-detection-KITTI"},{"title":"KhusDM/PointNetTree","url":"https://github.com/KhusDM/PointNetTree"},{"title":"tonysy/pointnet2_tf","url":"https://github.com/tonysy/pointnet2_tf"},{"title":"Yc174/frustum-pointnets","url":"https://github.com/Yc174/frustum-pointnets"},{"title":"Lw510107/pointnet-2018.6.27-","url":"https://github.com/Lw510107/pointnet-2018.6.27-"},{"title":"LebronGG/PointNet","url":"https://github.com/LebronGG/PointNet"},{"title":"wonderland-dsg/pointnet-grid","url":"https://github.com/wonderland-dsg/pointnet-grid"},{"title":"Heedeok/frustum-pointnets-rgbd","url":"https://github.com/Heedeok/frustum-pointnets-rgbd"},{"title":"yanx27/Pointnet","url":"https://github.com/yanx27/Pointnet"},{"title":"xurui1217/pointnet2-master","url":"https://github.com/xurui1217/pointnet2-master"},{"title":"ahmed-anas/thesis-pointnet","url":"https://github.com/ahmed-anas/thesis-pointnet"},{"title":"coconutzs/PointNet_zs","url":"https://github.com/coconutzs/PointNet_zs"},{"title":"ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para","url":"https://github.com/ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para"},{"title":"KaidongLi/tf-3d-alpha","url":"https://github.com/KaidongLi/tf-3d-alpha"},{"title":"ben0110/Frustum_pointnet_2D","url":"https://github.com/ben0110/Frustum_pointnet_2D"},{"title":"BPMJG/annotated_pointnet","url":"https://github.com/BPMJG/annotated_pointnet"},{"title":"BPMJG/annotated-F-pointnet","url":"https://github.com/BPMJG/annotated-F-pointnet"},{"title":"lingzhang1/pointnet_tensorflow","url":"https://github.com/lingzhang1/pointnet_tensorflow"},{"title":"wuryantoAji/POINTNET","url":"https://github.com/wuryantoAji/POINTNET"},{"title":"LONG-9621/PointNet","url":"https://github.com/LONG-9621/PointNet"},{"title":"LONG-9621/PointNet-","url":"https://github.com/LONG-9621/PointNet-"},{"title":"LONG-9621/Extract_Point_3D","url":"https://github.com/LONG-9621/Extract_Point_3D"},{"title":"2023-MindSpore-4/Code9","url":"https://github.com/2023-MindSpore-4/Code9/tree/main/PointNet2"},{"title":"KiranAkadas/My_Pointnet_v2","url":"https://github.com/KiranAkadas/My_Pointnet_v2"},{"title":"YiruS/pointnet_adversarial","url":"https://github.com/YiruS/pointnet_adversarial"},{"title":"FlowWind1999/pointnet-2","url":"https://github.com/FlowWind1999/pointnet-2"},{"title":"SEU-SRTP-GROUP/frustum-pointnet-original","url":"https://github.com/SEU-SRTP-GROUP/frustum-pointnet-original"},{"title":"AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation","url":"https://github.com/AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation"},{"title":"VaanHUANG/CSCI5210HW1","url":"https://github.com/VaanHUANG/CSCI5210HW1"},{"title":"bt77/pointnet","url":"https://github.com/bt77/pointnet"},{"title":"llzlcl/pointcloud-segment","url":"https://github.com/llzlcl/pointcloud-segment"},{"title":"Yang2446/pointnet","url":"https://github.com/Yang2446/pointnet"},{"title":"dwtstore/sfm1","url":"https://github.com/dwtstore/sfm1"},{"title":"ytng001/sensemaking","url":"https://github.com/ytng001/sensemaking"},{"title":"zenroad/modifypointnet","url":"https://github.com/zenroad/modifypointnet"},{"title":"Harut0726/my-pointnet-tensorflow","url":"https://github.com/Harut0726/my-pointnet-tensorflow"},{"title":"Smiler-Jin/frustum_pointnet","url":"https://github.com/Smiler-Jin/frustum_pointnet"},{"title":"RPFey/frustum-pointnets","url":"https://github.com/RPFey/frustum-pointnets"},{"title":"Lw510107/PointNet","url":"https://github.com/Lw510107/PointNet"},{"title":"MindSpore-paper-code-3/code7","url":"https://github.com/MindSpore-paper-code-3/code7/tree/main/frustum-pointnet"},{"title":"aviros/pointnet_totations","url":"https://github.com/aviros/pointnet_totations"},{"title":"brbzjl/pointnet2","url":"https://github.com/brbzjl/pointnet2"}],"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":2}}},{"leaderboard":"/sota/object-localization-on-kitti-cyclists-easy","slug":"object-localization-on-kitti-cyclists-easy","dataset":"KITTI Cyclists Easy","dataset_url":"/dataset/kitti","rows_in_archive":2,"metrics":["AP"],"first_row_in_archive_order":{"model":"Frustum PointNets","paper_title":"Frustum PointNets for 3D Object Detection from RGB-D Data","paper_url":"/paper/frustum-pointnets-for-3d-object-detection","paper_date":"2017-11-22","arxiv_id":"1711.08488","code_links":[{"title":"charlesq34/pointnet","url":"https://github.com/charlesq34/pointnet"},{"title":"charlesq34/pointnet2","url":"https://github.com/charlesq34/pointnet2"},{"title":"charlesq34/frustum-pointnets","url":"https://github.com/charlesq34/frustum-pointnets"},{"title":"chonepieceyb/reading-frustum-pointnets-code","url":"https://github.com/chonepieceyb/reading-frustum-pointnets-code"},{"title":"voidrank/Geo-CNN","url":"https://github.com/voidrank/Geo-CNN"},{"title":"kargarisaac/PointNet-SemSeg-VKITTI3D","url":"https://github.com/kargarisaac/PointNet-SemSeg-VKITTI3D"},{"title":"jediofgever/PointNet_Custom_Object_Detection","url":"https://github.com/jediofgever/PointNet_Custom_Object_Detection"},{"title":"MikeS96/3d_obj_detection","url":"https://github.com/MikeS96/3d_obj_detection"},{"title":"ZhihaoZhu/PointNet-Implementation-Tensorflow","url":"https://github.com/ZhihaoZhu/PointNet-Implementation-Tensorflow"},{"title":"KiritoGH/frustum-pointnets","url":"https://github.com/KiritoGH/frustum-pointnets"},{"title":"houseleo/pointnet","url":"https://github.com/houseleo/pointnet"},{"title":"kargarisaac/3d-MNIST-classification-PointNet","url":"https://github.com/kargarisaac/3d-MNIST-classification-PointNet"},{"title":"y2kmz/pointnetv2","url":"https://github.com/y2kmz/pointnetv2"},{"title":"abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds","url":"https://github.com/abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds"},{"title":"LinZhuoChen/pointnet2_multi_gpu","url":"https://github.com/LinZhuoChen/pointnet2_multi_gpu"},{"title":"CarloSgaravatti/HybridLateCascadeFusion","url":"https://github.com/CarloSgaravatti/HybridLateCascadeFusion"},{"title":"ModelBunker/PointNet-TensorFlow","url":"https://github.com/ModelBunker/PointNet-TensorFlow"},{"title":"Veincore/f-pointnet","url":"https://github.com/Veincore/f-pointnet"},{"title":"alpemek/ais3d","url":"https://github.com/alpemek/ais3d"},{"title":"code-implementation1/Code9","url":"https://github.com/code-implementation1/Code9/tree/main/PointNet2"},{"title":"zgx0534/pointnet_win","url":"https://github.com/zgx0534/pointnet_win"},{"title":"tancik/fpointnets_image_features","url":"https://github.com/tancik/fpointnets_image_features"},{"title":"MindSpore-paper-code-3/code10","url":"https://github.com/MindSpore-paper-code-3/code10/tree/main/frustum-pointnet"},{"title":"aviros/roatationPointnet","url":"https://github.com/aviros/roatationPointnet"},{"title":"2023-MindSpore-1/ms-code-214","url":"https://github.com/2023-MindSpore-1/ms-code-214/tree/main/frustum-pointnet"},{"title":"ben0110/Radar-Pointnet-PARA","url":"https://github.com/ben0110/Radar-Pointnet-PARA"},{"title":"arbaza/3D-object-detection-KITTI","url":"https://github.com/arbaza/3D-object-detection-KITTI"},{"title":"KhusDM/PointNetTree","url":"https://github.com/KhusDM/PointNetTree"},{"title":"tonysy/pointnet2_tf","url":"https://github.com/tonysy/pointnet2_tf"},{"title":"Yc174/frustum-pointnets","url":"https://github.com/Yc174/frustum-pointnets"},{"title":"Lw510107/pointnet-2018.6.27-","url":"https://github.com/Lw510107/pointnet-2018.6.27-"},{"title":"LebronGG/PointNet","url":"https://github.com/LebronGG/PointNet"},{"title":"wonderland-dsg/pointnet-grid","url":"https://github.com/wonderland-dsg/pointnet-grid"},{"title":"Heedeok/frustum-pointnets-rgbd","url":"https://github.com/Heedeok/frustum-pointnets-rgbd"},{"title":"yanx27/Pointnet","url":"https://github.com/yanx27/Pointnet"},{"title":"xurui1217/pointnet2-master","url":"https://github.com/xurui1217/pointnet2-master"},{"title":"ahmed-anas/thesis-pointnet","url":"https://github.com/ahmed-anas/thesis-pointnet"},{"title":"coconutzs/PointNet_zs","url":"https://github.com/coconutzs/PointNet_zs"},{"title":"ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para","url":"https://github.com/ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para"},{"title":"KaidongLi/tf-3d-alpha","url":"https://github.com/KaidongLi/tf-3d-alpha"},{"title":"ben0110/Frustum_pointnet_2D","url":"https://github.com/ben0110/Frustum_pointnet_2D"},{"title":"BPMJG/annotated_pointnet","url":"https://github.com/BPMJG/annotated_pointnet"},{"title":"BPMJG/annotated-F-pointnet","url":"https://github.com/BPMJG/annotated-F-pointnet"},{"title":"lingzhang1/pointnet_tensorflow","url":"https://github.com/lingzhang1/pointnet_tensorflow"},{"title":"wuryantoAji/POINTNET","url":"https://github.com/wuryantoAji/POINTNET"},{"title":"LONG-9621/PointNet","url":"https://github.com/LONG-9621/PointNet"},{"title":"LONG-9621/PointNet-","url":"https://github.com/LONG-9621/PointNet-"},{"title":"LONG-9621/Extract_Point_3D","url":"https://github.com/LONG-9621/Extract_Point_3D"},{"title":"2023-MindSpore-4/Code9","url":"https://github.com/2023-MindSpore-4/Code9/tree/main/PointNet2"},{"title":"KiranAkadas/My_Pointnet_v2","url":"https://github.com/KiranAkadas/My_Pointnet_v2"},{"title":"YiruS/pointnet_adversarial","url":"https://github.com/YiruS/pointnet_adversarial"},{"title":"FlowWind1999/pointnet-2","url":"https://github.com/FlowWind1999/pointnet-2"},{"title":"SEU-SRTP-GROUP/frustum-pointnet-original","url":"https://github.com/SEU-SRTP-GROUP/frustum-pointnet-original"},{"title":"AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation","url":"https://github.com/AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation"},{"title":"VaanHUANG/CSCI5210HW1","url":"https://github.com/VaanHUANG/CSCI5210HW1"},{"title":"bt77/pointnet","url":"https://github.com/bt77/pointnet"},{"title":"llzlcl/pointcloud-segment","url":"https://github.com/llzlcl/pointcloud-segment"},{"title":"Yang2446/pointnet","url":"https://github.com/Yang2446/pointnet"},{"title":"dwtstore/sfm1","url":"https://github.com/dwtstore/sfm1"},{"title":"ytng001/sensemaking","url":"https://github.com/ytng001/sensemaking"},{"title":"zenroad/modifypointnet","url":"https://github.com/zenroad/modifypointnet"},{"title":"Harut0726/my-pointnet-tensorflow","url":"https://github.com/Harut0726/my-pointnet-tensorflow"},{"title":"Smiler-Jin/frustum_pointnet","url":"https://github.com/Smiler-Jin/frustum_pointnet"},{"title":"RPFey/frustum-pointnets","url":"https://github.com/RPFey/frustum-pointnets"},{"title":"Lw510107/PointNet","url":"https://github.com/Lw510107/PointNet"},{"title":"MindSpore-paper-code-3/code7","url":"https://github.com/MindSpore-paper-code-3/code7/tree/main/frustum-pointnet"},{"title":"aviros/pointnet_totations","url":"https://github.com/aviros/pointnet_totations"},{"title":"brbzjl/pointnet2","url":"https://github.com/brbzjl/pointnet2"}],"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":2}}},{"leaderboard":"/sota/object-localization-on-kitti-cyclists-hard","slug":"object-localization-on-kitti-cyclists-hard","dataset":"KITTI Cyclists Hard","dataset_url":"/dataset/kitti","rows_in_archive":2,"metrics":["AP"],"first_row_in_archive_order":{"model":"Frustum PointNets","paper_title":"Frustum PointNets for 3D Object Detection from RGB-D Data","paper_url":"/paper/frustum-pointnets-for-3d-object-detection","paper_date":"2017-11-22","arxiv_id":"1711.08488","code_links":[{"title":"charlesq34/pointnet","url":"https://github.com/charlesq34/pointnet"},{"title":"charlesq34/pointnet2","url":"https://github.com/charlesq34/pointnet2"},{"title":"charlesq34/frustum-pointnets","url":"https://github.com/charlesq34/frustum-pointnets"},{"title":"chonepieceyb/reading-frustum-pointnets-code","url":"https://github.com/chonepieceyb/reading-frustum-pointnets-code"},{"title":"voidrank/Geo-CNN","url":"https://github.com/voidrank/Geo-CNN"},{"title":"kargarisaac/PointNet-SemSeg-VKITTI3D","url":"https://github.com/kargarisaac/PointNet-SemSeg-VKITTI3D"},{"title":"jediofgever/PointNet_Custom_Object_Detection","url":"https://github.com/jediofgever/PointNet_Custom_Object_Detection"},{"title":"MikeS96/3d_obj_detection","url":"https://github.com/MikeS96/3d_obj_detection"},{"title":"ZhihaoZhu/PointNet-Implementation-Tensorflow","url":"https://github.com/ZhihaoZhu/PointNet-Implementation-Tensorflow"},{"title":"KiritoGH/frustum-pointnets","url":"https://github.com/KiritoGH/frustum-pointnets"},{"title":"houseleo/pointnet","url":"https://github.com/houseleo/pointnet"},{"title":"kargarisaac/3d-MNIST-classification-PointNet","url":"https://github.com/kargarisaac/3d-MNIST-classification-PointNet"},{"title":"y2kmz/pointnetv2","url":"https://github.com/y2kmz/pointnetv2"},{"title":"abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds","url":"https://github.com/abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds"},{"title":"LinZhuoChen/pointnet2_multi_gpu","url":"https://github.com/LinZhuoChen/pointnet2_multi_gpu"},{"title":"CarloSgaravatti/HybridLateCascadeFusion","url":"https://github.com/CarloSgaravatti/HybridLateCascadeFusion"},{"title":"ModelBunker/PointNet-TensorFlow","url":"https://github.com/ModelBunker/PointNet-TensorFlow"},{"title":"Veincore/f-pointnet","url":"https://github.com/Veincore/f-pointnet"},{"title":"alpemek/ais3d","url":"https://github.com/alpemek/ais3d"},{"title":"code-implementation1/Code9","url":"https://github.com/code-implementation1/Code9/tree/main/PointNet2"},{"title":"zgx0534/pointnet_win","url":"https://github.com/zgx0534/pointnet_win"},{"title":"tancik/fpointnets_image_features","url":"https://github.com/tancik/fpointnets_image_features"},{"title":"MindSpore-paper-code-3/code10","url":"https://github.com/MindSpore-paper-code-3/code10/tree/main/frustum-pointnet"},{"title":"aviros/roatationPointnet","url":"https://github.com/aviros/roatationPointnet"},{"title":"2023-MindSpore-1/ms-code-214","url":"https://github.com/2023-MindSpore-1/ms-code-214/tree/main/frustum-pointnet"},{"title":"ben0110/Radar-Pointnet-PARA","url":"https://github.com/ben0110/Radar-Pointnet-PARA"},{"title":"arbaza/3D-object-detection-KITTI","url":"https://github.com/arbaza/3D-object-detection-KITTI"},{"title":"KhusDM/PointNetTree","url":"https://github.com/KhusDM/PointNetTree"},{"title":"tonysy/pointnet2_tf","url":"https://github.com/tonysy/pointnet2_tf"},{"title":"Yc174/frustum-pointnets","url":"https://github.com/Yc174/frustum-pointnets"},{"title":"Lw510107/pointnet-2018.6.27-","url":"https://github.com/Lw510107/pointnet-2018.6.27-"},{"title":"LebronGG/PointNet","url":"https://github.com/LebronGG/PointNet"},{"title":"wonderland-dsg/pointnet-grid","url":"https://github.com/wonderland-dsg/pointnet-grid"},{"title":"Heedeok/frustum-pointnets-rgbd","url":"https://github.com/Heedeok/frustum-pointnets-rgbd"},{"title":"yanx27/Pointnet","url":"https://github.com/yanx27/Pointnet"},{"title":"xurui1217/pointnet2-master","url":"https://github.com/xurui1217/pointnet2-master"},{"title":"ahmed-anas/thesis-pointnet","url":"https://github.com/ahmed-anas/thesis-pointnet"},{"title":"coconutzs/PointNet_zs","url":"https://github.com/coconutzs/PointNet_zs"},{"title":"ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para","url":"https://github.com/ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para"},{"title":"KaidongLi/tf-3d-alpha","url":"https://github.com/KaidongLi/tf-3d-alpha"},{"title":"ben0110/Frustum_pointnet_2D","url":"https://github.com/ben0110/Frustum_pointnet_2D"},{"title":"BPMJG/annotated_pointnet","url":"https://github.com/BPMJG/annotated_pointnet"},{"title":"BPMJG/annotated-F-pointnet","url":"https://github.com/BPMJG/annotated-F-pointnet"},{"title":"lingzhang1/pointnet_tensorflow","url":"https://github.com/lingzhang1/pointnet_tensorflow"},{"title":"wuryantoAji/POINTNET","url":"https://github.com/wuryantoAji/POINTNET"},{"title":"LONG-9621/PointNet","url":"https://github.com/LONG-9621/PointNet"},{"title":"LONG-9621/PointNet-","url":"https://github.com/LONG-9621/PointNet-"},{"title":"LONG-9621/Extract_Point_3D","url":"https://github.com/LONG-9621/Extract_Point_3D"},{"title":"2023-MindSpore-4/Code9","url":"https://github.com/2023-MindSpore-4/Code9/tree/main/PointNet2"},{"title":"KiranAkadas/My_Pointnet_v2","url":"https://github.com/KiranAkadas/My_Pointnet_v2"},{"title":"YiruS/pointnet_adversarial","url":"https://github.com/YiruS/pointnet_adversarial"},{"title":"FlowWind1999/pointnet-2","url":"https://github.com/FlowWind1999/pointnet-2"},{"title":"SEU-SRTP-GROUP/frustum-pointnet-original","url":"https://github.com/SEU-SRTP-GROUP/frustum-pointnet-original"},{"title":"AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation","url":"https://github.com/AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation"},{"title":"VaanHUANG/CSCI5210HW1","url":"https://github.com/VaanHUANG/CSCI5210HW1"},{"title":"bt77/pointnet","url":"https://github.com/bt77/pointnet"},{"title":"llzlcl/pointcloud-segment","url":"https://github.com/llzlcl/pointcloud-segment"},{"title":"Yang2446/pointnet","url":"https://github.com/Yang2446/pointnet"},{"title":"dwtstore/sfm1","url":"https://github.com/dwtstore/sfm1"},{"title":"ytng001/sensemaking","url":"https://github.com/ytng001/sensemaking"},{"title":"zenroad/modifypointnet","url":"https://github.com/zenroad/modifypointnet"},{"title":"Harut0726/my-pointnet-tensorflow","url":"https://github.com/Harut0726/my-pointnet-tensorflow"},{"title":"Smiler-Jin/frustum_pointnet","url":"https://github.com/Smiler-Jin/frustum_pointnet"},{"title":"RPFey/frustum-pointnets","url":"https://github.com/RPFey/frustum-pointnets"},{"title":"Lw510107/PointNet","url":"https://github.com/Lw510107/PointNet"},{"title":"MindSpore-paper-code-3/code7","url":"https://github.com/MindSpore-paper-code-3/code7/tree/main/frustum-pointnet"},{"title":"aviros/pointnet_totations","url":"https://github.com/aviros/pointnet_totations"},{"title":"brbzjl/pointnet2","url":"https://github.com/brbzjl/pointnet2"}],"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":2}}},{"leaderboard":"/sota/object-localization-on-kitti-pedestrians-easy","slug":"object-localization-on-kitti-pedestrians-easy","dataset":"KITTI Pedestrians Easy","dataset_url":"/dataset/kitti","rows_in_archive":2,"metrics":["AP"],"first_row_in_archive_order":{"model":"Frustum PointNets","paper_title":"Frustum PointNets for 3D Object Detection from RGB-D Data","paper_url":"/paper/frustum-pointnets-for-3d-object-detection","paper_date":"2017-11-22","arxiv_id":"1711.08488","code_links":[{"title":"charlesq34/pointnet","url":"https://github.com/charlesq34/pointnet"},{"title":"charlesq34/pointnet2","url":"https://github.com/charlesq34/pointnet2"},{"title":"charlesq34/frustum-pointnets","url":"https://github.com/charlesq34/frustum-pointnets"},{"title":"chonepieceyb/reading-frustum-pointnets-code","url":"https://github.com/chonepieceyb/reading-frustum-pointnets-code"},{"title":"voidrank/Geo-CNN","url":"https://github.com/voidrank/Geo-CNN"},{"title":"kargarisaac/PointNet-SemSeg-VKITTI3D","url":"https://github.com/kargarisaac/PointNet-SemSeg-VKITTI3D"},{"title":"jediofgever/PointNet_Custom_Object_Detection","url":"https://github.com/jediofgever/PointNet_Custom_Object_Detection"},{"title":"MikeS96/3d_obj_detection","url":"https://github.com/MikeS96/3d_obj_detection"},{"title":"ZhihaoZhu/PointNet-Implementation-Tensorflow","url":"https://github.com/ZhihaoZhu/PointNet-Implementation-Tensorflow"},{"title":"KiritoGH/frustum-pointnets","url":"https://github.com/KiritoGH/frustum-pointnets"},{"title":"houseleo/pointnet","url":"https://github.com/houseleo/pointnet"},{"title":"kargarisaac/3d-MNIST-classification-PointNet","url":"https://github.com/kargarisaac/3d-MNIST-classification-PointNet"},{"title":"y2kmz/pointnetv2","url":"https://github.com/y2kmz/pointnetv2"},{"title":"abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds","url":"https://github.com/abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds"},{"title":"LinZhuoChen/pointnet2_multi_gpu","url":"https://github.com/LinZhuoChen/pointnet2_multi_gpu"},{"title":"CarloSgaravatti/HybridLateCascadeFusion","url":"https://github.com/CarloSgaravatti/HybridLateCascadeFusion"},{"title":"ModelBunker/PointNet-TensorFlow","url":"https://github.com/ModelBunker/PointNet-TensorFlow"},{"title":"Veincore/f-pointnet","url":"https://github.com/Veincore/f-pointnet"},{"title":"alpemek/ais3d","url":"https://github.com/alpemek/ais3d"},{"title":"code-implementation1/Code9","url":"https://github.com/code-implementation1/Code9/tree/main/PointNet2"},{"title":"zgx0534/pointnet_win","url":"https://github.com/zgx0534/pointnet_win"},{"title":"tancik/fpointnets_image_features","url":"https://github.com/tancik/fpointnets_image_features"},{"title":"MindSpore-paper-code-3/code10","url":"https://github.com/MindSpore-paper-code-3/code10/tree/main/frustum-pointnet"},{"title":"aviros/roatationPointnet","url":"https://github.com/aviros/roatationPointnet"},{"title":"2023-MindSpore-1/ms-code-214","url":"https://github.com/2023-MindSpore-1/ms-code-214/tree/main/frustum-pointnet"},{"title":"ben0110/Radar-Pointnet-PARA","url":"https://github.com/ben0110/Radar-Pointnet-PARA"},{"title":"arbaza/3D-object-detection-KITTI","url":"https://github.com/arbaza/3D-object-detection-KITTI"},{"title":"KhusDM/PointNetTree","url":"https://github.com/KhusDM/PointNetTree"},{"title":"tonysy/pointnet2_tf","url":"https://github.com/tonysy/pointnet2_tf"},{"title":"Yc174/frustum-pointnets","url":"https://github.com/Yc174/frustum-pointnets"},{"title":"Lw510107/pointnet-2018.6.27-","url":"https://github.com/Lw510107/pointnet-2018.6.27-"},{"title":"LebronGG/PointNet","url":"https://github.com/LebronGG/PointNet"},{"title":"wonderland-dsg/pointnet-grid","url":"https://github.com/wonderland-dsg/pointnet-grid"},{"title":"Heedeok/frustum-pointnets-rgbd","url":"https://github.com/Heedeok/frustum-pointnets-rgbd"},{"title":"yanx27/Pointnet","url":"https://github.com/yanx27/Pointnet"},{"title":"xurui1217/pointnet2-master","url":"https://github.com/xurui1217/pointnet2-master"},{"title":"ahmed-anas/thesis-pointnet","url":"https://github.com/ahmed-anas/thesis-pointnet"},{"title":"coconutzs/PointNet_zs","url":"https://github.com/coconutzs/PointNet_zs"},{"title":"ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para","url":"https://github.com/ben0110/frustum-pointnets_RSC_RADAR_fil_PC_batch_para"},{"title":"KaidongLi/tf-3d-alpha","url":"https://github.com/KaidongLi/tf-3d-alpha"},{"title":"ben0110/Frustum_pointnet_2D","url":"https://github.com/ben0110/Frustum_pointnet_2D"},{"title":"BPMJG/annotated_pointnet","url":"https://github.com/BPMJG/annotated_pointnet"},{"title":"BPMJG/annotated-F-pointnet","url":"https://github.com/BPMJG/annotated-F-pointnet"},{"title":"lingzhang1/pointnet_tensorflow","url":"https://github.com/lingzhang1/pointnet_tensorflow"},{"title":"wuryantoAji/POINTNET","url":"https://github.com/wuryantoAji/POINTNET"},{"title":"LONG-9621/PointNet","url":"https://github.com/LONG-9621/PointNet"},{"title":"LONG-9621/PointNet-","url":"https://github.com/LONG-9621/PointNet-"},{"title":"LONG-9621/Extract_Point_3D","url":"https://github.com/LONG-9621/Extract_Point_3D"},{"title":"2023-MindSpore-4/Code9","url":"https://github.com/2023-MindSpore-4/Code9/tree/main/PointNet2"},{"title":"KiranAkadas/My_Pointnet_v2","url":"https://github.com/KiranAkadas/My_Pointnet_v2"},{"title":"YiruS/pointnet_adversarial","url":"https://github.com/YiruS/pointnet_adversarial"},{"title":"FlowWind1999/pointnet-2","url":"https://github.com/FlowWind1999/pointnet-2"},{"title":"SEU-SRTP-GROUP/frustum-pointnet-original","url":"https://github.com/SEU-SRTP-GROUP/frustum-pointnet-original"},{"title":"AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation","url":"https://github.com/AlvesRobot/Deep-Learning-on-Point-Cloud-for-3D-Classification-and-Segmentation"},{"title":"VaanHUANG/CSCI5210HW1","url":"https://github.com/VaanHUANG/CSCI5210HW1"},{"title":"bt77/pointnet","url":"https://github.com/bt77/pointnet"},{"title":"llzlcl/pointcloud-segment","url":"https://github.com/llzlcl/pointcloud-segment"},{"title":"Yang2446/pointnet","url":"https://github.com/Yang2446/pointnet"},{"title":"dwtstore/sfm1","url":"https://github.com/dwtstore/sfm1"},{"title":"ytng001/sensemaking","url":"https://github.com/ytng001/sensemaking"},{"title":"zenroad/modifypointnet","url":"https://github.com/zenroad/modifypointnet"},{"title":"Harut0726/my-pointnet-tensorflow","url":"https://github.com/Harut0726/my-pointnet-tensorflow"},{"title":"Smiler-Jin/frustum_pointnet","url":"https://github.com/Smiler-Jin/frustum_pointnet"},{"title":"RPFey/frustum-pointnets","url":"https://github.com/RPFey/frustum-pointnets"},{"title":"Lw510107/PointNet","url":"https://github.com/Lw510107/PointNet"},{"title":"MindSpore-paper-code-3/code7","url":"https://github.com/MindSpore-paper-code-3/code7/tree/main/frustum-pointnet"},{"title":"aviros/pointnet_totations","url":"https://github.com/aviros/pointnet_totations"},{"title":"brbzjl/pointnet2","url":"https://github.com/brbzjl/pointnet2"}],"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":2}}},{"leaderboard":"/sota/object-localization-on-kitti-pedestrian-easy","slug":"object-localization-on-kitti-pedestrian-easy","dataset":"KITTI Pedestrian Easy","dataset_url":"/dataset/kitti","rows_in_archive":1,"metrics":["AP"],"first_row_in_archive_order":{"model":"Frustrum-PointPillars","paper_title":"Frustum-PointPillars: A Multi-Stage Approach for 3D Object Detection using RGB Camera and LiDAR","paper_url":"/paper/frustum-pointpillars-a-multi-stage-approach","paper_date":"2021-10-11","arxiv_id":null,"code_links":[{"title":"anshulpaigwar/Frustum-Pointpillars","url":"https://github.com/anshulpaigwar/Frustum-Pointpillars"},{"title":"MS-Mind/MS-Code-06","url":"https://github.com/MS-Mind/MS-Code-06/tree/main/pointpillars"}],"syntology":null}},{"leaderboard":"/sota/object-localization-on-mall","slug":"object-localization-on-mall","dataset":"Mall","dataset_url":"/dataset/mall","rows_in_archive":1,"metrics":["Precision"],"first_row_in_archive_order":{"model":"Hausdorff Loss","paper_title":"Locating Objects Without Bounding Boxes","paper_url":"/paper/weighted-hausdorff-distance-a-loss-function","paper_date":"2018-06-20","arxiv_id":"1806.07564","code_links":[{"title":"javiribera/locating-objects-without-bboxes","url":"https://github.com/javiribera/locating-objects-without-bboxes"},{"title":"HaipengXiong/weighted-hausdorff-loss","url":"https://github.com/HaipengXiong/weighted-hausdorff-loss"},{"title":"Nacriema/Loss-Functions-For-Semantic-Segmentation","url":"https://github.com/Nacriema/Loss-Functions-For-Semantic-Segmentation"},{"title":"danielenricocahall/Keras-Weighted-Hausdorff-Distance-Loss","url":"https://github.com/danielenricocahall/Keras-Weighted-Hausdorff-Distance-Loss"},{"title":"N0vel/weighted-hausdorff-distance-tensorflow-keras-loss","url":"https://github.com/N0vel/weighted-hausdorff-distance-tensorflow-keras-loss"},{"title":"vnbot2/object-locator","url":"https://github.com/vnbot2/object-locator"}],"syntology":null}},{"leaderboard":"/sota/object-localization-on-pascal-voc-2007","slug":"object-localization-on-pascal-voc-2007","dataset":"PASCAL VOC 2007","dataset_url":"/dataset/pascal-voc-2007","rows_in_archive":1,"metrics":["CorLoc"],"first_row_in_archive_order":{"model":"ours","paper_title":"Co-localization with Category-Consistent Features and Geodesic Distance Propagation","paper_url":"/paper/co-localization-with-category-consistent-cnn","paper_date":"2016-12-10","arxiv_id":"1612.03236","code_links":[],"syntology":null}},{"leaderboard":"/sota/object-localization-on-pascal-voc-2012","slug":"object-localization-on-pascal-voc-2012","dataset":"PASCAL VOC 2012","dataset_url":null,"rows_in_archive":1,"metrics":["CorLoc"],"first_row_in_archive_order":{"model":"ours","paper_title":"Co-localization with Category-Consistent Features and Geodesic Distance Propagation","paper_url":"/paper/co-localization-with-category-consistent-cnn","paper_date":"2016-12-10","arxiv_id":"1612.03236","code_links":[],"syntology":null}},{"leaderboard":"/sota/object-localization-on-plant","slug":"object-localization-on-plant","dataset":"Plant","dataset_url":null,"rows_in_archive":1,"metrics":["F-Score"],"first_row_in_archive_order":{"model":"Hausdorff Loss","paper_title":"Locating Objects Without Bounding Boxes","paper_url":"/paper/weighted-hausdorff-distance-a-loss-function","paper_date":"2018-06-20","arxiv_id":"1806.07564","code_links":[{"title":"javiribera/locating-objects-without-bboxes","url":"https://github.com/javiribera/locating-objects-without-bboxes"},{"title":"HaipengXiong/weighted-hausdorff-loss","url":"https://github.com/HaipengXiong/weighted-hausdorff-loss"},{"title":"Nacriema/Loss-Functions-For-Semantic-Segmentation","url":"https://github.com/Nacriema/Loss-Functions-For-Semantic-Segmentation"},{"title":"danielenricocahall/Keras-Weighted-Hausdorff-Distance-Loss","url":"https://github.com/danielenricocahall/Keras-Weighted-Hausdorff-Distance-Loss"},{"title":"N0vel/weighted-hausdorff-distance-tensorflow-keras-loss","url":"https://github.com/N0vel/weighted-hausdorff-distance-tensorflow-keras-loss"},{"title":"vnbot2/object-locator","url":"https://github.com/vnbot2/object-locator"}],"syntology":null}},{"leaderboard":"/sota/object-localization-on-pupil","slug":"object-localization-on-pupil","dataset":"Pupil","dataset_url":null,"rows_in_archive":1,"metrics":["Recall"],"first_row_in_archive_order":{"model":"Hausdorff Loss","paper_title":"Locating Objects Without Bounding Boxes","paper_url":"/paper/weighted-hausdorff-distance-a-loss-function","paper_date":"2018-06-20","arxiv_id":"1806.07564","code_links":[{"title":"javiribera/locating-objects-without-bboxes","url":"https://github.com/javiribera/locating-objects-without-bboxes"},{"title":"HaipengXiong/weighted-hausdorff-loss","url":"https://github.com/HaipengXiong/weighted-hausdorff-loss"},{"title":"Nacriema/Loss-Functions-For-Semantic-Segmentation","url":"https://github.com/Nacriema/Loss-Functions-For-Semantic-Segmentation"},{"title":"danielenricocahall/Keras-Weighted-Hausdorff-Distance-Loss","url":"https://github.com/danielenricocahall/Keras-Weighted-Hausdorff-Distance-Loss"},{"title":"N0vel/weighted-hausdorff-distance-tensorflow-keras-loss","url":"https://github.com/N0vel/weighted-hausdorff-distance-tensorflow-keras-loss"},{"title":"vnbot2/object-locator","url":"https://github.com/vnbot2/object-locator"}],"syntology":null}}],"datasets":[{"url":"/dataset/coco","name":"COCO (Common Objects in Context)","full_name":"Common Objects in Context","num_papers_in_archive":11922},{"url":"/dataset/kitti","name":"KITTI","full_name":"","num_papers_in_archive":3661},{"url":"/dataset/pascal-voc-2007","name":"PASCAL VOC 2007","full_name":"PASCAL VOC 2007","num_papers_in_archive":126},{"url":"/dataset/mall","name":"Mall","full_name":"Mall Dataset","num_papers_in_archive":64},{"url":"/dataset/scanrefer-dataset","name":"ScanRefer Dataset","full_name":"","num_papers_in_archive":63},{"url":"/dataset/sixray","name":"SIXray","full_name":null,"num_papers_in_archive":39},{"url":"/dataset/hdd","name":"HDD","full_name":"Honda Research Institute Driving Dataset","num_papers_in_archive":38},{"url":"/dataset/uvo","name":"UVO","full_name":"Unidentified Video Objects: A Benchmark for Dense, Open-World Segmentation","num_papers_in_archive":27},{"url":"/dataset/grit","name":"GRIT","full_name":"General Robust Image Task Benchmark","num_papers_in_archive":16},{"url":"/dataset/rf100","name":"RF100","full_name":"Roboflow 100","num_papers_in_archive":5},{"url":"/dataset/illusionvqa","name":"IllusionVQA","full_name":"","num_papers_in_archive":3},{"url":"/dataset/fracatlas","name":"FracAtlas","full_name":"A Dataset for Fracture Classification, Localization and Segmentation of Musculoskeletal Radiographs","num_papers_in_archive":2},{"url":"/dataset/hrplanesv2","name":"HRPlanesV2","full_name":"HRPlanesv2 - High Resolution Satellite Imagery for Aircraft Detection","num_papers_in_archive":1},{"url":"/dataset/solardk","name":"SolarDK","full_name":"","num_papers_in_archive":1},{"url":"/dataset/spatial-commonsense-graph-dataset","name":"Spatial Commonsense Graph Dataset","full_name":"Spatial Commonsense Graph for Object Localisation in Partial Scenes","num_papers_in_archive":1},{"url":"/dataset/spiideo-soccernet-synloc","name":"Spiideo SoccerNet SynLoc","full_name":"","num_papers_in_archive":1},{"url":"/dataset/vgg-cell","name":"VGG Cell","full_name":null,"num_papers_in_archive":1},{"url":"/dataset/infinity-spills-basic-dataset","name":"Infinity Spills Basic Dataset","full_name":"Infinity Spills Basic Dataset","num_papers_in_archive":0}],"subtasks":[{"url":"/task/active-object-localization","name":"Active Object Localization"},{"url":"/task/image-based-localization","name":"Image-Based Localization"},{"url":"/task/monocular-3d-object-localization","name":"Monocular 3D Object Localization"},{"url":"/task/unsupervised-object-localization","name":"Unsupervised Object Localization"},{"url":"/task/weakly-supervised-object-localization","name":"Weakly-Supervised Object Localization"}],"parent_tasks":[],"papers":{"order":"repositories listed in the archive (desc), then date (desc); the archive holds no stars","population":"papers tagged with this task that list at least one repository in the archive","shown":30,"of":282,"tagged_in_all":617,"items":[{"url":"/paper/mask-r-cnn","title":"Mask R-CNN","date":"2017-03-20","arxiv_id":"1703.06870","repositories_listed":179,"syntology":{"n":140,"n_ran":42,"n_unverified":98,"n_pointer_only":23}},{"url":"/paper/frustum-pointnets-for-3d-object-detection","title":"Frustum PointNets for 3D Object Detection from RGB-D Data","date":"2017-11-22","arxiv_id":"1711.08488","repositories_listed":68,"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":2}},{"url":"/paper/voxelnet-end-to-end-learning-for-point-cloud","title":"VoxelNet: End-to-End Learning for Point Cloud Based 3D Object Detection","date":"2017-11-17","arxiv_id":"1711.06396","repositories_listed":44,"syntology":{"n":4,"n_ran":2,"n_unverified":2,"n_pointer_only":4}},{"url":"/paper/microsoft-coco-common-objects-in-context","title":"Microsoft COCO: Common Objects in Context","date":"2014-05-01","arxiv_id":"1405.0312","repositories_listed":38,"syntology":{"n":7,"n_ran":1,"n_unverified":6,"n_pointer_only":0}},{"url":"/paper/learning-deep-features-for-discriminative","title":"Learning Deep Features for Discriminative Localization","date":"2015-12-14","arxiv_id":"1512.04150","repositories_listed":35,"syntology":{"n":17,"n_ran":2,"n_unverified":15,"n_pointer_only":3}},{"url":"/paper/cutmix-regularization-strategy-to-train","title":"CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features","date":"2019-05-13","arxiv_id":"1905.04899","repositories_listed":30,"syntology":{"n":24,"n_ran":17,"n_unverified":7,"n_pointer_only":5}},{"url":"/paper/grad-cam-improved-visual-explanations-for","title":"Grad-CAM++: Improved Visual Explanations for Deep Convolutional Networks","date":"2017-10-30","arxiv_id":"1710.11063","repositories_listed":24,"syntology":{"n":7,"n_ran":4,"n_unverified":3,"n_pointer_only":3}},{"url":"/paper/domain-randomization-for-transferring-deep","title":"Domain Randomization for Transferring Deep Neural Networks from Simulation to the Real World","date":"2017-03-20","arxiv_id":"1703.06907","repositories_listed":7,"syntology":{"n":6,"n_ran":0,"n_unverified":6,"n_pointer_only":0}},{"url":"/paper/learning-open-world-object-proposals-without","title":"Learning Open-World Object Proposals without Learning to Classify","date":"2021-08-15","arxiv_id":"2108.06753","repositories_listed":6,"syntology":{"n":4,"n_ran":0,"n_unverified":4,"n_pointer_only":0}},{"url":"/paper/weighted-hausdorff-distance-a-loss-function","title":"Locating Objects Without Bounding Boxes","date":"2018-06-20","arxiv_id":"1806.07564","repositories_listed":6,"syntology":null},{"url":"/paper/bop-challenge-2020-on-6d-object-localization","title":"BOP Challenge 2020 on 6D Object Localization","date":"2020-09-15","arxiv_id":"2009.07378","repositories_listed":5,"syntology":{"n":30,"n_ran":4,"n_unverified":26,"n_pointer_only":0}},{"url":"/paper/qwen2-5-vl-technical-report","title":"Qwen2.5-VL Technical Report","date":"2025-02-19","arxiv_id":"2502.13923","repositories_listed":4,"syntology":{"n":3,"n_ran":2,"n_unverified":1,"n_pointer_only":0}},{"url":"/paper/smooth-grad-cam-an-enhanced-inference-level","title":"Smooth Grad-CAM++: An Enhanced Inference Level Visualization Technique for Deep Convolutional Neural Network Models","date":"2019-08-03","arxiv_id":"1908.01224","repositories_listed":4,"syntology":{"n":2,"n_ran":2,"n_unverified":0,"n_pointer_only":2}},{"url":"/paper/softer-nms-rethinking-bounding-box-regression","title":"Bounding Box Regression with Uncertainty for Accurate Object Detection","date":"2018-09-23","arxiv_id":"1809.08545","repositories_listed":4,"syntology":{"n":4,"n_ran":0,"n_unverified":4,"n_pointer_only":0}},{"url":"/paper/the-earth-aint-flat-monocular-reconstruction","title":"The Earth ain't Flat: Monocular Reconstruction of Vehicles on Steep and Graded Roads from a Moving Camera","date":"2018-03-06","arxiv_id":"1803.02057","repositories_listed":4,"syntology":null},{"url":"/paper/prismatic-vlms-investigating-the-design-space","title":"Prismatic VLMs: Investigating the Design Space of Visually-Conditioned Language Models","date":"2024-02-12","arxiv_id":"2402.07865","repositories_listed":3,"syntology":{"n":5,"n_ran":1,"n_unverified":4,"n_pointer_only":4}},{"url":"/paper/a-simple-single-scale-vision-transformer-for","title":"A Simple Single-Scale Vision Transformer for Object Localization and Instance Segmentation","date":"2021-12-17","arxiv_id":"2112.09747","repositories_listed":3,"syntology":null},{"url":"/paper/dancetrack-multi-object-tracking-in-uniform","title":"DanceTrack: Multi-Object Tracking in Uniform Appearance and Diverse Motion","date":"2021-11-29","arxiv_id":"2111.14690","repositories_listed":3,"syntology":null},{"url":"/paper/layercam-exploring-hierarchical-class","title":"LayerCAM: Exploring Hierarchical Class Activation Maps for Localization","date":"2021-06-22","arxiv_id":null,"repositories_listed":3,"syntology":null},{"url":"/paper/eigen-cam-class-activation-map-using","title":"Eigen-CAM: Class Activation Map using Principal Components","date":"2020-08-01","arxiv_id":"2008.00299","repositories_listed":3,"syntology":null},{"url":"/paper/weakly-supervised-segmentation-with-multi","title":"Learning to Segment from Scribbles using Multi-scale Adversarial Attention Gates","date":"2020-07-02","arxiv_id":"2007.01152","repositories_listed":3,"syntology":null},{"url":"/paper/scanrefer-3d-object-localization-in-rgb-d","title":"ScanRefer: 3D Object Localization in RGB-D Scans using Natural Language","date":"2019-12-18","arxiv_id":"1912.08830","repositories_listed":3,"syntology":null},{"url":"/paper/dilated-residual-networks","title":"Dilated Residual Networks","date":"2017-05-28","arxiv_id":"1705.09914","repositories_listed":3,"syntology":null},{"url":"/paper/hide-and-seek-forcing-a-network-to-be","title":"Hide-and-Seek: Forcing a Network to be Meticulous for Weakly-supervised Object and Action Localization","date":"2017-04-13","arxiv_id":"1704.04232","repositories_listed":3,"syntology":null},{"url":"/paper/active-object-localization-with-deep","title":"Active Object Localization with Deep Reinforcement Learning","date":"2015-11-18","arxiv_id":"1511.06015","repositories_listed":3,"syntology":null},{"url":"/paper/mamba-fetrack-frame-event-tracking-via-state","title":"Mamba-FETrack: Frame-Event Tracking via State Space Model","date":"2024-04-28","arxiv_id":"2404.18174","repositories_listed":2,"syntology":{"n":11,"n_ran":11,"n_unverified":0,"n_pointer_only":11}},{"url":"/paper/cpr-object-localization-via-single-coarse","title":"CPR++: Object Localization via Single Coarse Point Supervision","date":"2024-01-30","arxiv_id":"2401.17203","repositories_listed":2,"syntology":null},{"url":"/paper/background-activation-suppression-for-weakly-1","title":"Background Activation Suppression for Weakly Supervised Object Localization and Semantic Segmentation","date":"2023-09-22","arxiv_id":"2309.12943","repositories_listed":2,"syntology":null},{"url":"/paper/uperformer-a-multi-scale-transformer-based","title":"MUSTER: A Multi-scale Transformer-based Decoder for Semantic Segmentation","date":"2022-11-25","arxiv_id":"2211.13928","repositories_listed":2,"syntology":null},{"url":"/paper/revisiting-color-event-based-tracking-a","title":"Revisiting Color-Event based Tracking: A Unified Network, Dataset, and Metric","date":"2022-11-20","arxiv_id":"2211.11010","repositories_listed":2,"syntology":null}],"syntology_records":15,"syntology_note":"a paper without a record is not a recorded non-run: it may lack an arXiv id or simply be absent from the graph layer"},"description_links":{"kept":0,"unwrapped_to_text":0,"bare_urls_linked":0,"relative_images_dropped":0,"rule":"internal links are kept only when the target slug exists in the catalog"},"syntology":{"read_at":"2026-09-24T18:15:14+00:00","claim":"Per-sample execution status on synthesized fixtures ('ran N of M samples'); not a correctness claim and not a ranking signal.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"}},"not_shown":{"libraries":"the archive has no per-task library table","trend_sparklines":"the Trend column of the benchmarks table was a rendered image; it is not in the archive","social_and_latest_sorts":"stars and social signals are not in the archive"}}