eladrich / pix2vertex.pytorch

An official pyTorch port of the pix2vertex paper from ICCV2017
MIT License
192 stars 24 forks source link

Run it on windows #16

Open yaman20010 opened 1 year ago

yaman20010 commented 1 year ago

How do I run it on Windows in detail? I am new to these things. I hope you explain, thank you

matansel commented 1 year ago

I would strongly suggest you to install linux if you can. If you can't, first, create a virtual environment for python in Windows and then run: pip install -r requirements.txt After that, you should be able to run it. We haven't tested it on Windows though.