Skip to content

bug in transforms.py #6547

@fenneishi

Description

@fenneishi

🐛 Describe the bug

location:

if h + 1 < th or w + 1 < tw:

fix:

if h + 1 < th or w + 1 < tw: ==>if h < th or w < tw:

cc @vfdev-5 @datumbox

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions