Add dota8.yaml and O tests (#7394)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
d0562d7a2f
commit
a6a2c256d4
13 changed files with 176 additions and 16 deletions
|
|
@ -323,6 +323,9 @@ class Results(SimpleClass):
|
|||
if self.probs is not None:
|
||||
LOGGER.warning('WARNING ⚠️ Classify task do not support `save_crop`.')
|
||||
return
|
||||
if self.obb is not None:
|
||||
LOGGER.warning('WARNING ⚠️ OBB task do not support `save_crop`.')
|
||||
return
|
||||
for d in self.boxes:
|
||||
save_one_box(d.xyxy,
|
||||
self.orig_img.copy(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue