From 5da5c7b1606384334b99a339b2d90361c755d5e5 Mon Sep 17 00:00:00 2001 From: rland93 Date: Mon, 25 Apr 2022 13:11:51 -0700 Subject: [PATCH] #17 minor changes to ODCL --- .gitignore | 3 +++ src/odcl/inference.py | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38fa980..6c75252 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ ################# VS Code / Misc Stuff +# example +example/ + # we really do not want training data in the repo! training/data # or checkpoints! diff --git a/src/odcl/inference.py b/src/odcl/inference.py index 7540101..67b1c79 100644 --- a/src/odcl/inference.py +++ b/src/odcl/inference.py @@ -1,10 +1,8 @@ import platform, cv2 import numpy as np from tflite_runtime import interpreter -from collections import namedtuple import logging import networkx as nx -import time _EDGETPU_SHARED_LIB = { "Linux": "libedgetpu.so.1",