ChaoFan96 / GaitPart

Temporal part-based model for gait recognition.
61 stars 6 forks source link

Data Preprocessing, Orientation, and Augmentation #12

Open promput opened 3 years ago

promput commented 3 years ago

I have 2 questions to ask.

  1. How do you form your data in order to feed into your network for CASIA-B data sets? In CASIA-B, there are many frames of data. How did you connect them all into one input for the network?
  2. How do you form your training experiment? I am not sure how the data is being treated to form "gallery" and "probe". What are the importance of the two and how do you form the datasets?
ChaoFan96 commented 3 years ago

Hi, the OpenGait is released now! ( https://github.com/ShiqiYu/OpenGait ) This project not only contains the full code of gaitpart but also reproduces several SOTA models of gait recognition. Enjoy it and any questions or suggestions are welcome!