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

[Enhancement] Accelerate Associative Embedding inference #1102

Closed
wants to merge 9 commits into from
Closed

[Enhancement] Accelerate Associative Embedding inference #1102

wants to merge 9 commits into from

Commits on Dec 9, 2021

  1. [Enhancement] Support circleci and fix lint check (#1074)

    * use offical markdownlint hook
    
    * add lint.yml
    
    * add circleci config
    
    * Updated config.yml
    
    * Updated config.yml
    
    * Updated config.yml
    
    * Updated config.yml
    ly015 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    434836c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c9ef32 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. [Fix] Bug in post dark udp (#1079)

    * update fap (#1070)
    
    * fix a bug in post_dark_udp
    
    * fix a bug in post_dark_udp
    
    * Modified a bad comment
    
    * add unit test for udp
    
    * add unit test for udp
    
    * use numpy instead math for math ops
    
    * fix lint
    
    Co-authored-by: Jas <jinsheng@sensetime.com>
    Co-authored-by: quyang <quyang@qiyi.com>
    Co-authored-by: ly015 <liyining0712@gmail.com>
    4 people committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    c918dbe View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. [Feature] Voxelpose (#1050)

    * [Enhancement] inference speed and flops tools. (#986)
    
    * add the function to test the dummy forward speed of models.
    
    * add tools to test the flops and inference speed of multiple models.
    
    * [Feature] Add ViPNAS models for wholebody keypoint detection (#1009)
    
    * add configs
    
    * add dark configs
    
    * add checkpoint and readme
    
    * update webcam demo
    
    * fix model path in webcam demo
    
    * fix unittest
    
    * update model metafiles (#1001)
    
    * [Feature] Add ViPNAS mbv3 (#1025)
    
    * add vipnas mbv3
    
    * test other variants
    
    * submission for mmpose
    
    * add unittest
    
    * add readme
    
    * update .yml
    
    * fix lint
    
    * rebase
    
    * fix pytest
    
    Co-authored-by: jin-s13 <jinsheng13@foxmail.com>
    
    * add cfg file for flops and speed test,  change the bulid_posenet to init_pose_model and fix some typo in cfg (#1028)
    
    * Skip CI when some specific files were changed (#1041)
    
    * add voxelpose
    
    * unit test
    
    * unit test
    
    * unit test
    
    * add docs/ckpts
    
    * del unnecessary comments
    
    * correct typos in comments and docs
    
    * Add or modify docs
    
    * change variable names
    
    * reduce memory cost in test
    
    * get person_id
    
    * rebase
    
    * resolve comments
    
    * rebase master
    
    * rename cfg files
    
    * fix typos in comments
    
    Co-authored-by: zengwang430521 <zengwang430521@gmail.com>
    Co-authored-by: Yining Li <liyining0712@gmail.com>
    Co-authored-by: Lumin <30328525+luminxu@users.noreply.github.com>
    Co-authored-by: jin-s13 <jinsheng13@foxmail.com>
    Co-authored-by: Qikai Li <87690686+liqikai9@users.noreply.github.com>
    Co-authored-by: QwQ2000 <396707050@qq.com>
    7 people committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    4c40330 View commit details
    Browse the repository at this point in the history
  2. [Feature] Soft wing loss (TIP'2021) (#1077)

    * support soft_wing_loss
    
    * add unittest for soft wing loss
    
    * update model md
    
    * update doc
    jin-s13 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    7c92f0e View commit details
    Browse the repository at this point in the history
  3. [Feature] Adaptive wingloss (ICCV'19) (#1072)

    * add adaptive wingloss
    
    * move adaptive wingloss to heatmap_loss
    
    * match shape in wingloss
    
    * rename loss
    
    * mean for loss
    
    * add configs
    
    * fix unittest
    
    * rename mse_loss to heatmap_loss
    
    * add docs
    
    * fix lint
    
    Co-authored-by: ly015 <liyining0712@gmail.com>
    jin-s13 and ly015 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    0feda8c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. [Doc] Fix docstring warnings (#1084)

    * fix doc patch1
    
    * fix docstring
    
    * fix docstring
    
    * fix dataset
    
    * fix dataset
    
    * fix docstring
    
    * resolve warnings
    
    * fix multilines
    jin-s13 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    cfd4d2e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

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

Commits on Dec 30, 2021

  1. np.int -> np.int32

    QwQ2000 committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    985f843 View commit details
    Browse the repository at this point in the history