Pin albumentations<=1.4.4 to fix missing bboxes key bug (#11236)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
553fa0e967
commit
ccfc1cf925
2 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ logging = [
|
|||
extra = [
|
||||
"hub-sdk>=0.0.5", # Ultralytics HUB
|
||||
"ipython", # interactive notebook
|
||||
"albumentations>=1.0.3", # training augmentations
|
||||
"albumentations>=1.0.3,<=1.4.4", # training augmentations
|
||||
"pycocotools>=2.0.7", # COCO mAP
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue