-
Updated
Mar 4, 2020 - Python
action-recognition
Here are 199 public repositories matching this topic...
-
Updated
Mar 3, 2020
-
Updated
Mar 4, 2020 - Python
In fact, you can find a issue very similar to this one, check #110
lianuo said just feed st-gcn (3,t,18,1) frames, as t he used is 20, I think it's a good solution but if you directly use the pre-trained model, or even trained on your own dataset without modifying the structure of the st-gcn network, the result will be quite terrible!
Look deep into the structure! If you keep temporal size
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Feb 29, 2020 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Feb 27, 2020 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
Feb 29, 2020
-
Updated
Feb 7, 2020 - Jupyter Notebook
-
Updated
Mar 3, 2020 - Jupyter Notebook
-
Updated
Mar 4, 2020 - MATLAB
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
Mar 3, 2020 - C
-
Updated
Mar 1, 2020 - Python
-
Updated
Mar 2, 2020 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 1, 2020 - C++
-
Updated
Feb 25, 2020 - C++
-
Updated
Feb 25, 2020 - C++
-
Updated
Mar 4, 2020 - Python
-
Updated
Feb 26, 2020 - Python
-
Updated
Feb 10, 2020 - MATLAB
-
Updated
Mar 2, 2020 - HTML
Along with citations and links
Improve this page
Add a description, image, and links to the action-recognition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the action-recognition 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.