mks0601 / IntegralAction_RELEASE

Official PyTorch implementation of "IntegralAction: Pose-driven Feature Integration for Robust Human Action Recognition in Videos", CVPRW 2021 (Oral.)
33 stars 7 forks source link

Doubt regarding merging of rgb and pose_only results #5

Closed suryateja0101 closed 2 years ago

suryateja0101 commented 2 years ago

In the merge function why only 29th file is getting considered? is it because it has more training data??

mks0601 commented 2 years ago

what do you mean by 29th file?

suryateja0101 commented 2 years ago

Apologies for the wrong question, I figured it out.

  1. Also i reduced the batch size to 2 for mimetics pose_only otherwise my gpu is getting memory issue. it will drop the accuracy ryt??? below is the screenshot of that. accuracy

  2. This is important: u have given trained data for kinetics and mimetics, but seems like it points to the same link, but how come those are generating results with different names?? did u changed the dataset name in the config file?? or am I missing something? doubt

  3. Can you also provide the dataset for NTU. In the given link only JSON files are there.

Thank you for your response. Im going forward in this project just because you are replying :-)