Replies: 3 comments
-
Were you able to come up with a solution? I also have the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you come up with a solution? I also get the same error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not woking with Mmengine anymore, sorry to announce that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm trying to train skeleton action models with my custom dataset with Pose3D-ntu60-2d and STGCN-ntu60-2d configs. On data extraction code which is provided on github repo of mmaction2 called
ntu_pose_extraction.py
I see a hardcoded resolution which is(1080, 1920)
on frame shape and video res. My all videos are not in the same shape so I changed this as a dynamic assignment according the input videos shape which is sometimes (1080, 1920) and sometimes (1280, 720) etc. However after doing this the validation script(valid thresholding
) that comes frommmengine
ignore all videos of mine.Additionally before changing dynamic resolution assignment, my about %70 videos of my dataset was ignored also.
here are my questions:
mmengine
, and what is the working idea of this valid thresholding ?Cheers
Alper
Beta Was this translation helpful? Give feedback.
All reactions