nnstreamer / nnstreamer-example

Example applications of nnstreamer. Note that we have to enable the 'apptest" CI module in the near future.
GNU Lesser General Public License v2.1
77 stars 72 forks source link

[Example] Low light image enhancement example with TF-lite #277

Closed niley7464 closed 2 years ago

niley7464 commented 2 years ago

Low light image enhancement with Tenworflow-Lite model. Model can be downloaded here : https://tfhub.dev/sayannath/lite-model/zero-dce/1

Signed-off-by: yelini-jeong yelini.jeong@samsung.com

Self evaluation:

  1. Build test: [*]Passed [ ]Failed [ ]Skipped
  2. Run test: [*]Passed [ ]Failed [ ]Skipped
taos-ci commented 2 years ago

:memo: TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #277. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://nnstreamer.mooo.com/.

taos-ci commented 2 years ago

:octocat: cibot: @niley7464, The last line of a text file must have a newline character. Please append a new line at the end of the line in native/example_low_light_image_enhancement/meson.build.

taos-ci commented 2 years ago

:octocat: cibot: @niley7464, The last line of a text file must have a newline character. Please append a new line at the end of the line in native/example_low_light_image_enhancement/nnstreamer_example_low_light_image_enhancement.py.

taos-ci commented 2 years ago

:octocat: cibot: @niley7464, The last line of a text file must have a newline character. Please append a new line at the end of the line in native/example_low_light_image_enhancement/nnstreamer_example_low_light_image_enhancement.py.

niley7464 commented 2 years ago

Currently, this example can only enhance one image. TODO : use the same pipeline again to enhance several low-light images.

taos-ci commented 2 years ago

:octocat: cibot: @niley7464, The last line of a text file must have a newline character. Please append a new line at the end of the line in native/example_low_light_image_enhancement/nnstreamer_example_low_light_image_enhancement.py.

gichan-jang commented 2 years ago

Please add README.md including a screenshot of the result, brief description and how to run it.

niley7464 commented 2 years ago

@gichan-jang I added README.md but in preview screenshots are not showing. In local's preview there is no problem seeing screenshot.. Could I have any tips for inserting screenshot in markdown file?

anyj0527 commented 2 years ago

@niley7464 I can see those screenshots properly in here https://github.com/niley7464/nnstreamer-example/tree/low_light_image_enhancement/native/example_low_light_image_enhancement#screenshot-of-result

niley7464 commented 2 years ago

@anyj0527 Oh Thank you!! I can see too using that link 😀