Home

Awesome

FDRNet

Code for our ICCV 2021 paper "Mitigating Intensity Bias in Shadow Detection via Feature Decomposition and Reweighting"

pipeline

How to Use

create conda environment

conda env create -f env.yaml

To use CRF refinement, you will need to mannually install pydensecrf.

WARNING: To reproduce the results reported in our paper, please make sure major pacakges (pytorch, opencv, etc.) are with the same version speficified in env.yaml.

run inference

Results

BER scores are specified below.

SBUUCFISTD
w/o CRF3.277.421.53
w/ CRF3.047.281.55

You can access qualitative reseults from BaiduNetDisk (passcode:4j3i).

TODOs