• Stars
    star
    1,199
  • Rank 38,755 (Top 0.8 %)
  • Language
    Jupyter Notebook
  • License
    Apache License 2.0
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Replication of simple CV Projects including attention, classification, detection, keypoint detection, etc.

SimpleCVReproduction

Recommended models are listed in this repository. In order to simplify learning for beginners, comments are provided with running models, code ready to read, well-documented code, and a series of simple code snippets. The aim of this project is to provide a simplified version of easy-to-understand model files. Suggestions for easily learnable libraries are welcome within the Issues section. Most of the content in this project is from Github and shall not be used for commercial purposes. In case of any infringement, please contact the author for removal.

将感兴趣/推荐的模型也放在这个库中,以供学习。由于好多库从头开始学习难度太大,在这里提供了笔者的部分注释,其中大部分都是跑过的模型、准备读的代码、已经读过的代码笔记、以及开发的simple系列简单代码、常用代码段等。

本项目致力于提供简化版本的,便于理解的模型文件。

如果有推荐的便于初学者学习的库,也欢迎在issue中提出和补充。

本项目大部分内容是来源于Github,不会用做商业用途,如有侵权,请联系笔者删除。

目录

即插即用模块&注意力模块

原项目已经迁移至新的地址:Awesome-Attention-Mechanism-in-cv

主要内容包括:

  • 计算机视觉领域中注意力模块。
  • 计算机视觉中即插即用模块。code
  • Vision Transformer系列工作。

更多介绍:

项目推荐

项目 介绍 链接
CenterNet 简化版本的CenterNet目标检测算法(第三方实现) link
SmallObjectAugmentation 针对小目标进行数据增强库,在笔者数据集效果不理想 link
DarkLabel 专门用于DarkLabel软件转化的系列脚本 link
Latex/latex_algo 用latex写的伪代码示例 link
MLP MLP-Mixer,ResMLP,RepMLP简单源码 link
NAS 感兴趣的神经网络结构搜索算法 link
Plug-and-play Module 即插即用模块 link
52RL 参加DataWhale深度强化学习课程代码 code link
Vision Transformer 最经典的ViT实现, 训练代码在code link
captcha-CTC-loss CTC loss+ LSTM link
cifarTrick 原先收集的部分Trick更多Trick在Tricks link
deep_sort 官方实现的DeepSort算法 link
deep_sort_yolov3_pytorch 笔者自己实现和改进的DeepSort算法 link
easy-receptive-fields 感受野计算,分析,特征图可视化 link
fine_grained_baseline 细粒度识别baseline,Bilinear Pooling操作 link
flask-yolo flask配合yolo算法实现网页 link
kalman 卡尔曼滤波实现与测试 link
libfacedetection.train 人脸检测训练代码 link
opencv-mot 使用Opencv实现多目标跟踪 link
pandoc-starter Pandoc是Markdown转化器,很方便 link
pytorch-commen-code 常用的pytorch代码片段 link
siamese-triplet 孪生网络+Triplet Loss实现 link
simple-triple-loss 笔者自己实现的triplet loss link
simple_keypoint [推荐] 笔者极简代码实现关键点识别,提供根据heatmap进行识别的方法 link
tikz_cnn 使用latex绘制CNN图 link
tsne tsne可视化数据集 link
tools voc2coco脚本,yolo anchor聚类脚本 link
tiny_classifier 超级简单的分类代码+focal loss使用 link
yolov3-6 第六次release版本,属于老版本yolo实现 link

致谢

@zhongqiu1245 补充的borderDet中的BAM模块,补充了FPT

@1187697147 补充的context-gating模块

@cmsfw-github 指出了simple_keypoint中的bug

@1187697147 建议更新了AFF和iAFF模块源码

贡献

欢迎在issue中提出补充推荐的项目。

欢迎关注“GiantPandaCV”公众号以及“神经网络架构搜索”公众号查看相关博客。

More Repositories

1

awesome-attention-mechanism-in-cv

Awesome List of Attention Modules and Plug&Play Modules in Computer Vision
Python
1,032
star
2

SimpleCVPaperReading

😄博客论文列表:分系列整理
JavaScript
391
star
3

voc2007_for_yolo_torch

👊 Prepare VOC format datasets for ultralytics/yolov3 & yolov5
Python
194
star
4

captcha.Pytorch

验证码识别比赛code,针对数字,大小写字母能达到97-99%的准确率
Python
127
star
5

landmark_annotation

👊 Keypoint/Landmark Annotation Software 关键点标注软件
TeX
121
star
6

Awesome-LLM-Prune

Awesome list for LLM pruning.
117
star
7

captcha_identify.pytorch

基于torch进行验证码识别,识别率达94%
Python
103
star
8

Awesome-LLM-Quantization

Awesome list for LLM quantization
Python
73
star
9

PyTorch-CIFAR-Model-Hub

Implementation of Conv-based and Vit-based networks designed for CIFAR.
Python
67
star
10

Pruner-Zero

Pruner-Zero: Evolving Symbolic Pruning Metric from scratch for LLMs
Python
63
star
11

datawhale_cv_competition

布匹缺陷识别练习赛
Python
45
star
12

GoodsRecognition.MindSpore

基于MindSpore AI框架实现零售商品识别 top1方案
Python
32
star
13

reid_for_deepsort

simple reid for deep sort
Python
23
star
14

CVPR2022-NAS-competition-Track1-3th-solution

Implementation of PGONAS for CVPR22W and RD-NAS for ICASSP23
Jupyter Notebook
23
star
15

Vision-Mamba-CIFAR10

Python
21
star
16

QPainter

CPP intern,Sotfware,Painter
C++
20
star
17

faster-rcnn.Supernova

基于faster-rcnn.pytorch改进,超新星识别比赛code
Python
15
star
18

darknet-loss-Drawer

This repository is developed on the basis of pyqt5, mainly through the log files generated during the running of Darknet, and then draw loss files.
Python
15
star
19

PicoNAS

Modularized NAS Framework
Python
8
star
20

yolo_deep_sort_pytorch

attention, cbam, se
Jupyter Notebook
7
star
21

yolov3.keras

yolov3.keras for VOC2007
Python
6
star
22

CUDA_NMS

Use cuda to speed up the implementation of nms algorithm
Cuda
5
star
23

ofa-cifar

⭐ Make Once for All support CIFAR10 dataset.
Python
4
star
24

mixed_precision_imagenet_benchmark

ResNet50在ImageNet上混合精度
Python
4
star
25

lightllm-gradio

Based on LightLLM, we provide interface using Gradio. Feel free to use!
Python
4
star
26

AutoRF

AutoRF: Learning Receptive Fields with Spatial Pooling
Python
3
star
27

52RL

Reforcement Learning in DataWhale
Python
3
star
28

simple_deep_sort

deep sort with yolov3. Modify darknet based yolov3 to pytorch based yolov3.
Python
3
star
29

Mnc-javacc

Implementing the Minic compiler with javacc
Java
3
star
30

ClipLLM

Clipboard-Centric LLM conversation tools
Python
3
star
31

chessProblem

棋盘问题,可视化求解
Python
2
star
32

MutableNAS

Channel Search for ResNet20; cvpr21 NAS workshop 16th
Python
2
star
33

ArchVizD3

zero-cost proxy visualization on NAS-Bench-201 using d3.js
HTML
2
star
34

AlgorithmPractice

大学期间编程练习题目
C++
1
star
35

classify.fastai

Classifier based on fastai
Jupyter Notebook
1
star
36

webAppTemplate

An example for Android webview
HTML
1
star
37

skills-code-with-codespaces

My clone repository
HTML
1
star
38

pprp

1
star
39

NAS-Bench-201-refactor

Original version of NAS-Bench-201 from AngleNAS
Python
1
star
40

ClipLLM_Mac

Swift
1
star
41

CleanStream

Local version of dclm
Python
1
star