未验证 提交 38ba9923 编写于 作者: B Bubbliiiing 提交者: GitHub

Update ssd.py

上级 9f03e211
......@@ -9,6 +9,8 @@ from utils.config import Config
from utils.box_utils import letterbox_image,ssd_correct_boxes
from PIL import Image,ImageFont, ImageDraw
from torch.autograd import Variable
import warnings
warnings.filterwarnings("ignore")
MEANS = (104, 117, 123)
#--------------------------------------------#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册