lxztju / pytorch_classificationLinks
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
☆1,454Updated 2 years ago
Alternatives and similar repositories for pytorch_classification
Users that are interested in pytorch_classification are comparing it to the libraries listed below
Sorting:
- 项目注释+论文复现+算法竞赛+Pytorch实践+LeetCode+VLM预训练☆702Updated 6 months ago
- Pytorch implementation of cnn network☆2,042Updated last month
- 图像二分类问题 猫狗大战 pytorch CNN☆137Updated 6 years ago
- 代码 -《深度学习之PyTorch物体检测实战》☆874Updated 4 years ago
- 本文新增添分类,检测,换脸技术等学习教程,各种调参技巧和tricks,卷积结构详细解析可视化,注意力机制代码等详解!本次垃圾分类挑战杯,目的在于构建基于深度学习技术的图像分类模型,实现垃圾图片类别的精准识别,大赛参考深圳垃圾分类标准,按可回收物、厨余垃圾、有害垃圾和其他垃圾…☆739Updated 3 years ago
- CVPR2021最新论文汇总,主要包括:Transformer, NAS,模型压缩,模型评估,图像分类,检测,分割,跟踪,GAN,超分辨率,图像恢复,去雨,去雾,去模糊,去噪,重建等等☆655Updated 4 years ago
- 2019 Huawei Cloud garbage Classification Competition online score 2th place☆316Updated 3 years ago
- 基于keras集成多种图像分类模型: VGG16、VGG19、InceptionV3、Xception、MobileNet、AlexNet、LeNet、ZF_Net、ResNet18、ResNet34、ResNet50、ResNet_101、ResNet_152、Dense…☆475Updated 3 years ago
- 使用HOG+SVM进行图像分类☆166Updated 7 years ago
- 个人的技能树仓库,主要包含个人机器学习以及深度学习的笔记☆368Updated 4 years ago
- 用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。☆245Updated last year
- 本仓库将使用Pytorch框架实现经典的图像分类网络、目标检测网络、图像分割网络,图像生成网络等,并会持续更新!!!☆269Updated last year
- 适合小白入门的图像分类项目,从熟悉到熟练图像分类的流程,搭建自己的分类网络结构以及在pytorch中运用经典的分类网络。☆69Updated 6 years ago
- 该仓库用于记录作者本人参加的各大数据科学竞赛的获奖方案源码以及一些新比赛的原创baseline. 主要涵盖:kaggle, 阿里天池,华为云大赛校园赛,百度aistudio,和鲸社区,datafountain等☆1,379Updated 2 years ago
- pytorch实现Grad-CAM和Grad-CAM++,可以可视化任意分类网络的Class Activation Map (CAM)图,包括自定义的网络;同时也实现了目标检测faster r-cnn和retinanet两个网络的CAM图;欢迎试用、关注并反馈问题...☆765Updated 4 years ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆98Updated 4 years ago
- Replication of simple CV Projects including attention, classification, detection, keypoint detection, etc.☆1,256Updated 3 months ago
- ⭐⭐⭐FightingCV Paper Reading, which helps you understand the most advanced research work in an easier way 🍀 🍀 🍀☆823Updated 2 years ago
- 这是各个主干网络分类模型的源码,可以用于训练自己的分类模型。☆436Updated 3 years ago
- ☆106Updated 6 years ago
- ☆373Updated 4 years ago
- 本赛题任务是对西安的热门景点、美食、特产、民俗、工艺品等图片进行分类,即首先识别出图片中物品的类别(比如大雁塔、肉夹馍等),然后根据图片分类的规则,输出该图片中物品属于景点、美食、特产、民俗和工艺品中的哪一种。☆88Updated 4 years ago
- convert dataset to coco/voc format☆1,111Updated 4 years ago
- 本仓库我将使用谷歌TensorFlow2框架逐一复现经典的卷积神经网络:LeNet、AlexNet、VGG系列、GooLeNet、ResNet 系列、DenseNet 系列,以及现在比较经典的目标检测网络、语义分割网络等。☆354Updated 3 years ago
- AI学习过程中的实操代码☆210Updated 5 years ago
- Integrate deep learning models for image classification | Backbone learning/comparison/magic modification project☆1,888Updated 10 months ago
- 基于PyTorch框架实现的图像分类网络☆85Updated 5 years ago
- 基于无监督学习,无需训练,先使用SIFT算法提取图像特征,再使用KMeans聚类算法进行图像分类,速度非常快,精度还在提高。☆133Updated 6 years ago
- 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等 https://dataxujing.github.io/CNN-paper2/☆182Updated 5 years ago
- Kaggle竞赛题猫狗大战 ,用于PyTorch入门☆68Updated 6 years ago