-
Updated
Nov 6, 2020 - Python
pose-estimation
Here are 410 public repositories matching this topic...
-
Updated
Oct 6, 2020 - Python
-
Updated
Sep 5, 2019 - Python
-
Updated
Jul 30, 2020
-
Updated
Nov 7, 2020 - Python
-
Updated
Nov 5, 2020
-
Updated
Dec 7, 2019 - C++
-
Updated
Nov 1, 2020 - Python
-
Updated
Jun 25, 2020 - Python
-
Updated
Aug 26, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Dec 10, 2019 - Jupyter Notebook
-
Updated
Sep 25, 2020 - C++
-
Updated
Oct 5, 2018 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
May 7, 2020 - Python
-
Updated
Nov 7, 2020 - Python
-
Updated
Dec 20, 2018 - Python
-
Updated
Nov 27, 2019 - C++
-
Updated
Nov 6, 2020 - Python
-
Updated
Jun 21, 2020 - Python
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Jul 1, 2020 - Python
-
Updated
Oct 21, 2020 - C++
-
Updated
Nov 21, 2019 - Python
Hi everybody
Currently only one sample per GPU is possible while executing tests, which leads to very slow validation and testing for me. I assume to fix this the forward_test methods for the TopDown and BottomUp classes would need to be updated. Is this planned anytime soon or should I give it a try myself to contribute?
Roadmap of MMPose
Improve this page
Add a description, image, and links to the pose-estimation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pose-estimation topic, visit your repo's landing page and select "manage topics."



Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in
scripts/classification/train_imagenet.py.Maybe @hetong007 ? Thanks in advance.