当前位置:网站首页>Detailed demonstration pytorch framework implementations old photo repair (GPU)
Detailed demonstration pytorch framework implementations old photo repair (GPU)
2022-08-03 19:41:00 【AI Algorithm Alliance】
I. Environmental description
| Environment | Version |
| System | windows10 |
| graphics card | 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 installation reference: tensorflow-gpu2.4.1 detailed steps of installation and configuration
Algorithm model download address: link: https://pan.baidu.com/s/1uGNXd5g2dKjb4zgckxiLdA
Extraction code: vqv6
Second, install dependent modules
1.Create a new virtual environment.
2. Install torch, torchvision, torchaudio modules.
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. Install dependent libraries.
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple4. Store the photos to be repaired in the ./Bringing-Old-Photos-Back-to-Life/input folder
and execute the following command:
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 0Execution result: 
Generate repaired photo path:

Effect comparison:


边栏推荐
- 开源教育论坛| ChinaOSC
- The addition and subtraction of the score of the force deduction brush question (a daily question 7/27)
- 微导纳米IPO过会:年营收4.28亿 君联与高瓴是股东
- 1-php学习笔记之数据类型
- CS免杀姿势
- 安装radondb mysql遇到问题
- 阿里巴巴政委体系-第五章、阿里政委体系建设
- 力扣刷题之分数加减运算(每日一题7/27)
- 1161 最大层内元素和——Leetcode天天刷【BFS】(2022.7.31)
- Postgresql中的pg_memory_barrier_impl和C的volatile
猜你喜欢
随机推荐
如何理解即时通讯开发移动网络的“弱”和“慢”
【统计机器学习】线性回归模型
2022年最新的Android面试大厂必考174题(附带详细答案)
Postgresql源码(64)查询执行——子模块Executor(2)执行前的数据结构和执行过程
入门3D建模基础教程详细分解
演讲议题及嘉宾重磅揭晓,TDengine 开发者大会推动数据技术“破局”
Handler source code analysis
C中的数据存储
【STM32】标准库-自定义BootLoader
多模态 参考资料汇总
DeepMCP网络详解
Postgresql-xl全局快照与GTM代码走读(支线)
FreeRTOS中级篇
SQL server 实现触发器备份表数据
面试突击:什么是粘包和半包?怎么解决?
关于2022年度深圳市技术攻关重大项目的申报通知
Word另存为PDF后无导航栏解决办法
小马智行起诉擎天智卡:索赔6000万 彭军称要斗争到底
Shell programming loop statement
危化企业双重预防机制数字化建设进入全面实施阶段











