Python
⚡ Based on Yolo's low-power, ultra-lightweight universal target detection algorithm, the parameter is only 250k, and the speed of the smart phone mobile terminal can reach ~300fps+
Code for the paper entitled "Keep your Eyes on the Lane: Real-time Attention-guided Lane Detection" (CVPR 2021)
Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home,…
Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
The implementation of various lightweight networks by using PyTorch. such as:MobileNetV2,MobileNeXt,GhostNet,ParNet,MobileViT、AdderNet,ShuffleNetV1-V2,LCNet,ConvNeXt,etc. ⭐⭐⭐⭐⭐
End-to-End Object Detection with Fully Convolutional Network
Few-shot Object Detection via Feature Reweighting
[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking
SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
Hierarchical Object Detection with Deep Reinforcement Learning
Accelerating network inference over video
More readable and flexible yolov5 with more backbone(gcn, resnet, shufflenet, moblienet, efficientnet, hrnet, swin-transformer, etc) and (cbam,dcn and so on), and tensorrt
A social distancing analyzer AI tool to regulate social distancing protocol using video surveillance of CCTV cameras and drones. Social Distancing Analyser to prevent COVID19
based on yolo-high-level project (detect\pose\classify\segment\):include yolov5\yolov7\yolov8\ core ,improvement research ,SwintransformV2 and Attention Series. training skills, business customizat…
通过可直接运行的代码示例讲解 PyQt 5 常用基础控件。附学习资源、demo分享。
Implementation of CVPR 2019 paper: Distilling Object Detectors with Fine-grained Feature Imitation
RectLabel is an offline image annotation tool for object detection and segmentation.
Black-Box Adversarial Attack on Public Face Recognition Systems
reproduce the YOLO series of papers in pytorch, including YOLOv4, PP-YOLO, YOLOv5,YOLOv3, etc.
Pytorch!!!Pytorch!!!Pytorch!!! Dynamic Convolution: Attention over Convolution Kernels (CVPR-2020)
yolov5 prune,Support V2, V3, V4 and V6 versions of yolov5
这是一个YoloV5-pytorch的源码,可以用于训练自己的模型。
This is the implementation of YOLObile: Real-Time Object Detection on Mobile Devices via Compression-Compilation Co-Design
🔥🔥🔥🔥🔥🔥Docker NVIDIA Docker2 YOLOV5 YOLOX YOLO Deepsort TensorRT ROS Deepstream Jetson Nano TX2 NX for High-performance deployment(高性能部署)
⚡ A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is …
Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID
最新版本yolov5+deepsort目标检测和追踪,能够显示目标类别,支持5.0版本可训练自己数据集
用opencv的dnn模块做yolov5目标检测,包含C++和Python两个版本的程序