Skip to content

Commit

Permalink
#17 minor changes to ODCL
Browse files Browse the repository at this point in the history
  • Loading branch information
rland93 committed Apr 25, 2022
1 parent 4d9833b commit 5da5c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
################# VS Code / Misc Stuff

# example
example/

# we really do not want training data in the repo!
training/data
# or checkpoints!
Expand Down
2 changes: 0 additions & 2 deletions src/odcl/inference.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5da5c7b

Please sign in to comment.