We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After building and installing nnstreamer-example in my local machine, I got the following files under ${prefix}/bin:
-rw-r--r-- get-model-image-classification-tflite.sh -rw-r--r-- get-model-object-detection-tflite.sh -rw-r--r-- get-model-object-detection-tf.sh -rw-r--r-- get-model-speech-command.sh -rwxr-xr-x gst-launch-object-detection-tflite.sh -rwxr-xr-x gst-launch-object-detection-tf.sh -rwxr-xr-x libnnscustom_speech_command_tflite.so -rwxr-xr-x nnstreamer_example_cam -rwxr-xr-x nnstreamer_example_decoder_image_labelling -rwxr-xr-x nnstreamer_example_filter_performance_profile -rwxr-xr-x nnstreamer_example_image_classification_caffe2 -rwxr-xr-x nnstreamer_example_image_classification_tflite -rw-r--r-- nnstreamer_example_image_classification_tflite.py -rwxr-xr-x nnstreamer_example_object_detection_tf -rwxr-xr-x nnstreamer_example_object_detection_tflite -rwxr-xr-x nnstreamer_example_speech_command_tflite -rwxr-xr-x nnstreamer_example_two_tensor_stream -rwxr-xr-x nnstreamer_sink_example -rwxr-xr-x nnstreamer_sink_example_play
As we can see, some files have execution permission and others do not. In addition, naming conventions are mixed. They do not looks intuitive.
In my opinion, it would be better to formulate a proper policy that affects
The text was updated successfully, but these errors were encountered:
cibot: Thank you for posting issue #56. The person in charge will reply soon.
Sorry, something went wrong.
What about /usr/lib/nnstreamer/example/${example binaries}? We already install subplugins at /usr/lib/nnstreamer/*
/usr/lib/nnstreamer/example/${example binaries}
/usr/lib/nnstreamer/*
No branches or pull requests
After building and installing nnstreamer-example in my local machine, I got the following files under ${prefix}/bin:
As we can see, some files have execution permission and others do not. In addition, naming conventions are mixed. They do not looks intuitive.
In my opinion, it would be better to formulate a proper policy that affects
The text was updated successfully, but these errors were encountered: