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

Lasagne and Theano Requirements for Salgan #4

Closed njss closed 7 years ago

njss commented 7 years ago

Hello,

The execution of the following command does not work: pip install -r https://github.com/imatge-upc/saliency-salgan-2017/blob/junting/requirements.txt

error: Invalid requirement: '<!DOCTYPE html>' Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\pip_vendor\packaging\requirements.py", line 92, in init req = REQUIREMENT.parseString(requirement_string)....

Thank you in advance for your help...

njss commented 7 years ago

It seems that the command from this webpage is working: http://danielnouri.org/notes/2014/12/17/using-convolutional-neural-nets-to-detect-facial-keypoints-tutorial/#prerequisites

njss commented 7 years ago

Ok solved this one, by getting the repo and running locally instead: pip install -r requirements.txt