pixelite1201 / BEDLAM

206 stars 19 forks source link

A minor bug on gt files and a problem about SMPL-format npz files. #21

Closed 1020244018 closed 10 months ago

1020244018 commented 10 months ago
  1. Hello, I found a small problem when I run the command 'python df_full_body.py' to generate npz files. The content of the gt file '20221013_3_250_batch01hand_static_bigOffice' is missing. eg: seq_000000_camera.csv

2.I want to generate identity information for the SMPL format npz file, and the current code generation is for SMPLX format. The lengths of the two are not the same. It seems that I can only match through the 'center'. Would it be convenient for you to release the SMPL version of NPZ generated code.

tpsmpi commented 10 months ago

Issue 1: Thank you for reporting this issue. The related file on the download server is now fixed.

See Changelog in related BEDLAM download section (Synthetic Image Data) for details.

pixelite1201 commented 10 months ago

Issue 2: We have added code to generate SMPL npz formatted files. Let us know if you face any issues.