DingShengLin's Stars
Cartucho/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
mrgloom/awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
VisDrone/DroneVehicle
Drone-based RGB-Infrared Cross-Modality Vehicle Detection via Uncertainty-Aware Learning
hhaAndroid/mmdetection-mini
mmdetection最小学习版
yijingru/BBAVectors-Oriented-Object-Detection
[WACV2021] Oriented Object Detection in Aerial Images with Box Boundary-Aware Vectors
sksq96/pytorch-summary
Model summary in PyTorch similar to `model.summary()` in Keras
szagoruyko/pytorchviz
A small package to create visualizations of PyTorch execution graphs
zl1994/IoU-Uniform-R-CNN
Codes for paper: "IoU-Uniform R-CNN: Breaking Through the Limitations of RPN"
Thinklab-SJTU/CSL_RetinaNet_Tensorflow
Code for ECCV 2020 paper: Arbitrary-Oriented Object Detection with Circular Smooth Label
xuebinqin/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."
xuebinqin/BASNet
Code for CVPR 2019 paper. BASNet: Boundary-Aware Salient Object Detection
harpalsahota/bbaug
Bounding box augmentations for Pytorch
huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms
《算法导论》第三版中算法的C++实现
nonstriater/Learn-Algorithms
算法学习笔记
zml-ai/Underwater_detection
2020年全国水下机器人(湛江)大赛
FishYuLi/BalancedGroupSoftmax
CVPR 2020 oral paper: Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax.
JialeCao001/D2Det
D2Det: Towards High Quality Object Detection and Instance Segmentation (CVPR2020)
Gus-Guo/AugFPN
source code of AugFPN
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
PaddlePaddle/PaddleDetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
gpleiss/temperature_scaling
A simple way to calibrate your neural network.
Megvii-BaseDetection/BorderDet
BorderDet: Border Feature for Dense Object Detection(ECCV2020 Oral)
jianjiandandande/StudyNode
小型知识点总汇
albumentations-team/albumentations
Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Syllo/nvtop
GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
AlexeyAB/darknet
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
dmlc/gluon-cv
Gluon CV Toolkit
tusen-ai/simpledet
A Simple and Versatile Framework for Object Detection and Instance Recognition
ZFTurbo/Weighted-Boxes-Fusion
Set of methods to ensemble boxes from different object detection models, including implementation of "Weighted boxes fusion (WBF)" method.