-
Updated
Nov 27, 2020 - Python
pose-estimation
Here are 420 public repositories matching this topic...
-
Updated
Oct 6, 2020 - Python
-
Updated
Jul 30, 2020
-
Updated
Sep 5, 2019 - Python
-
Updated
Nov 29, 2020 - Python
-
Updated
Nov 19, 2020
-
Updated
Dec 7, 2019 - C++
-
Updated
Nov 19, 2020 - Python
-
Updated
Nov 19, 2020 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 28, 2020 - Python
-
Updated
Nov 13, 2020 - C++
-
Updated
Dec 10, 2019 - Jupyter Notebook
-
Updated
Oct 5, 2018 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Nov 25, 2020 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Dec 20, 2018 - Python
-
Updated
Nov 27, 2019 - C++
-
Updated
Nov 16, 2020 - 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
-
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
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.