JaimeTang / PyTorch-and-Neural-style-transferLinks
基于PyTorch的图像风格迁移实现
☆32Updated 8 years ago
Alternatives and similar repositories for PyTorch-and-Neural-style-transfer
Users that are interested in PyTorch-and-Neural-style-transfer are comparing it to the libraries listed below
Sorting:
- 使用VGG19迁移学习实现图像风格迁移。☆163Updated 5 years ago
- Kang根据前辈们的代码用keras、pytorch改写的CNN图像风格迁移☆78Updated 5 years ago
- 用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。☆245Updated 2 years ago
- 2019春哈工大模式识别与深度学习实验☆96Updated 6 years ago
- 这里主要存放做过的深度学习的一些实战项目☆35Updated 5 years ago
- 基于深度生成对抗网络gan的图像修复模型☆83Updated 6 years ago
- 通过CycleGAN网络模型实现无匹配数据的风格迁移,将真实人脸图片转换为漫画头像☆76Updated 4 years ago
- 基于卷积神经网络的猫狗识别 web 应用☆166Updated 3 years ago
- 北京大学软件与微电子学院《人工智能实践》课程项目第6小组,新加入APP功能,项目代码持续完善中。☆83Updated 6 years ago
- 基于无监督学习,无需训练,先使用SIFT算法提取图像特征,再使用KMeans聚类算法进行图像分类,速度非常快,精度还在提高。☆133Updated 6 years ago
- 基于PyTorch框架实现的图像分类网络☆85Updated 5 years ago
- 深度学习中的一些小Demo。☆425Updated 2 years ago
- Gitbook Address: https://app.gitbook.com/@nlpgroup/s/nlpnote/☆158Updated 4 years ago
- PCA+SVM+KFold方法人脸识别(Face Detection using PCA+SVM)☆69Updated 7 years ago
- 基于pytorch实现的、带GUI的图像风格迁移程序.☆31Updated 2 years ago
- 项目注释+论文复现+算法竞赛+Pytorch实践+LeetCode+VLM预训练☆704Updated 7 months ago
- 李宏毅GAN课程cGAN动漫人物头像生成实现代码(含训练数据)☆38Updated 3 years ago
- CS231n 2019年春季学期课程作业☆138Updated 3 years ago
- 图像修复 python tensorflow DCGAN☆59Updated 6 years ago
- CVPR2021最新论文汇总,主要包括:Transformer, NAS,模型压缩,模型评估,图像分类,检测,分割,跟踪,GAN,超分辨率,图像恢复,去雨,去雾,去模糊,去噪,重建等等☆656Updated 4 years ago
- Jupyter notebook tutorials for mmgeneration☆242Updated 3 years ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆98Updated 4 years ago
- 深度学习的实战项目☆348Updated 5 years ago
- 基于CNN的海贼王人物图像多分类,包含数据集爬虫,数据集处理,模型保存,图表输出,批量测试等,通用模型模板☆35Updated 6 years ago
- 基于Swin-transformer训练图像分类并部署web端☆94Updated 3 years ago
- 图像风格迁移算法CycleGAN复现练习, 基于PyTorch☆24Updated 4 years ago
- 基于tensorflow的手写数字识别☆89Updated 6 years ago
- 数字图像处理大作业,图像细粒度分类,CUB-200-2011,Peking University☆77Updated 7 years ago
- 一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist中8和9的二分类,泰坦尼克号…☆188Updated 7 years ago
- 本仓库将使用Pytorch框架实现经典的图像分类网络、目标检测网络、图像分割网络,图像生成网络等,并会持续更新!!!☆269Updated last year