nagejacob / SpatiallyAdaptiveSSID

Spatially Adaptive Self-Supervised Learning for Real-World Image Denoising (CVPR 2023)
GNU General Public License v3.0
80 stars 6 forks source link

What is the python environment for this article? #9

Open yangyaDu opened 3 months ago

nagejacob commented 3 months ago

I attach image_denoising.yaml to the repository and you could create the same envoriment with conda env create -f image_denoising.yaml. However, you could just create a new conda environment, install pytorch with cuda, run the code and install other packages when required. This paper do not requires any rare packages.

yangyaDu commented 3 months ago

image 为什么显示哈工大的镜像源链接不上呢 ?

nagejacob commented 3 months ago

建议先新建一个conda环境,安装上pytorch,运行代码,再依次pip install安装缺少的包