zhahu315's Stars
iptv-org/iptv
Collection of publicly available IPTV channels from all over the world
Anduin2017/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
HarisIqbal88/PlotNeuralNet
Latex code for making neural networks diagrams
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
heartexlabs/labelImg
LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
apache/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
xmu-xiaoma666/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
ctgk/PRML
PRML algorithms implemented in Python
Lyken17/pytorch-OpCounter
Count the MACs / FLOPs of your PyTorch model.
ashishpatel26/Tools-to-Design-or-Visualize-Architecture-of-Neural-Network
Tools to Design or Visualize Architecture of Neural Network
daquexian/onnx-simplifier
Simplify your onnx model
open-mmlab/mmtracking
OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
JunMa11/SegLoss
A collection of loss functions for medical image segmentation
dk-liang/Awesome-Visual-Transformer
Collect some papers about transformer with vision. Awesome Transformer with Computer Vision (CV)
foxsen/archbase
教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本
tusen-ai/simpledet
A Simple and Versatile Framework for Object Detection and Instance Recognition
open-mmlab/mmdeploy
OpenMMLab Model Deployment Framework
MenghaoGuo/Awesome-Vision-Attentions
Summary of related papers on visual attention. Related code will be released based on Jittor gradually.
yhenon/pytorch-retinanet
Pytorch implementation of RetinaNet object detection.
Tencent/TurboTransformers
a fast and user-friendly runtime for transformer inference (Bert, Albert, GPT2, Decoders, etc) on CPU and GPU.
openppl-public/ppq
PPL Quantization Tool (PPQ) is a powerful offline neural network quantization tool.
HonglinChu/SiamTrackers
(2020-2022)The PyTorch version of SiamFC,SiamRPN,DaSiamRPN, UpdateNet , SiamDW, SiamRPN++, SiamMask, SiamFC++, SiamCAR, SiamBAN, Ocean, LightTrack , TrTr, NanoTrack; Visual object tracking based on deep learning
VisDrone/VisDrone-Dataset
The dataset for drone based detection and tracking is released, including both image/video, and annotations.
rafellerc/Pytorch-SiamFC
Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"
uzh-rpg/rpg_esim
ESIM: an Open Event Camera Simulator
yatengLG/Retinanet-Pytorch
Retinanet目标检测算法(简单,明了,易用,全中文注释,单机多卡训练,视频检测)(based on pytorch,Simple, Clear, Mutil GPU)
gmalivenko/onnx-opcounter
Count number of parameters / MACs / FLOPS for ONNX models.