[RTDETR]fix mosaic<1.0 (#3518)

single_channel
Laughing 1 year ago committed by GitHub
parent 31b46bf2b4
commit 8c0a7440df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -427,7 +427,7 @@ class RandomPerspective:
"""
if self.pre_transform and 'mosaic_border' not in labels:
labels = self.pre_transform(labels)
labels.pop('ratio_pad') # do not need ratio pad
labels.pop('ratio_pad', None) # do not need ratio pad
img = labels['img']
cls = labels['cls']

Loading…
Cancel
Save