fmthoker / skeleton-contrast

41 stars 5 forks source link

Inference question #10

Closed qiqiApink closed 1 year ago

qiqiApink commented 1 year ago

How to inference this model on other human skeleton data, like human3.6m? I want to classify the action categories of skeleton sequences. Does this project achieve this?

fmthoker commented 1 year ago

you need to first pre-train a model with your dataset without any action labels. Then, you can fine-tune a model for action classification.