agora_evaluation icon indicating copy to clipboard operation
agora_evaluation copied to clipboard

Results 14 agora_evaluation issues
Sort by recently updated
recently updated
newest added

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: ![图片](https://user-images.githubusercontent.com/15968092/156723788-9e2b8160-e3a6-49c8-9604-ca8c4d4f64ba.png) 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...

![scale_issue](https://user-images.githubusercontent.com/38457117/180726893-e3f3685d-9c66-4436-b98e-c817155404d0.JPG) 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...

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...