Commit
·
1de3353
1
Parent(s):
bd6d054
FIX import
Browse files- utils/data_processing.py +1 -1
utils/data_processing.py
CHANGED
@@ -10,7 +10,7 @@ from models.common import DetectMultiBackend, NSFWModel
|
|
10 |
from utils.torch_utils import select_device
|
11 |
from utils.general import (check_img_size, non_max_suppression, scale_boxes)
|
12 |
from utils.plots import Annotator, colors
|
13 |
-
from config.settings import
|
14 |
|
15 |
# Load classification model
|
16 |
nsfw_model = NSFWModel()
|
|
|
10 |
from utils.torch_utils import select_device
|
11 |
from utils.general import (check_img_size, non_max_suppression, scale_boxes)
|
12 |
from utils.plots import Annotator, colors
|
13 |
+
from config.settings import DETECT_MODEL_PATH
|
14 |
|
15 |
# Load classification model
|
16 |
nsfw_model = NSFWModel()
|