1. 24 3月, 2020 5 次提交
  2. 23 3月, 2020 10 次提交
  3. 22 3月, 2020 4 次提交
  4. 21 3月, 2020 6 次提交
  5. 20 3月, 2020 9 次提交
  6. 19 3月, 2020 3 次提交
  7. 18 3月, 2020 3 次提交
    • E
      Merge pull request #16554 from ieliz:tracker · 221ddec8
      Elizarov Ilya 提交于
      Added DaSiamRPN tracker
      
      * added DaSiamRPN tracker
      
      * whitespace trouble handled
      
      * Fixes for PR
      
      * Fixes for PR
      
      * Fixes for PR
      
      * added new line in the end of the file and x_crop fix
      
      * removed cxy_wh_2_rect function
      
      * removed loop from sofrmax function
      
      * more  detailed discription about absolute paths to onnx models
      
      * removed nested while loop, initialization moved from main tracking loop
      
      * added assert message for small init bb
      
      * initial bounding box on videostream
      
      * selection of initial bounding box improved
      
      * created tracker class, fixed initializing bounding box
      
      * fix round of value
      
      * names fix
      
      * private methods renamed
      
      * names fixed, case for video WIP
      
      * fix case with video
      
      * removed hardcoded size of window
      
      * whitespace fix
      
      * links to models fixed
      
      * bounding box drawing fix
      
      * changes does not required
      
      * code style fixes
      
      * fixes
      
      * frame checker added in tracking loop
      
      * fixed import sys
      221ddec8
    • P
      Merge pull request #16733 from Rajpratik71:master · 2160f9b2
      Pratik Raj 提交于
      Some debian package manager tweaks
      2160f9b2
    • I
      Merge pull request #16818 from iteal:master · e63af185
      iteal 提交于
      Update template_matching.markdown
      
      Fixed "template image" should be "source image" in two sentences explaining template matching.
      e63af185