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.
664 stars 154 forks source link

Hello, what is the reason for converting to a pkl file? #189

Closed YingQQ666 closed 4 months ago

YingQQ666 commented 4 months ago

System information (version)

Detailed description

Steps to reproduce

Issue submission checklist

ChaoFan996 commented 4 months ago

Reading silhouette images frame by frame may take more time.

YingQQ666 commented 4 months ago

Reading silhouette images frame by frame may take more time.

Thank you very much