diff --git a/app.py b/app.py index 122d669..70b6109 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,6 @@ +# @author mhashim6 on 1/23/20 + + import asyncio from concurrent.futures import ThreadPoolExecutor import queue diff --git a/bluetooth.py b/bluetooth.py index ecdbca3..c3f12c3 100644 --- a/bluetooth.py +++ b/bluetooth.py @@ -1,3 +1,6 @@ +# @author mhashim6 on 1/23/20 + + import serial import time diff --git a/camera_scenes_feed.py b/camera_scenes_feed.py index 958a8a9..8fddb53 100644 --- a/camera_scenes_feed.py +++ b/camera_scenes_feed.py @@ -1,3 +1,6 @@ +# @author mhashim6 on 2/3/20 + + import cv2 from scenedetect.scene_manager import SceneManager from scenedetect.detectors import ContentDetector diff --git a/initializer.py b/initializer.py index 1ca8747..349bbee 100644 --- a/initializer.py +++ b/initializer.py @@ -1,3 +1,6 @@ +# @author mhashim6 on 2/26/20 + + from object_detection.objectDetection_lite import init as init_object_detection from utils import log diff --git a/io_types.py b/io_types.py index 6c896c2..d57a7bd 100644 --- a/io_types.py +++ b/io_types.py @@ -1,3 +1,6 @@ +# @author mhashim6 on 2/13/20 + + # incoming inputs INPUT_MODE_CHANGE = 0 diff --git a/starter.py b/starter.py index 0e221cc..b7e6644 100644 --- a/starter.py +++ b/starter.py @@ -1,3 +1,6 @@ +# @author mhashim6 on 1/23/20 + + import os import time from initializer import init_models diff --git a/utils.py b/utils.py index 543998a..f5b93f3 100644 --- a/utils.py +++ b/utils.py @@ -1,3 +1,6 @@ +# @author mhashim6 on 2/27/20 + + import json from typing import * import datetime