提交 6c1b87a4 authored 作者: Glenn Jocher's avatar Glenn Jocher

update google_utils import

上级 7306dadf
...@@ -2,6 +2,7 @@ import argparse ...@@ -2,6 +2,7 @@ import argparse
import torch.backends.cudnn as cudnn import torch.backends.cudnn as cudnn
from utils import google_utils
from utils.datasets import * from utils.datasets import *
from utils.utils import * from utils.utils import *
......
...@@ -3,6 +3,7 @@ import json ...@@ -3,6 +3,7 @@ import json
from torch.utils.data import DataLoader from torch.utils.data import DataLoader
from utils import google_utils
from utils.datasets import * from utils.datasets import *
from utils.utils import * from utils.utils import *
......
...@@ -9,6 +9,7 @@ from torch.utils.tensorboard import SummaryWriter ...@@ -9,6 +9,7 @@ from torch.utils.tensorboard import SummaryWriter
import test # import test.py to get mAP after each epoch import test # import test.py to get mAP after each epoch
from models.yolo import Model from models.yolo import Model
from utils import google_utils
from utils.datasets import * from utils.datasets import *
from utils.utils import * from utils.utils import *
......
...@@ -20,7 +20,7 @@ import yaml ...@@ -20,7 +20,7 @@ import yaml
from scipy.signal import butter, filtfilt from scipy.signal import butter, filtfilt
from tqdm import tqdm from tqdm import tqdm
from . import torch_utils, google_utils #  torch_utils, google_utils from . import torch_utils #  torch_utils, google_utils
# Set printoptions # Set printoptions
torch.set_printoptions(linewidth=320, precision=5, profile='long') torch.set_printoptions(linewidth=320, precision=5, profile='long')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论