The yml file from opencv's svm looks differs in the context Announcing the arrival of Valued...

In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?

Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?

How to find all the available tools in mac terminal?

Seeking colloquialism for “just because”

When were vectors invented?

List of Python versions

How to find out what spells would be useless to a blind NPC spellcaster?

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

If a contract sometimes uses the wrong name, is it still valid?

Why didn't this character "real die" when they blew their stack out in Altered Carbon?

Why was the term "discrete" used in discrete logarithm?

Can I cast Passwall to drop an enemy into a 20-foot pit?

How widely used is the term Treppenwitz? Is it something that most Germans know?

Fundamental Solution of the Pell Equation

What LEGO pieces have "real-world" functionality?

Can an alien society believe that their star system is the universe?

What's the purpose of writing one's academic biography in the third person?

How to bypass password on Windows XP account?

Error "illegal generic type for instanceof" when using local classes

Why did the IBM 650 use bi-quinary?

String `!23` is replaced with `docker` in command line

How to answer "Have you ever been terminated?"

Short Story with Cinderella as a Voo-doo Witch

Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?



The yml file from opencv's svm looks differs in the context



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)installing OpenCV 2.0 on Ubuntu Karmic: still get ImportError from “import cv” in Pythonsimple pedestrian recognition from command line?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















Below is my test result.




  1. environment: Windows10 + vs2017 + opencv3.4.1.

  2. issue: the size of debug mode's trained yml file is different from the one of release mode's trained yml with the same train data set.

  3. debug mode yml file size : 17,425KB.

  4. release mode yml file size: 3,688KB.

  5. different point in yml : the number of supports vector entries.


Does any one see the same issue? Please, let me know the reason of this issue.










share|improve this question







New contributor




jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    Below is my test result.




    1. environment: Windows10 + vs2017 + opencv3.4.1.

    2. issue: the size of debug mode's trained yml file is different from the one of release mode's trained yml with the same train data set.

    3. debug mode yml file size : 17,425KB.

    4. release mode yml file size: 3,688KB.

    5. different point in yml : the number of supports vector entries.


    Does any one see the same issue? Please, let me know the reason of this issue.










    share|improve this question







    New contributor




    jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      Below is my test result.




      1. environment: Windows10 + vs2017 + opencv3.4.1.

      2. issue: the size of debug mode's trained yml file is different from the one of release mode's trained yml with the same train data set.

      3. debug mode yml file size : 17,425KB.

      4. release mode yml file size: 3,688KB.

      5. different point in yml : the number of supports vector entries.


      Does any one see the same issue? Please, let me know the reason of this issue.










      share|improve this question







      New contributor




      jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Below is my test result.




      1. environment: Windows10 + vs2017 + opencv3.4.1.

      2. issue: the size of debug mode's trained yml file is different from the one of release mode's trained yml with the same train data set.

      3. debug mode yml file size : 17,425KB.

      4. release mode yml file size: 3,688KB.

      5. different point in yml : the number of supports vector entries.


      Does any one see the same issue? Please, let me know the reason of this issue.







      opencv






      share|improve this question







      New contributor




      jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 19 hours ago









      jeffhwangjeffhwang

      1




      1




      New contributor




      jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      jeffhwang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          jeffhwang is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1425972%2fthe-yml-file-from-opencvs-svm-looks-differs-in-the-context%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          jeffhwang is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          jeffhwang is a new contributor. Be nice, and check out our Code of Conduct.













          jeffhwang is a new contributor. Be nice, and check out our Code of Conduct.












          jeffhwang is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1425972%2fthe-yml-file-from-opencvs-svm-looks-differs-in-the-context%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...