Pinned Repositories
algorithm-base
专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!
Angular-Penalty-Softmax-Losses-Pytorch
Angular penalty loss functions in Pytorch (ArcFace, SphereFace, Additive Margin, CosFace)
autotvm_tutorial
autoTVM神经网络推理代码优化搜索演示,基于tvm编译开源模型centerface,并使用autoTVM搜索最优推理代码, 最终部署编译为c++代码,演示平台是cuda,可以是其他平台,例如树莓派,安卓手机,苹果手机.Thi is a demonstration of how to use autoTVM to search and optimize a neural network inference code. the main process of this program is , firstly use tvm to compile opensource model centerface , then use autotvm to auto search the best inference code for the compiled model
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-ncnn
😎 A Collection of Awesome NCNN-based Projects
awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
blog-comments
Caffe_structure
具体了解Caffe 框架的结构及C++语法使用
learnopencv
Learn OpenCV : C++ and Python Examples
YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: lighter, faster and easier to deploy. Evolved from yolov5 and the size of model is only 800+kb (int8) and 1.7M (fp16). It can reach 10+ FPS on the Raspberry Pi 4B when the input size is 320×320~
ChaucerG's Repositories
ChaucerG/YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: lighter, faster and easier to deploy. Evolved from yolov5 and the size of model is only 800+kb (int8) and 1.7M (fp16). It can reach 10+ FPS on the Raspberry Pi 4B when the input size is 320×320~
ChaucerG/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
ChaucerG/awesome-ncnn
😎 A Collection of Awesome NCNN-based Projects
ChaucerG/blog-comments
ChaucerG/camera_calibration_cpp
ChaucerG/chaucerg-blog-resource
本仓库为:博客源码
ChaucerG/chaucerg.github.io
github-pages浏览:https://chaucerg.github.io
ChaucerG/Co-mining
Co-mining: Self-Supervised Learning for Sparsely Annotated Object Detection, AAAI 2021.
ChaucerG/cuda-machine-learning
ChaucerG/CvPytorch
CvPytorch is an open source COMPUTER VISION toolbox based on PyTorch.
ChaucerG/darknet
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
ChaucerG/Detection-PyTorch-Notebook
代码 -《深度学习之PyTorch物体检测实战》
ChaucerG/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
ChaucerG/LightObjectDetection
轻快、经简化、高效的图像目标检测(深度学习)
ChaucerG/lite.ai
Lite.AI 🚀🚀🌟 is a user friendly C++ lib of awesome AI models. such as YOLOX🔥, YoloR🔥, YOLOP, YoloV5, YoloV4, DeepLabV3, ArcFace, CosFace, RetinaFace, SSD, etc.
ChaucerG/Mobilenet-YOLO-Pytorch
Include mobilenet series (v1,v2,v3...) and yolo series (yolov3,yolov4,...)
ChaucerG/Multi-Camera-Live-Object-Tracking
Multi-camera live traffic and object counting with YOLO v4, Deep SORT, and Flask.
ChaucerG/Multi-Camera-Person-Re-Identification
State-of-the-art model for person re-identification in Multi-camera Multi-Target Tracking. Benchmarked on Market-1501 and DukeMTMTC-reID datasets.
ChaucerG/protobuf
Protocol Buffers - Google's data interchange format
ChaucerG/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
ChaucerG/pytorch_classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
ChaucerG/PytorchNetHub
项目注释+论文复现+算法竞赛+Pytorch指北
ChaucerG/SA-MobileNetV3
Shuffle Attention for MobileNetV3
ChaucerG/simple-reid
ChaucerG/SMOKE
SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation
ChaucerG/TensorRT_EX
Deep Learning Model Optimization Using by TensorRT API
ChaucerG/Transformer-in-Computer-Vision
A paper list of some recent Transformer-based CV works.
ChaucerG/tvm_mlir_learn
tvm learn
ChaucerG/vehicle_recognition
一种运用resnet进行车型识别的方法,
ChaucerG/YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone
YOLO ModelCompression MultidatasetTraining