当前位置:网站首页>pytorch框架实现老照片修复功能详细演示(GPU版)
pytorch框架实现老照片修复功能详细演示(GPU版)
2022-08-03 19:35:00 【AI算法联盟】
一、环境说明
环境 | 版本 |
系统 | windows10 |
显卡 | RTX3060 |
CUDA | 11.1.1 |
cuDNN | 8.1.1 |
Python | 3.8.8 |
torch | 1.9.0+cu111 |
torchvision | 0.10.0+cu111 |
torchaudio | 0.9.0 |
cuda安装参考: tensorflow-gpu2.4.1安装配置详细步骤
算法模型下载地址:链接:https://pan.baidu.com/s/1uGNXd5g2dKjb4zgckxiLdA
提取码:vqv6
二、安装依赖模块
1.创建新的虚拟环境。
2.安装torch、torchvision、torchaudio模块。
pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
3.安装依赖库。
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
4.在./Bringing-Old-Photos-Back-to-Life/input文件夹中存放需要修复的照片
并执行如下命令:
python run.py --input_folder C:\Users\Administrator\Desktop\Bringing-Old-Photos-Back-to-Life\input --output_folder C:\Users\Administrator\Desktop\Bringing-Old-Photos-Back-to-Life\output --GPU 0
执行结果:
生成修复后的照片路径:
效果对比:
边栏推荐
- Postgresql source code (64) Query execution - data structure and execution process before submodule Executor (2) execution
- pg_memory_barrier_impl in Postgresql and C's volatile
- 阿里巴巴政委体系-第六章、阿里政委体系运作
- NNLM、RNNLM等语言模型 实现 下一单词预测(next-word prediction)
- 线上一次JVM FullGC搞得整晚都没睡,彻底崩溃
- relocation R_X86_64_PC32 against,/usr/bin/ld: final link failed: Bad value
- 「游戏建模干货」建模大师几步操作,学习经典,赶紧脑补一下吧
- 【leetcode】剑指 Offer II 007. 数组中和为 0 的三个数(双指针)
- 【leetcode】剑指 Offer II 008. 和大于等于 target 的最短子数组(滑动窗口,双指针)
- dpkg强制安装软件
猜你喜欢
随机推荐
Unity gets the actual coordinates of the ui on the screen under the canvas
MySQL 主从,6 分钟带你掌握!
从文本匹配到语义相关——新闻相似度计算的一般思路
dpkg强制安装软件
MySQL master-slave, 6 minutes you master!
读取 resources 目录下的文件路径的九种方式,你知道多少?
国产虚拟化云宏CNware WinStack安装体验-5 开启集群HA
ERROR: You don‘t have the SNMP perl module installed.
力扣刷题之数组序号计算(每日一题7/28)
1-php学习笔记之数据类型
Word另存为PDF后无导航栏解决办法
Shell programming loop statement
Postgresql source code (65) analysis of the working principle of the new snapshot system Globalvis
InnoDB 中不同SQL语句设置的锁
awk语法-02-运算、数组、格式化输出
系统太多,多账号互通如何实现?
「学习笔记」高斯消元
LeetCode 622. Designing Circular Queues
go语言实现导出string字符串到文件中
X86 function call model analysis