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

SkeltonGait++ #220

Closed ani0135 closed 3 weeks ago

ani0135 commented 3 weeks ago

Does skeltongait++ requires probe sequence also for heatmap?

jdyjjj commented 3 weeks ago

yes

---Original--- From: "Aniket @.> Date: Fri, Jun 7, 2024 09:59 AM To: @.>; Cc: @.***>; Subject: [ShiqiYu/OpenGait] SkeltonGait++ (Issue #220)

Does skeltongait++ requires probe sequence also for heatmap?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ani0135 commented 3 weeks ago

But pretreatment_heatmap.py file doesn't make probe folder and its content in heatmap folder due to self.all_ps_data_paths = sorted(glob(os.path.join(pose_root, "///.pkl"))) because it has 4 astricks . May Please check.

jdyjjj commented 3 weeks ago

Our pretreatment_heatmap.py file preprocesses all data in a dataset, generating a heatmap for all data. The operation of dividing the probe is independent of data generation. Hopefully it can help you.

ani0135 commented 3 weeks ago

I am working on GREW dataset and probe is already mentioned in the dataset. My issue is pretreatment_heatmap.py is not generating heatmap specifically for probe folder which was created using pose_2d coordinates.

jdyjjj commented 3 weeks ago

you need to rearrange grew dataset firstly. script under dataset may help you.

---Original--- From: "Aniket @.> Date: Fri, Jun 7, 2024 10:53 AM To: @.>; Cc: "Dongyang @.**@.>; Subject: Re: [ShiqiYu/OpenGait] SkeltonGait++ (Issue #220)

I am working on GREW dataset and probe is already mentioned in the dataset. My issue is pretreatment_heatmap.py is not generating heatmap specifically for probe folder which was created using pose_2d coordinates.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>