Collections of Github Repository in Python for Object Detection Task

2 minute read

Object detection is part of the computer vision tasks related to identify or detect an object from an image or video. I have tried to collect and curate some Python-based Github repository linked to the object detection task, and the results were listed here. Please enjoy it to support your research about object detection using Python!

Last updated: May 15, 2020
Source : Github

No. Year Title Github
1 2020 PCDet - PCDet Toolbox in PyTorch for 3D Object Detection from Point Cloud View
2 2020 U-2-Net - The code for our newly accepted paper in Pattern Recognition 2020: “U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection.” View
3 2020 basnet- http - HTTP service wrapper for BASNet: Boundary-Aware Salient Object Detection View
4 2020 BASNet - Code for CVPR 2019 paper. BASNet: Boundary-Aware Salient Object Detection View
5 2020 Object-Detection-and-Tracking - YOLO & RCNN Object Detection and Multi-Object Tracking View
6 2020 sight - Sightseer: State-of-the-art Computer Vision and Object Detection for TensorFlow View
7 2020 efficientdet - (Pretrained weights provided) EfficientDet: Scalable and Efficient Object Detection implementation by Signatrix GmbH View
8 2019 RDSNet - implement for paper: “RDSNet: A New Deep Architecture for Reciprocal Object Detection and Instance Segmentation” View
9 2019 EfficientDet.Pytorch - Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch View
10 2019 EfficientDet - EfficientDet (Scalable and Efficient Object Detection) implementation in Keras and Tensorflow View
11 2019 a-PyTorch-Tutorial-to-Object-Detection - SSD: Single Shot MultiBox Detector View
12 2019 FreeAnchor - Learning to Match Anchors for Visual Object Detection (NeurIPS 2019) View
13 2019 votenet - Deep Hough Voting for 3D Object Detection in Point Clouds View
14 2019 TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 - How to train a TensorFlow Object Detection Classifier for multiple objects. View
15 2019 CenterNet - Codes for our paper “CenterNet: Keypoint Triplets for Object Detection” . View
16 2019 PointRCNN - The PyTorch Implementation of PointRCNN for 3D Object Detection from Raw Point Cloud, CVPR 2019. View
17 2019 FCOS - Fully Convolutional One-Stage Object Detection View
18 2019 Stereo-RCNN - Code for ‘Stereo R-CNN based 3D Object Detection for Autonomous Driving’ (CVPR 2019) View
19 2019 simpledet - A Simple and Versatile Framework for Object Detection and Instance Recognition View
20 2019 ExtremeNet - Bottom-up Object Detection by Grouping Extreme and Center Points View
21 2018 TensorFlow-Object-Detection-on-the-Raspberry-Pi - A tutorial showing how to set up TensorFlow’s Object Detection API on the Raspberry Pi View
22 2018 maskrcnn-benchmark - Fast, modular reference implementation of Semantic Segmentation and Object Detection algorithms in PyTorch. View
23 2018 softer-NMS - Softer-NMS: Rethinking Bounding Box Regression for Accurate Object Detection View
24 2018 PANet - PANet for Instance Segmentation and Object Detection View
25 2018 Relation-Networks-for-Object-Detection - Relation Networks for Object Detection View
26 2018 Pelee - A Real-Time Object Detection System on Mobile Devices View
27 2018 frustum-pointnets - Frustum PointNets for 3D Object Detection from RGB-D Data View
28 2017 YOLO_Object_Detection - This is the code for “YOLO Object Detection” by Siraj Raval on Youtube View
29 2017 focal-loss - Focal loss for Dense Object Detection View
30 2017 RON - RON: Reverse Connection with Objectness Prior Networks for Object Detection, CVPR 2017 View
31 2016 detection-2016-nipsws - Hierarchical Object Detection with Deep Reinforcement Learning View
32 2016 chainer-faster-rcnn - Object Detection with Faster R-CNN in Chainer View
33 2016 T-CNN - ImageNet 2015 Object Detection from Video (VID) View