tteepe / GaitGraph2

Official code for "Towards a Deeper Understanding of Skeleton-based Gait Recognition" (CVPRW'22)
40 stars 11 forks source link

Backbone mismatch between CASIA-B pre-trained model and model config. #12

Closed khoapham2801 closed 2 years ago

khoapham2801 commented 2 years ago

@tteepe I faced an issue when trying to run predict on CASIA-B, there were many unexpected layers not recognized when loading state_dict. The result of my investigation points out that there was a backend mismatch, more details below:

ramprabhakar commented 1 year ago

Hi @khoapham2801, I am also facing the same issue. How did you solve this problem? Thanks!