likyoo / Siam-NestedUNet

The pytorch implementation for "SNUNet-CD: A Densely Connected Siamese Network for Change Detection of VHR Images"
MIT License
246 stars 59 forks source link

libcaffe2_nvrtc.so file linking issue in Linux #25

Open akshu281 opened 2 years ago

akshu281 commented 2 years ago

Hello Author,

I am trying to use this network as an API in my current project and try to create an executable, however I face an issue as below:

Error in dlopen or dlsym: libcaffe2_nvrtc.so: cannot open shared object file: No such file or directory

May I know which part of the code uses this libraries to run, as this issue is quite random. When these so files are in the same directory as the executable it is working fine else it doesn't !

Any ideas on this one will be appreciated! Thank you!