zyf-xtu / pytorch_modelsLinks
CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。
☆98Updated 4 years ago
Alternatives and similar repositories for pytorch_models
Users that are interested in pytorch_models are comparing it to the libraries listed below
Sorting:
- 本仓库将使用Pytorch框架实现经典的图像分类网络、目标检测网络、图像分割网络,图像生成网络等,并会持续更新!!!☆265Updated last year
- 用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。☆244Updated last year
- 这是各个主干网络分类模型的源码,可以用于训练自己的分类模型。☆434Updated 3 years ago
- 适合小白入门的图像分类项目,从熟悉到熟练图像分类的流程,搭建自己的分类网络结构以及在pytorch中运用经典的分类网络。☆69Updated 5 years ago
- Object detection learning path☆85Updated 3 years ago
- 目标检测 - R-CNN算法实现☆201Updated 2 years ago
- Self-attention、Non-local、SE、SK、CBAM、DANet☆488Updated 3 years ago
- 基于Swin-transformer训练图像分类并部署web端☆94Updated 3 years ago
- Unofficial implementations of some classical CNN backbones with pytorch☆167Updated 4 years ago
- A deep learning code base, mainly for paper replication, in the areas of image recognition, object detection, image segmentation, self-su…☆349Updated 2 years ago
- Image Processing学习,学习教程:https://github.com/WZMIAOMIAO/deep-learning-for-image-processing 视频对应:https://space.bilibili.com/18161609☆139Updated last year
- This project organizes classic images classification neural networks based on convolution or attention, and writes training and inference…