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