Learning-to-See-in-the-Dark跑通及实现方法(python3.8、及问题)

开源项目:GitHub - lavi135246/pytorch-Learning-to-See-in-the-Dark: Learning to See in the Dark using PyTorch >= 1.0.0

论文笔记:Learning to see in the dark【SID】论文笔记_sid数据集_Weisong Zhao的博客-CSDN博客

  1. 下载anaconda:Conda使用指南 - 知乎
  2. 在anaconda建立python3.8环境
  3. pip install  scipy

4.python test_Sony.py

conda create --name py38 python=3.8

source activate py38

pip install torch torchvision

conda install numpy

conda install scipy

pip install rawpy

conda install requests

git clone GitHub - cchen156/Learning-to-See-in-the-Dark: Learning to See in the Dark. CVPR 2018

wget  https://storage.googleapis.com/isl-datasets/SID/Sony.zip

python train_Sony.py

python test_Sony.py

猜你喜欢

转载自blog.csdn.net/zenglongjian/article/details/129911683