mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2026-03-22 00:36:22 +00:00
Removed unused libraries
This commit is contained in:
@@ -3,13 +3,9 @@
|
|||||||
import logging
|
import logging
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
# import cv2
|
|
||||||
# import numpy as np
|
|
||||||
from detector.object_detection import load_ssd_coco, perform_object_detection
|
from detector.object_detection import load_ssd_coco, perform_object_detection
|
||||||
from detector.paths import IMAGES_IN_PATH, LOGS_PATH, MODEL_PATH
|
from detector.paths import IMAGES_IN_PATH, LOGS_PATH, MODEL_PATH
|
||||||
from tensorflow import keras
|
from tensorflow import keras
|
||||||
# from tensorflow.keras.applications import imagenet_utils
|
|
||||||
# from tensorflow.keras.applications.inception_v3 import InceptionV3, preprocess_input
|
|
||||||
|
|
||||||
# Set up logging
|
# Set up logging
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user