Zinuo Li

Results 17 comments of Zinuo Li

same question here

Changinig [this line](https://github.com/CXH-Research/DocShadowSD7K/blob/5135366d11175ef704da0efc191f51fd4f9359f1/data/dataset_RGB.py#L33) is indeed a way to fix your problem, you can try setting `A.RandomResizedCrop(height=512, width=512)` and see what will happend. We control the crop size by `PS_W` and...

Yes it is another way to solve. Could you just change `A.RandomResizedCrop(height=img_options['h'], width=img_options['w'])` to `A.RandomResizedCrop(height=512, width=512)` and see what happend?

Hi, I have tested on my server, I don't have any problem here. Which version of `albumentations` are you using? According to `requirements.txt`, the version should be 1.3.0.

That's strange, I did't encounter any problem you mentioned above, I can ensure that our codebase has no bugs. I indeed met an issue when I used version 1.4.4, after...