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

[Feature] AE Hourglass #906

Merged
merged 106 commits into from
Sep 28, 2021
Merged

[Feature] AE Hourglass #906

merged 106 commits into from
Sep 28, 2021

Conversation

luminxu
Copy link
Collaborator

@luminxu luminxu commented Sep 6, 2021

Add AE version Hourglass backbone to reimplement the paper. We add the backbone and conduct corresponding modification.

@luminxu luminxu requested a review from jin-s13 September 6, 2021 12:38
@jin-s13 jin-s13 changed the title AE Hourglass [Feature] AE Hourglass Sep 15, 2021
@ly015 ly015 merged commit 3ff6f45 into master Sep 28, 2021
@jin-s13 jin-s13 deleted the AEHourglass branch October 8, 2021 04:46
rollingman1 pushed a commit to rollingman1/mmpose that referenced this pull request Nov 5, 2021
* add json output for video demo

* add json output for long_video_demo

* add json output video demo
shuheilocale pushed a commit to shuheilocale/mmpose that referenced this pull request May 6, 2023
* paf detector

* add paf detector & head & loss

* rename to PartAffinityField

* rebase master

* add paper ref

* fix tab indent

* update show

* update heads

* update heads

* update paf head

* update docstring

* integrate get_multi_stage_outputs function for ae and paf

* delete PAFParser

* refactor ae

* rm project2image in aggregate_scale

* update head/init

* update paf post-processing

* fix docstring

* fix docstring

* fix config

* add res50 config

* add res50 config

* fix bugs in paf generator

* update paf flip

* update paf group

* update deconvhead

* paf + head

* fix config

* update post-processing

* fix bugs in flip paf

* update unittest

* add 'align_corners' in cfg

* update refine

* handle empty list

* fix order

* update pose filter

* add openpose network

* add openpose_v1 and openpose_v2 model

* fix openpose v1

* rename stem to features for pre-trained vgg model loading

* add openpose v1 v2 configs

* add with_bg

* allow different num_blocks and block_channels for different stages

* remove redundant settings

* update lightweight openpose

* add lightopenpose config

* update pretrained

* update config

* add neck & modify skeleton

* rename addneck cfg

* BottomUpGenerateHeatmapTarget pipeline with add_neck

* BottomUpGenerateHeatmapTarget pipeline with add_neck

* update addneck cfg

* copy to keep self.coco unchanged

* update pipeline with addneck

* train paf wholebody

* add bn

* add bn

* get add_neck on dataset

* fix unittest

* fix test with addneck

* fix with bg

* fix lightweight openpose with_bg=False

* fix config

* fix conv bias

* fix with_bg config

* fix paf

* update config

* gamma 0.333

* sgd config

* fix MaskedMSELoss & add supervise_empty

* fix add_neck

* cfg of paf wholebody withbg + pretrain + supervise_empty

* update lr

* fix cfg

* fix cfg

* update configs

* update configs

* add configs

* update configs

* update configs

* fix unittest

* paf wholebody with hrnet/openposev2 backone

* update cfg

* add hourglass_ae model

* add hourglass_ae model

* add hourglass_ae model

* update unittest

* update hourglass

* add select_output_index

* supervise_empty=False

* update batch size

* resume from 50 epoch

* hourglass wholebody coco pretrain

* release resource limit

* resume from 100ep

* reduce workers_per_gpu

* test multi-scale coco

* delete paf

* fix forward test

* fix pytest

* update batch size

* update cfg

Co-authored-by: jinsheng <jinsheng@sensetime.com>
Co-authored-by: jin-s13 <jinsheng13@foxmail.com>
Co-authored-by: 金晟 <SENSETIME\jinsheng@stit10.domain.sensetime.com>
HAOCHENYE pushed a commit to HAOCHENYE/mmpose that referenced this pull request Jun 27, 2023
…n-mmlab#906)

* [Docs] Fix format of changelog

* refactor the indent of code in docs
ajgrafton pushed a commit to ajgrafton/mmpose that referenced this pull request Mar 6, 2024
* paf detector

* add paf detector & head & loss

* rename to PartAffinityField

* rebase master

* add paper ref

* fix tab indent

* update show

* update heads

* update heads

* update paf head

* update docstring

* integrate get_multi_stage_outputs function for ae and paf

* delete PAFParser

* refactor ae

* rm project2image in aggregate_scale

* update head/init

* update paf post-processing

* fix docstring

* fix docstring

* fix config

* add res50 config

* add res50 config

* fix bugs in paf generator

* update paf flip

* update paf group

* update deconvhead

* paf + head

* fix config

* update post-processing

* fix bugs in flip paf

* update unittest

* add 'align_corners' in cfg

* update refine

* handle empty list

* fix order

* update pose filter

* add openpose network

* add openpose_v1 and openpose_v2 model

* fix openpose v1

* rename stem to features for pre-trained vgg model loading

* add openpose v1 v2 configs

* add with_bg

* allow different num_blocks and block_channels for different stages

* remove redundant settings

* update lightweight openpose

* add lightopenpose config

* update pretrained

* update config

* add neck & modify skeleton

* rename addneck cfg

* BottomUpGenerateHeatmapTarget pipeline with add_neck

* BottomUpGenerateHeatmapTarget pipeline with add_neck

* update addneck cfg

* copy to keep self.coco unchanged

* update pipeline with addneck

* train paf wholebody

* add bn

* add bn

* get add_neck on dataset

* fix unittest

* fix test with addneck

* fix with bg

* fix lightweight openpose with_bg=False

* fix config

* fix conv bias

* fix with_bg config

* fix paf

* update config

* gamma 0.333

* sgd config

* fix MaskedMSELoss & add supervise_empty

* fix add_neck

* cfg of paf wholebody withbg + pretrain + supervise_empty

* update lr

* fix cfg

* fix cfg

* update configs

* update configs

* add configs

* update configs

* update configs

* fix unittest

* paf wholebody with hrnet/openposev2 backone

* update cfg

* add hourglass_ae model

* add hourglass_ae model

* add hourglass_ae model

* update unittest

* update hourglass

* add select_output_index

* supervise_empty=False

* update batch size

* resume from 50 epoch

* hourglass wholebody coco pretrain

* release resource limit

* resume from 100ep

* reduce workers_per_gpu

* test multi-scale coco

* delete paf

* fix forward test

* fix pytest

* update batch size

* update cfg

Co-authored-by: jinsheng <jinsheng@sensetime.com>
Co-authored-by: jin-s13 <jinsheng13@foxmail.com>
Co-authored-by: 金晟 <SENSETIME\jinsheng@stit10.domain.sensetime.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants