[RTDETR]fix mosaic<1.0 (#3518)
This commit is contained in:
@ -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']
|
||||
|
Reference in New Issue
Block a user