PHALP icon indicating copy to clipboard operation
PHALP copied to clipboard

Code repository for the paper "Tracking People by Predicting 3D Appearance, Location & Pose". (CVPR 2022 Oral)

Results 29 PHALP issues
Sort by recently updated
recently updated
newest added

Added a FRAME_FORMAT to the ExtraConfig configuration to allow users to define a specific image format (jpg, png, ...)

Fix dict(cfg.SMPL) by cfg.SMPL.__dict__ See error #42

https://github.com/brjathu/PHALP/blob/677074a9bd7acac58c0b98a31b04ae54b93dcd2f/phalp/models/hmar/hmar.py#L39 ``` venv/lib/python3.10/site-packages/phal p/models/hmar/hmar.py", line 39, in __init__ smpl_cfg = {k.lower(): v for k,v in dict(cfg.SMPL).items()} TypeError: 'SMPLConfig' object is not iterable ```

I have some .pkl PHALP data that I'd like to import into Blender or Maya. How could I go about doing this?

@brjathu Hi, I’m trying to run the PHALP tracker demo on a video (and I observe the same error in related projects like 4D-Humans and TokenHMR when they invoke PHALP...

Hello, I am exploring your PHALP project and am interested in understanding more about the `.plk` file provided. Could you please specify which anatomical points correspond to the 45 points...

I fetch the smpl vertex sequence from visualizer, and play it on blender, it does looks very well in 2d rendering video, but it's has low translation consistency. here is...

i did not found PHALP_model.ckpt this file. so can any one give me link to download that file

- The model was removed from the repository which causes this to break. Technically, the maintainers want people to download it through their site, so the proper fix is to...