4D-Humans icon indicating copy to clipboard operation
4D-Humans copied to clipboard

4DHumans: Reconstructing and Tracking Humans with Transformers

Results 32 4D-Humans issues
Sort by recently updated
recently updated
newest added

I have two questions. 1. In the S.3. Training details of the Supp Mat, you say that `for the HMR 2.0a variant, the ViT encoder remains frozen`, but in the...

Hello, first of all, thank you very much for sharing the implementation! I was wondering if you experienced issues with GPU memory increasing after every batch using the ViT backbone?...

Hello author, may I ask if the training parameters for the original HMR model in Table 6 (B1) are consistent with those of HMR2.0b

Thanks for your great work, Could you share the script to evaluate the tracking performance on Posetrack dataset (HOTA, IDs, MOTA, and IDF1)

Hi authors, thanks for the great work, are you planning to release the data preprocessing code? If yes, when will it be released?

Hello. I ran into some problems, when I did "pip install -e .[all]".The system always prompts me, "Building wheel for detectron2 (setup.py) ... error error: subprocess-exited-with-error", and mentions "python setup.py...

Hi, I am trying to Finetune HMR2.0 on 3 RTX3090. It works fine when I only train it on 1 gpu. When I set trainer.devices=3, I received the error: ValueError:...

Hi! Thanks for your great work! As I finished running track.py and I got a .pkl file with following ```dict_keys(['time', 'shot', 'frame_path', 'tracked_ids', 'tracked_bbox', 'tid', 'bbox', 'tracked_time', 'appe', 'loca', 'pose',...

I tried to use the smpl parameter to calculate the position of 3d joints in order to compare with the data under the 3d_joints key, but found that the two...

In the run tracking demo on videos, the paper mentions that the BERT-style transformer model(pose_transformer_v2) enables future predictions and amodal completion of missing detections within the same framework. However, in...