From e4e64a9ff694ff179e3a54b4f87ce021e8d413c1 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 12 Feb 2019 13:50:43 +0100 Subject: [PATCH] updates --- detect.py | 2 -- test.py | 2 -- train.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/detect.py b/detect.py index 67721d8d..bc735a7b 100755 --- a/detect.py +++ b/detect.py @@ -5,8 +5,6 @@ from models import * from utils.datasets import * from utils.utils import * -from utils import torch_utils - def detect( cfg, diff --git a/test.py b/test.py index 3e8eda51..b6c57f2d 100644 --- a/test.py +++ b/test.py @@ -4,8 +4,6 @@ from models import * from utils.datasets import * from utils.utils import * -from utils import torch_utils - def test( cfg, diff --git a/train.py b/train.py index 0c4c1bc8..37f6b24d 100644 --- a/train.py +++ b/train.py @@ -5,8 +5,6 @@ from models import * from utils.datasets import * from utils.utils import * -from utils import torch_utils - # Import test.py to get mAP after each epoch import test