MiracleDance / PoseRAC

PoseRAC: Pose Saliency Transformer for Repetitive Action Counting
MIT License
13 stars 2 forks source link

Custom Dataset #22

Open t300rsnecmi opened 2 days ago

t300rsnecmi commented 2 days ago

hello can you explain how can i use for my own dataset. i am already try but i cant do anything cant generate csv or anything maybe i am starting false steps

MiracleDance commented 1 day ago

Hello! To use the framework with your own dataset, you first need to identify the action categories included in your dataset. If your dataset includes action categories that differ from those in RepCount, you will need to define the salient poses for the new categories. Once the salient poses are defined, you can follow the instructions in the paper to generate the necessary CSV files. Ensure you preprocess your data correctly and structure it as required by the framework.