imatge-upc / salgan

SalGAN: Visual Saliency Prediction with Generative Adversarial Networks
https://imatge-upc.github.io/salgan
MIT License
368 stars 106 forks source link

paper code environment configuration and operation requirements #23

Closed zhuzhuzhuxin closed 6 years ago

zhuzhuzhuxin commented 6 years ago

Hello!I am a new student of computer science and technology.When I run the code ,I encountered some problems: the operating environment configuration is not successful (I follow the prompt step by step to install the required software, or not), It makes me really confused.I want to ask about more details of the paper code environment configuration and operation requirements.If anyone can help me,I will be very grateful.Thanks! Xin Zhu

junting commented 6 years ago

Hello @zhuzhuzhuxin ,

I recommend you to create your own virtual environment and use the provided requirement file to install all dependencies

pip install -r https://raw.githubusercontent.com/imatge-upc/saliency-salgan-2017/master/requirements.txt

Best,

zhuzhuzhuxin commented 6 years ago

@junting Thank you very much.