HuXiaoling / TopoLoss

Code for the NeurIPS 2019 paper: Topology-Preserving Deep Image Segmentation
MIT License
146 stars 22 forks source link

Compiling the library in windows #4

Open ranjanisubramanyan opened 3 years ago

ranjanisubramanyan commented 3 years ago

I have tried to import the module by placing the .so file in the working directory. I am getting an importerror. I am using windows os and python 3.7. When I run the compile_pers_lib.sh, .so file is getting generated. But still it throws an error saying that it is not a DLL application built on Windows. How to import the module in Windows system?

HuXiaoling commented 3 years ago

Hi @ranjanisubramanyan, the library was originally built on Linux system, and I haven't tried on Windows system. Anyway, I'll try to get some time to test on Windows system and reproduce your error. I'll post here if there is any progress:)

Maccusx commented 2 months ago

Hi @ranjanisubramanyan, the library was originally built on Linux system, and I haven't tried on Windows system. Anyway, I'll try to get some time to test on Windows system and reproduce your error. I'll post here if there is any progress:)

"Hello, may I ask if the DLL file for the Windows system has been generated?"