Closed park-sang-hyun closed 4 years ago
:memo: Version: 1.20190225. Thank you for submitting PR #225. 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/.
LGTM!
LGTM!
LGTM
We generate a report if there are dangerous coding constructs in your code. Please read http://nnsuite.mooo.com/nnstreamer-example/ci/repo-workers/pr-checker/225-202010122312210.96337604522705-48a2504d1b3e2e827c0de4ec8c577541e455284f/report/.
INFO: You can read if there are misspelled characters at our misspelling check report. Please read http://nnsuite.mooo.com/nnstreamer-example/ci/repo-workers/pr-checker/225-202010122312210.96337604522705-48a2504d1b3e2e827c0de4ec8c577541e455284f/report/.
@park-sang-hyun Please make this as a single commit PR
Thank you for your answer Mentor... I've tried... But I don't know how, so I'm going to get a fork again and try to pr.
Thank you for your answer Mentor... I've tried... But I don't know how, so I'm going to get a fork again and try to pr.
You don't need to fork again and make another PR.
You need to do something like
git rebase -i HEAD~3
(squash everything with resolving conflicts)
git push -f
I tried the rebase ~i HEAD~3 and it stopped because even the native commitments were canceled. Why is that...?
What does git status
say?
When rebase i HEAD~3 was attempted, about 10 commits were unstaged, including 'native' and 'android'
Commits cannot be 'unstaged'. I think you are having confusions with some terms. DM me in the slack :)
Thank you for your advice... Can I try it again and if there's something that doesn't work, can I capture it and ask you again...?
Thank you for your advice... Can I try it again and if there's something that doesn't work, can I capture it and ask you again...?
Sure. Please read through https://git-scm.com/book/en/v2/
or at least refer to https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
Thank you very much!
We generate a report if there are dangerous coding constructs in your code. Please read http://nnsuite.mooo.com/nnstreamer-example/ci/repo-workers/pr-checker/225-202010132220590.49855804443359-e5b404b4d60f968cd5f636447ded5bb057551cc8/report/pylint_result.txt.
While studying the link that my mentor gave me, while I was using reset and database together, I pushed and the pull request was forced to close. I'm so sorry.....
[Edit] nnstreamer-jni.h : Add data structure to contain conditions for autocapture. [Edit] nnstreamer-jni.c : Add 'NativeDeleteLineAndLabel', 'NativeInsertLineAndLabel', 'NativeGetCondition', 'NativeGetAutoCapture' functions based on jni. [Edit] nnstreamer-ex.cpp : Implement 'NativeDeleteLineAndLabel', 'NativeInsertLineAndLabel', 'NativeGetCondition', 'NativeGetAutoCapture' functions.
When objects that meet the conditions are visible on the screen, can take picture automatically. When in autocapture mode, can erase the label's name and line so that only objects can appear in the picture taken.