lijx10 / USIP

USIP: Unsupervised Stable Interest Point Detection from 3D Point Clouds. ICCV 2019
GNU General Public License v3.0
206 stars 29 forks source link

Can the program be operated on Windows? #14

Open DMSalvatore opened 4 years ago

DMSalvatore commented 4 years ago

I have installed the Anaconda3 and Configure the environment according to the instructions. But When compiling the models\index_max_ext, the errors like this"error: command 'D:\LearningSoftware\VisualStudio2015Professor\anzhuang\VC\BIN\amd64\cl.exe' failed with exit status 2" Does the environment must be built on the Linux?

lijx10 commented 4 years ago

I don't know how it would work with windows. I think the major blocking issue should be pytorch. If pytorch supports windows well, the index_max module should be fine as well. It is a simple module that calls pytorch c++ apis.

DMSalvatore commented 4 years ago

Thank you for you answer. I have the program running on the server and the problem has been resolved. But now a new problem has arisen when I use the visdom, like this"HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f95a1d960b8>: Failed to establish a new connection: [Er...". Did you meet the same problem? How can I resolve it?

lijx10 commented 4 years ago

The is because visdom server is not running. Please refer to Usage of https://github.com/facebookresearch/visdom