summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/classification/classlist.txt1
-rw-r--r--examples/classification/clips/test1.mp4bin289947 -> 4590895 bytes
-rw-r--r--examples/classification/labels.txt9
-rw-r--r--examples/classification/readme.md4
-rw-r--r--tidl_api/make.buildid2
5 files changed, 3 insertions, 13 deletions
diff --git a/examples/classification/classlist.txt b/examples/classification/classlist.txt
index a21f165..790e01b 100644
--- a/examples/classification/classlist.txt
+++ b/examples/classification/classlist.txt
@@ -9,5 +9,4 @@ pill_bottle
9beer_glass 9beer_glass
10fountain_pen 10fountain_pen
11laptop 11laptop
12envelope
13notebook 12notebook
diff --git a/examples/classification/clips/test1.mp4 b/examples/classification/clips/test1.mp4
index 95d3ce7..fbdd555 100644
--- a/examples/classification/clips/test1.mp4
+++ b/examples/classification/clips/test1.mp4
Binary files differ
diff --git a/examples/classification/labels.txt b/examples/classification/labels.txt
deleted file mode 100644
index bc6c4a9..0000000
--- a/examples/classification/labels.txt
+++ /dev/null
@@ -1,9 +0,0 @@
1shar_pei
2golden_retriever
3afghan_hound
4dachshund
5german_shepherd
6labrador_retriever
7pomeranian
8rottweiler
9background
diff --git a/examples/classification/readme.md b/examples/classification/readme.md
index 00177b0..c1207af 100644
--- a/examples/classification/readme.md
+++ b/examples/classification/readme.md
@@ -1,4 +1,4 @@
1# Live camera input 1# Live camera input
2./tidl_classification -n 2 -t e -l labels.txt -i 1 -s ./classlist.txt -c ./stream_config_j11_v2.txt 2./tidl_classification -n 2 -t e -l imagenet.txt -i 1 -s ./classlist.txt -c ./stream_config_j11_v2.txt
3# Use video clip as input stream 3# Use video clip as input stream
4./tidl_classification -n 2 -t e -l labels.txt -i ./clips/test1.mp4 -s ./classlist.txt -c ./stream_config_j11_v2.txt 4./tidl_classification -n 2 -t e -l imagenet.txt -i ./clips/test1.mp4 -s ./classlist.txt -c ./stream_config_j11_v2.txt
diff --git a/tidl_api/make.buildid b/tidl_api/make.buildid
index 600c3c0..f49b0ad 100644
--- a/tidl_api/make.buildid
+++ b/tidl_api/make.buildid
@@ -27,7 +27,7 @@
27MAJOR_VER=1 27MAJOR_VER=1
28MINOR_VER=0 28MINOR_VER=0
29PATCH_VER=0 29PATCH_VER=0
30BUILD_VER=2 30BUILD_VER=3
31 31
32ifeq ($(shell git rev-parse --short HEAD 2>&1 1>/dev/null; echo $$?),0) 32ifeq ($(shell git rev-parse --short HEAD 2>&1 1>/dev/null; echo $$?),0)
33BUILD_SHA?=$(shell git rev-parse --short HEAD) 33BUILD_SHA?=$(shell git rev-parse --short HEAD)