Skip to content
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

Difference between smoothed track and non smoothed track #17

Open
daviduarte opened this issue Sep 27, 2023 · 1 comment
Open

Difference between smoothed track and non smoothed track #17

daviduarte opened this issue Sep 27, 2023 · 1 comment

Comments

@daviduarte
Copy link

Hi,

In the phalp/visualize/postprocessor.py, in the run_lart() function, there is this code:

final_visuals_dic = joblib.load(phalp_pkl_path)

Where the function read the tracks generated by PHALP from videos. By my understanding, in the phalp_pkl_path file there are all features of all tracks in the target video. However, some lines of code later, the post_process() function is called, where it calls:

self.phalp_tracker.pose_predictor.smooth_tracks()

where all the tracks are smoothed.

What is the difference between smoothed tracks and non smoothed tracks? Can I use the features of non smoothed tracks in my application?

Thanks

@brjathu
Copy link
Owner

brjathu commented Dec 30, 2023

Right now, the smooth_tracks() function only applies action recognition, it does not smooth the tracks. Track smoothing requires a different checkpoint and a different config. Depending on your application you can directly use the features of the smpl parameters or the features for the action recognition if it more related to action understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants