Coder Social home page Coder Social logo

codecat0 / cv Goto Github PK

View Code? Open in Web Editor NEW
178.0 1.0 33.0 16.69 MB

本仓库将使用Pytorch框架实现经典的图像分类网络、目标检测网络、图像分割网络,图像生成网络等,并会持续更新!!!

Python 25.60% Jupyter Notebook 74.40%
computer-vision image-classification object-detection pytorch segmentation gan image-processing image-augmentation

cv's Introduction

CVers 集合!!!

Image Classification

1. AlexNet

2. VGGNet

3. GoogLeNet

4. ResNet

5. DenseNet

6. MobileNet系列

6.1 MobileNet V1

6.2 MobileNet V2

6.3 MobileNet V3

7. ShuffleNet系列

7.1 ShuffleNet V1

7.2 ShuffleNet V2

8. GhostNet

Object Detection

1. R-CNN

2. Fast R-CNN

3. Faster R-CNN

4. SSD

5. YOLO系列

5.1 YOLOV1

5.2 YOLOV2

5.3 YOLOV3

5.3 YOLOV4

6. FPN

7. Mask R-CNN

  • 论文地址
  • 论文详解
  • 模型代码

Semantic Segmentation

1. DeepLab系列

  • 论文地址
  • 论文详解
  • 模型代码

2. U-Net

3. FCN

4. RCF

  • 论文地址
  • 论文详解
  • 模型代码

5. SegNet

6. PSPNet

Generative Models

1. AutoEncoder

  • 论文地址
  • 论文详解
  • 模型代码

2. VAE

  • 论文地址
  • 论文详解
  • 模型代码

3. GAN

  • 论文地址
  • 论文详解
  • 模型代码

4. DCGAN

  • 论文地址
  • 论文详解
  • 模型代码

5. CycleGAN

  • 论文地址
  • 论文详解
  • 模型代码

6. WGAN

  • 论文地址
  • 论文详解
  • 模型代码

7. StyleGAN

  • 论文地址
  • 论文详解
  • 模型代码

cv's People

Contributors

codecat0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cv's Issues

准确率是咋显示的?

[train epoch 0] loss: 0.339386, acc: 7.600000: 100%|
[valid epoch 0] loss: 0.001, acc 1.000: 100%|
[train epoch 1] loss: 0.001157, acc: 8.000000: 100%
这准确率是多少啊?100%?还是说没显示?

SegNet模型保存

您好,我在model_path导入ep050.pth的文件,但是他出现错误:KeyError: 'module.encoder.encode1.0.weight'
同时,
ep050.pth在训练集与测试集loss均达0.05,但是,我用它predict的时候,只有一种颜色输出,甚至用训练集里的照片也是这样的结果
想请教一下:
请问是模型保存的出现问题了吗?
或者是torch.nn.DataParallel的问题吗?(我的cuda定义是True,但是我只有一张显卡;可是我cuda定义是False时是cpu训练,很慢)

SegNet 网络结构

SegNet的网络如果根据网络结构图来看,Encoder345和Decoder123是三层卷积+BN+ReLU吧。

环境配置冲突

您好,在pycharm依照配置文件安装环境时出现torch、torchvision和opencv无法安装成功的情况。用anaconda控制台安装显示pytorch和torchvision与其他环境有冲突?

backbone训练

博主 请问如果要选择其中之一作为backbone进行训练得到预训练权重文件,是不是只要把输出通道数和分类的代码改掉就可以了?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.