[RTDETR]fix mosaic<1.0 (#3518)

This commit is contained in:
Laughing
2023-07-04 10:09:17 +02:00
committed by GitHub
parent 31b46bf2b4
commit 8c0a7440df
+1 -1
View File
@@ -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']