[RTDETR]fix mosaic<1.0 (#3518)
This commit is contained in:
parent
31b46bf2b4
commit
8c0a7440df
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue