1. 01 12月, 2020 1 次提交
  2. 29 11月, 2020 1 次提交
    • Z
      Merge pull request #18064 from akineeic:gsoc_2020_dnn · 4e445841
      Zhiming-Zeng 提交于
      [GSoC] Develop OpenCV.js DNN modules for promising web use cases together with their tutorials
      
      * [Opencv.js doc] Init commit to add image classification example in opencv.js tutorial
      
      * [Opencv.js doc] Make the code snippet interactive and put the functions into code snippet.
      
      * Fix the utils.loadOpenCv for promise module
      
      * [Opencv.js doc] Code modify and fixed layout issue.
      
      * [Opencv.js doc] Add a JSON file to store parameters for models and show in the web page.
      
      * [Opencv.js doc] Change let to const.
      
      * [Opencv.js doc] Init commit to add image classification example with camera in opencv.js tutorial
      
      * [Opencv.js doc] Init commit to add semantic segmentation example in opencv.js tutorial
      
      * [Opencv.js doc] Add object detection example, supprot YOLOv2
      
      * [Opencv.js doc] Support SSD model for object detection example
      
      * [Opencv.js doc] Add fast neural style transfer example with opencv.js
      
      * [Opencv.js doc] Add pose estimation example in opencv.js tutorial
      
      * Delete whitespace for code check
      
      * [Opencv.js doc] Add object detection example with camera
      
      * [Opencv.js doc] Add json files containing model information to each example
      
      * [Opencv.js doc] Add a js file for common function in dnn example
      
      * [Opencv.js doc] Create single function getBlobFromImage
      
      * [Opencv.js doc] Add url of model into webpage
      
      * [OpenCV.js doc] Update UI for running
      
      * [Opencv.js doc] Load dnn model by input button
      
      * [Opencv.js doc] Fix some UI issues
      
      * [Opencv.js doc] Change code format
      Co-authored-by: NNingxin Hu <ningxin.hu@intel.com>
      4e445841
  3. 27 11月, 2020 3 次提交
  4. 26 11月, 2020 2 次提交
  5. 25 11月, 2020 5 次提交
  6. 24 11月, 2020 3 次提交
  7. 23 11月, 2020 1 次提交
  8. 22 11月, 2020 3 次提交
  9. 21 11月, 2020 4 次提交
  10. 20 11月, 2020 2 次提交
    • N
      Merge pull request #18371 from nathanrgodwin:sqpnp_dev · 2255973b
      Nathan Godwin 提交于
      Added SQPnP algorithm to SolvePnP
      
      * Added sqpnp
      
      * Fixed test case
      
      * Added fix for duplicate point checking and inverse func reuse
      
      * Changes for 3x speedup
      
      Changed norm method (significant speed increase), changed nearest rotation computation to FOAM
      
      * Added symmetric 3x3 inverse and unrolled loops
      
      * Fixed error with SVD
      
      * Fixed error from with indices
      
      Indices were initialized negative. When nullspace is large, points coplanar, and rotation near 0, indices not changed.
      2255973b
    • J
      Merge pull request #18841 from JulienMaille:patch-2 · ac24a72e
      Julien 提交于
      Fixing dnn Resize layer for variable input size
      
      * Fix onnx loading of resize/upsample layers for different opset
      
      * group all DynamicResize tests
      
      * cleaned up scales checks
      
      * Simplify branching
      ac24a72e
  11. 19 11月, 2020 5 次提交
  12. 18 11月, 2020 10 次提交