agora_evaluation
agora_evaluation copied to clipboard
I wonder how to get Calibration parameters of each train/validation data?such as rotation、translation、focal length, principal point.
Hello thanks for the great work! I noticed inconsistent occlusion score for many samples. I get an occlusion score of 99.41 for the green character which is in front of...
I used root_pose like this:  and the res like :
Hello, Would really appreciate your help with this issue. I ran the command: `evaluate_agora --pred_path extract_zip/predictions/ --result_savePath demo/results/ --imgFolder demo/images/ --loadPrecomputed demo/gt_dataframe_smpl/ --baseline demo_model --modeltype SMPL --indices_path utils --kid_template_path utils/smpl_kid_template.npy...
Hi, thx for the nice dataset! I wonder why there are only around 3k samples of smplx annotation results in the smplx_gt folder.
Hi! I attempted to run the following: ``` evaluate_agora --pred_path ~/data/EHF/meshes_aligned/ --result_savePath results/ --imgFolder ~/data/EHF/images/ --modelFolder ./data/models/smplx/ ``` However, this runs into the error as follows: ``` Traceback (most recent...
 I opened the renderpeople scan data and the AGORA SMPL mesh file (.obj), and it was confirmed that the scale difference between these two meshes was very large. How...
I am using [PIXIE](https://github.com/YadiraF/PIXIE) to infer pose information from images. However, PIXIE transfers the pose information onto an undressed SMPL-X model. I want the PIXIE output on a clothed SMPL-X...
Does it work on CPU?
Thank you for offering the ground-truth labels in camera coordinates. https://github.com/pixelite1201/agora_evaluation/tree/master/agora_processing_code I'd like to get the mask path corresponding to the specific smplx label. How can I get this? How...