diff --git a/config.py b/config.py index 984e35e..18aa43a 100644 --- a/config.py +++ b/config.py @@ -28,5 +28,10 @@ MOBILENET_ENABLED = False SQUEEZENET_ENABLED = False +# Processing settings +BATCH_SIZE = 16 +NUM_WORKERS = 4 +CACHE_DIR = "./cache" + # Video configuration VIDEO_PATH = "./video/Test1.mp4"