bcmi / Object-Shadow-Generation-Dataset-DESOBA

[AAAI 2022] The first dataset on foreground object shadow generation for image composition in real-world scenes. The code used in our paper "Shadow Generation for Composite Image in Real-world Scenes", AAAI2022. Useful for shadow generation, shadow removal, image composition, etc.
MIT License
166 stars 21 forks source link

skimage version should be under 0.16 #10

Closed Ziqi-Song closed 2 years ago

Ziqi-Song commented 2 years ago

skimage version should be < 0.16.

In src/models/SGRNet_model.py", line 20: from skimage.measure import compare_mse However, image

hy-zpg commented 2 years ago

you install scikit-image==0.17.2, this function still exists.