Fix scipy.ndimage.filters deprecation warning (#3233)
This commit is contained in:
parent
d3ca3e4b9b
commit
c8441a5422
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import numpy as np
|
||||||
import torch
|
import torch
|
||||||
from PIL import Image, ImageDraw, ImageFont
|
from PIL import Image, ImageDraw, ImageFont
|
||||||
from PIL import __version__ as pil_version
|
from PIL import __version__ as pil_version
|
||||||
from scipy.ndimage.filters import gaussian_filter1d
|
from scipy.ndimage import gaussian_filter1d
|
||||||
|
|
||||||
from ultralytics.yolo.utils import LOGGER, TryExcept, plt_settings, threaded
|
from ultralytics.yolo.utils import LOGGER, TryExcept, plt_settings, threaded
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue