Closed YongjoonSeo closed 4 years ago
:memo: Version: 1.20190225. Thank you for submitting PR #229. 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://nnsuite.mooo.com/.
If this PR is merged, we will immediately send a Pull Request with a large number of updates soon. As the folder structure changes, we need to put the newly changed contents in the new folder, so we will wait for a while until this PR is merged.
:octocat: cibot: @YongjoonSeo, There is a newline issue. The final line of a text file should have newline character. Please resubmit your PR after fixing end of line in native/example_gui_application/README.md.
:octocat: cibot: @YongjoonSeo, One of the format checkers is failed. If you want to get a hint to fix this issue, please go to https://github.com/nnstreamer/nnstreamer-example/wiki/.
GUI(ezstreamer.py) and rtmp (nnstreamer_example_face_detection_rtmp.py) directories are separated. Several features have been updated:
1) Object Masking function added and it worked simultaneously. At this time, Knife and Scissor masking are only available options. 2) Drawing Region of Interests feature added. You can choose whether draws region of interests in your video. 3) The eye masking function corresponds to the detect main streamer function, just like face masking. 4) The UI has been stabilized by applying Layout feature and padding options. 5) The logic of some of the source code has been simplified. Especially in the section on toggle options. 6) Two examples (ezstreamer.py, nnstreamer_example_face_detection_rtmp.py) are separated and each README.md has been rewritten.