zllrunning / video-object-removal

Just draw a bounding box and you can remove the object you want to remove.
MIT License
2.66k stars 474 forks source link

undefined symbol: __cudaPopCallConfiguration errror #21

Open xs020420 opened 4 years ago

xs020420 commented 4 years ago

Hello! When I try ro run demo.py , error "inpainting/models/correlation_package/_ext/correlation/_correlation.so: undefined symbol: __cudaPopCallConfiguration" occurs. My system cuda version is 10.0. I install pytorch 0.4.0 and cudatoolkit 9.0 in my anaconda envrionment. Could you give some suggestion on solving this problem?

kooweat commented 4 years ago

I'm facing the same issue, any updates?

xs020420 commented 4 years ago

I'm facing the same issue, any updates?

It seems that cuda 10.0 do not support PyTorch 0.4.0. I solve the problem by installing cuda 9.0.