ohsewon / test

0 stars 0 forks source link

[Example] What about example NN models?? #358

Open ohsewon opened 5 years ago

ohsewon commented 5 years ago

Issue by myungjoo-ham Thursday Jul 26, 2018 at 12:04 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/358


Find somewhere appropriate to store example NN models (e.g., ./tflite_model/mobilenet_v1_1.0_224_quant.tflite in our WIki)

Later, we will need to let CI system to load such NN models to test the code. (at least with "smoke test")

FOr this tflite file, we may need to specify the URL in the wiki and/or in some script?

ohsewon commented 5 years ago

Comment by git-bot-sec Thursday Jul 26, 2018 at 12:04 GMT


:octocat: cibot: Thank you for posting issue #358. The person in charge will reply soon.

ohsewon commented 5 years ago

Comment by jy1210-jung Thursday Jul 26, 2018 at 12:24 GMT


Can we upload tflite model into 'nnstreamer_example/example_filter/tflite_model'?

ohsewon commented 5 years ago

Comment by myungjoo-ham Friday Jul 27, 2018 at 01:32 GMT


Can we upload tflite model into 'nnstreamer_example/example_filter/tflite_model'?

Temporarily, YES.

In long term, NO. What about moving all of such to https://github.com/nnsuite/testcases if they are external open sources. (not developed by us)

Then, we can add packaging info to testcases.git (packaging/.spec and debian/), let the build system create .rpm and .deb, and then, let nnstreamer.git to "depend" on such pacakges.

CC: @hello-ahn #357

ohsewon commented 5 years ago

Comment by jy1210-jung Tuesday Aug 21, 2018 at 09:20 GMT


uploaded tflite model and label files (https://github.com/nnsuite/testcases/tree/master/DeepLearningModels/tensorflow-lite/Mobilenet_1.0_224_quant)