AirLine icon indicating copy to clipboard operation
AirLine copied to clipboard

how to rebuild the CRG module with visual studio?

Open MHSHAO95 opened this issue 1 year ago • 1 comments

I only have a GT730 on my windows desktop computer, which causes that I can only install pytorch1.2.0 version based on python3.7, so I need to rebuild the CRG module, how can I use visual studio to rebuild it?

MHSHAO95 avatar Aug 05 '23 03:08 MHSHAO95

Hi, I am sorry that I did not make a widely-compatible package. I included a vs solution in CRG/ and the script is at CRG/extractC/CRGandLP.cpp, this is not based on pytorch. you may need to configure pybind on your VS yourself by following the official tutorial of pybind: https://pybind11.readthedocs.io/en/stable/basics.html, if you have further problems please tell me.

Also, if you have a better mac/linux computer you can also try to build it on that as well, the essential file is just that cpp.

Lx017 avatar Aug 05 '23 18:08 Lx017