jinyeying / DC-ShadowNet-Hard-and-Soft-Shadow-Removal

[ICCV2021]"DC-ShadowNet: Single-Image Hard and Soft Shadow Removal Using Unsupervised Domain-Classifier Guided Network", https://arxiv.org/abs/2207.10434
212 stars 21 forks source link

running the code #8

Closed IAGirl-dev closed 2 years ago

IAGirl-dev commented 2 years ago

hello,i found your research quit interessting and as am new to programming I coudn't figure out how to run your program properly , would it be possible to have more directions or a code implementation exemple on google colab please ?

jinyeying commented 2 years ago

hello,i found your research quit interessting and as am new to programming I coudn't figure out how to run your program properly , would it be possible to have more directions or a code implementation exemple on google colab please ?

hello, you could follow the Test README, python main_test.py --dataset SRD --datasetpath [path_to_SRD dataset] --use_original_name False,

google colab is a good idea, I will try it when I have time.