Lavender105 / DFF

Code for Dynamic Feature Fusion for Semantic Edge Detection https://arxiv.org/abs/1902.09104
MIT License
220 stars 51 forks source link

Inconsistent Code and Paper description #16

Closed convnets closed 4 years ago

convnets commented 4 years ago

In your paper, you mentioned the base_size for cityscapes/sbd dataset is 640/512 and the crop_size is 640/352. However, in your code base_sbd.py and base_cityscapes.py, the base_size is never used and only crop_size is used. Can you tell us whether it is intentionally designed to do so or there is something wrong with your code ?

Thanks.