Visulization of ST-GCN in Action
See original GitHub issueREADME
file contains some visualizations showing neural response magnitude of each node in the last layer of our ST-GCN.
Would you be sharing the code for same?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
ST-GCN : A Machine Learning Model for Detecting Human ...
ST-GCN (Spatial-Temporal Graph Convolutional Networks) is a machine learning model that detects human actions based on skeletal information ...
Read more >st-gcn/visualization.py at master
Spatial Temporal Graph Convolutional Networks (ST-GCN) for Skeleton-Based Action Recognition in PyTorch - st-gcn/visualization.py at master ...
Read more >Skeleton-based Action Recognition Models
In skeleton-based action recognition, graph convolutional networks (GCNs), which model the human body skeletons as ... Keypoint Heatmap Volume Visualization.
Read more >arXiv:2210.05895v1 [cs.CV] 12 Oct 2022
Abstract. Graph convolution networks (GCN) have been widely used in skeleton-based action recognition. We note that existing GCN-based.
Read more >Visualizing and understanding graph convolutional network
In this paper, we propose a visual analytics system that supports progressive analysis of GCN executing process and the effect of graph ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, @kampta, @zoukai214, @orapradeep, thank you for your interest. We have released a new version, which includes a demo for skeleton-based action recognition and feature visualization. You can feed your custom videos or wild videos into the demo script as long as Openpose can find human skeletons. 😃
Please update to the latest master branch. And follow our guide to setup the codebase.
Sure. Coming soon.