Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Model] Integrate FlyCV image processing library #375

Merged
merged 34 commits into from
Nov 1, 2022
Merged

Commits on Oct 16, 2022

  1. Add falcon cmake

    jiangjiajun committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    8e5af5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59deaa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e634fbd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Update CMakeLists.txt

    jiangjiajun committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0a691a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    358ad2e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    5ec9b23 View commit details
    Browse the repository at this point in the history
  2. Add more implementation

    jiangjiajun committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    159204d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    b372d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4adc536 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8410c17 View commit details
    Browse the repository at this point in the history
  4. Fix some name

    jiangjiajun committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d4c6e57 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    985d031 View commit details
    Browse the repository at this point in the history
  2. fix some bug

    jiangjiajun committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    9e8ab29 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    595f1b9 View commit details
    Browse the repository at this point in the history
  2. ready to test

    jiangjiajun committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    970f3c5 View commit details
    Browse the repository at this point in the history
  3. add fuse

    jiangjiajun committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    bb64f2b View commit details
    Browse the repository at this point in the history
  4. fix fuse problem

    jiangjiajun committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5388424 View commit details
    Browse the repository at this point in the history
  5. add debug code

    jiangjiajun committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    914e31e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c0015b View commit details
    Browse the repository at this point in the history
  7. add debug

    jiangjiajun committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7d9646d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c69540 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    fd45033 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    f3655a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    d86aa12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e430b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1bdd93 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. [Android] integrate flycv to Android (#459)

    * [Android] integrate flycv into Andorid
    
    * Falconcv (#27)
    
    * [Bug Fix ]Update ppseg visualize python api && demo (#454)
    
    Update ppseg visualize python api && demo
    
    * [Model] update pptracking letterboxresize and add some comment (#438)
    
    * add override mark
    
    * delete some
    
    * recovery
    
    * recovery
    
    * add tracking
    
    * add tracking py_bind and example
    
    * add pptracking
    
    * add pptracking
    
    * iomanip head file
    
    * add opencv_video lib
    
    * add python libs package
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * complete comments
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * add jdeTracker_ member variable
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * add 'FASTDEPLOY_DECL' macro
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * remove kwargs params
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * [Doc]update pptracking docs
    
    * delete 'ENABLE_PADDLE_FRONTEND' switch
    
    * add pptracking unit test
    
    * update pptracking unit test
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * modify test video file path and remove trt test
    
    * update unit test model url
    
    * remove 'FASTDEPLOY_DECL' macro
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * fix build python packages about pptracking on win32
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * update comment
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    * add pptracking model explain
    
    Signed-off-by: ChaoII <849453582@qq.com>
    
    Signed-off-by: ChaoII <849453582@qq.com>
    Co-authored-by: Jason <jiangjiajun@baidu.com>
    
    Signed-off-by: ChaoII <849453582@qq.com>
    Co-authored-by: huangjianhui <852142024@qq.com>
    Co-authored-by: ChaoII <849453582@qq.com>
    Co-authored-by: Jason <jiangjiajun@baidu.com>
    
    * [cmake] optimize examples CMakeLists.txt
    
    Signed-off-by: ChaoII <849453582@qq.com>
    Co-authored-by: huangjianhui <852142024@qq.com>
    Co-authored-by: ChaoII <849453582@qq.com>
    Co-authored-by: Jason <jiangjiajun@baidu.com>
    4 people committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    a9f7fe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    0270376 View commit details
    Browse the repository at this point in the history
  2. remove debug log

    jiangjiajun committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    430dc0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dffc01 View commit details
    Browse the repository at this point in the history
  4. remove function

    jiangjiajun committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    54271e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec8e054 View commit details
    Browse the repository at this point in the history
  6. remove function

    jiangjiajun committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9fd32df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66158a2 View commit details
    Browse the repository at this point in the history