brdav / refign

Refign: Align and Refine for Adaptation of Semantic Segmentation to Adverse Conditions [WACV 2023]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about environment Settings

RyanQR opened this issue · comments

commented

Hello, after I set the environment according to README, the following problems appear in the running experiment. Is there any solution?
Error building extension 'correlation'
image

commented

Hi, can you try pre-installing the local correlation extension instead?

https://github.com/brdav/refign#local-correlation

commented

Thanks for your suggestion. It appears that using the command 'pip install spatial-correlation-sampler' does not successfully download the package directly. It seems there might be an issue with the package availability or compatibility.

commented

Hi, can you try pre-installing the local correlation extension instead?

https://github.com/brdav/refign#local-correlation

I find that cuda 11.0 does not support 8.6 but 11.1 does. So changing cuda to 11.1 should work.