-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Dataset Training with PoseC3D problem #1293
Comments
Hello, in PR #1295, I add an option named 'skip_postproc'. Please try to extract pose with this flag, and check if it can resolve your issues. |
the ‘skip_postproc' doesn't work well. comes the error 'AttributeError: 'abstractproperty' object has no attribute 'skip_postproc' since the 'skip' is not necessary for me, I simply change ' num_frame, num_person ' thing and it woks perfectly! thx so much! |
Hi, @Disisxhy, basically you don't exactly have to use |
@bit-scientist @kennymckormick hi ,my custom videos have two people, if i use ntu_pose_extraction.py to extract poses, Can it be used directly for training? because we need to maintain the continuity of everyone's time, am i right? |
I think it can be directly used for PoseC3D training, but maybe not ST-GCN. Since for ST-GCN, the skeleton input should be several continuous sequences, while ntu_pose_extraction.py does not guarantee this: the person 1 in frame t and the person 1 in frame t + 1 may not be the same person.
|
Once I skip the 'ntu_det_postproc' step as noticed and then run 'python ntu_pose_extraction.py S001C001P001R001A001_rgb.avi S001C001P001R001A001_rgb.pkl', it shows the error below:
Hope somebody can help
The text was updated successfully, but these errors were encountered: