ShiqiYu / OpenGait

A flexible and extensible framework for gait recognition. You can focus on designing your own models and comparing with state-of-the-arts easily with the help of OpenGait.
705 stars 164 forks source link

train and test data for skeletongait++_CCPG #233

Open nyanmn opened 1 month ago

nyanmn commented 1 month ago

System information (version)

Detailed description

Dataset split between train and test data. I am using CCPG dataset for skeletongait++. skeletongait++_CCPG has CCPG.json for train and test set. 000-099 are used for training and 100-199 are for test. CCPG has 200 different people. skeletongait++ is gait recognition algorithm. So how model can recognize gait for a particular person using different people for training and testing.

Steps to reproduce

Issue submission checklist

nyanmn commented 1 month ago

My understanding for gait recognition is that train the model with person A and test the model with new images of that same person A to see whether the trained model can recognize that test person has similar gait as trained person A.