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 19 PHALP issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to extract the 3D joints positions using PHALP and 3D Human Body Prior ([link](https://github.com/nghorbani/human_body_prior)), to later display them in a physics engine. This is a sample code...

Hi, I find that PHALP tracker taking lot of CPU utilization, as numpy does not support GPU. Enabled code to run on CUDA, still the CPU utilization is heavy. I...

Thanks for your great work, I'm reading the paper and the code. I'm confused that why focal length is set so large. When I visualized the 3D global locations, the...

Links for downlading the npy files into the 3D folder, in trackers/PHALP.py, are not working. How can we download them? Thanks

Hi! When I try to run the code in Collab, on the line `!python scripts/demo.py video.source=assets/videos/gymnasts.mp4 video.start_frame=10 video.end_frame=60`, it gives the error `INFO No OpenGL_accelerate module loaded: No module`. Even...

https://github.com/classner/up/raw/master/models/3D/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl is 404 now and I found it influenced 4D-Humans, PHALP and SLAHMR at the same time.

Erro reproduction: Download [this video from CamNuvem robbery dataset:](https://drive.google.com/file/d/1CM9VmbqMHUnHTkX1wMJW_nTeYq7xcLaz/view?usp=drive_link) Exec: python3 scripts/demo.py video.source=354.mp4 video.output_dir=./output It will raise an error: ``` CUDA error: an illegal memory access was encountered CUDA kernel...

Erro reproduction: - Download [this video from UCF-Crime dataset:](https://drive.google.com/file/d/1s7z1sBoaV_axWJ01sYh-0_15LLavWKwv/view?usp=drive_link) - Exec: `python3 scripts/demo.py video.source=Normal_Videos465_x264.mp4 video.output_dir=./output` It will raise an error: ``` Traceback (most recent call last): File "/home/lecun/PHALP/phalp/trackers/PHALP.py", line 205,...