Skip to content

Commit

Permalink
author header.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashim6 committed Feb 27, 2020
1 parent d8b857b commit c5a0da5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# @author mhashim6 on 1/23/20


import asyncio
from concurrent.futures import ThreadPoolExecutor
import queue
Expand Down
3 changes: 3 additions & 0 deletions bluetooth.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# @author mhashim6 on 1/23/20


import serial
import time

Expand Down
3 changes: 3 additions & 0 deletions camera_scenes_feed.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# @author mhashim6 on 2/3/20


import cv2
from scenedetect.scene_manager import SceneManager
from scenedetect.detectors import ContentDetector
Expand Down
3 changes: 3 additions & 0 deletions initializer.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions io_types.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# @author mhashim6 on 2/13/20


# incoming inputs
INPUT_MODE_CHANGE = 0

Expand Down
3 changes: 3 additions & 0 deletions starter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# @author mhashim6 on 1/23/20


import os
import time
from initializer import init_models
Expand Down
3 changes: 3 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# @author mhashim6 on 2/27/20


import json
from typing import *
import datetime
Expand Down

0 comments on commit c5a0da5

Please sign in to comment.