Open Terminal-K opened 1 week ago
I tried to add a NoOperation
transform like smpl_gait.yaml, but the program again reported an error in InversePosesPre
:
ValueError: could not broadcast input array from shape (17,64) into shape (64,64)
The above errors seem to indicate that there is something wrong with the raw data. Is dataset_root in gaitgraph2_Gait3D.yaml Gait-merged-pkl?
Detailed description
I processed the Gait3D dataset as Data Pretreatment and set "gait3d-merged-pkl" to dataset_root, which produced an error:
ValueError: The number of types of input data and transform should be same. But got 2 and 1
Steps to reproduce
run command:
CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=1 opengait/main.py --cfgs ./configs/gaitgraph2/gaitgraph2_Gait3D.yaml --phase train
Issue submission checklist