GaitGraph2
GaitGraph2 copied to clipboard
Official code for "Towards a Deeper Understanding of Skeleton-based Gait Recognition" (CVPRW'22)
I use this command `python3 gaitgraph_casia_b.py fit --config configs/casia_b.yaml` but it always give me error reply ``` File "gaitgraph_casia_b.py", line 77, in validation_step y_hat = self(x) File "/home/fuyang/anaconda3/envs/gaitgraph/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1110,...
Hi, I wonder two parameters in graph.py. What's the meaning of "connect_joint" and "center", how to set them?
How to solve the above problems
Hi, I'm wondering how much memory is required? I've lower the batch_size to 1 and even decrease the embedding_layer but still OOM with my RTX3080 (10G)
/home/brianw0924/anaconda3/envs/GaitGraph2/lib/python3.10/site-packages/pytorch_lightning/utilities/cli.py:896: UserWarning: Failed parsing docstring for : docstring-parser package is required rank_zero_warn(f"Failed parsing docstring for {component}: docstring-parser package is required") /home/brianw0924/anaconda3/envs/GaitGraph2/lib/python3.10/site-packages/pytorch_lightning/utilities/cli.py:896: UserWarning: Failed parsing docstring for : docstring-parser package is...
root@Ic479e91c301201ee1:/hy-nas/GaitGraph2-main/GaitGraph# python3 gaitgraph_casia_b.py fit --config configs/casia_b.yaml Traceback (most recent call last): File "gaitgraph_casia_b.py", line 8, in from torch_geometric.data import Data File "/usr/local/lib/python3.8/dist-packages/torch_geometric/__init__.py", line 4, in import torch_geometric.data File "/usr/local/lib/python3.8/dist-packages/torch_geometric/data/__init__.py", line...
I am getting the error during testing the pretrained model LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0] Traceback (most recent call last): File "D:\FYP\GaitGraph2\GaitGraph\gaitgraph_casia_b.py", line 317, in cli_main() File "D:\FYP\GaitGraph2\GaitGraph\gaitgraph_casia_b.py", line 307,...
when i run the script it shows the following error, how can i resolve it? Traceback (most recent call last): File "E:\gait-recognition\GaitGraph2-main\GaitGraph\gaitgraph_casia_b.py", line 13, in from GaitGraph import cli_logo ModuleNotFoundError:...
I am training with the `AlphaPose` dataset from `OUMVLP-Pose`, but when I look at the training results at the end of the training, I can only see `epoch`, `hp_metric`, `lr_Adam`,...
Hello! I am trying to use the pre-trained model to the inference. Unfortunately, I am failing to load the provided weights. I use this model: `backend_name="resgcn-n39-r8" `with parameters: ` model_args...