[Example] Upload the tensorflow example
authorHyoung Joo Ahn <hello.ahnn@gmail.com>
Tue, 8 Jan 2019 02:24:22 +0000 (11:24 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 9 Jan 2019 05:46:28 +0000 (14:46 +0900)
commit11f2b01f1e404eb9e1e3e00b4ff7f8b3ce7e6211
tree50c90f97fbbde8a2a0ae725223cc4fe89ca202bd
parent0ee028118d91bb0b2422651831058c7104b1f074
[Example] Upload the tensorflow example

this example detects objects with ssd model. it works similar with the tf-lite example

Signed-off-by: Hyoung Joo Ahn <hello.ahnn@gmail.com>
nnstreamer_example/CMakeLists.txt
nnstreamer_example/example_object_detection_tensorflow/CMakeLists.txt [new file with mode: 0644]
nnstreamer_example/example_object_detection_tensorflow/get_model.sh [new file with mode: 0644]
nnstreamer_example/example_object_detection_tensorflow/meson.build [new file with mode: 0644]
nnstreamer_example/example_object_detection_tensorflow/nnstreamer_example_object_detection_tensorflow.cc [new file with mode: 0644]
nnstreamer_example/meson.build