yossigandelsman / DoubleDIP

Official implementation of the paper "Double-DIP: Unsupervised Image Decomposition via Coupled Deep-Image-Priors"
513 stars 95 forks source link

requirements.txt file would be helpful. #19

Closed ashesh-0 closed 2 years ago

ashesh-0 commented 2 years ago

It is quite painful to install the packages one by one :(

ashesh-0 commented 2 years ago

Its okay since it was small work.

 conda create -n DoubleDip python=3.6.10
 conda activate DoubleDip
 conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
 conda install scikit-image
 conda install -c conda-forge sk-video