soullessrobot / LiDAR-HMR

Code and data for LiDAR-HMR: 3D Human Mesh Recovery from LiDAR
31 stars 1 forks source link

Hard coded paths and lack of documentation #6

Closed SalmaG98 closed 2 months ago

SalmaG98 commented 2 months ago

Thank you for this nice work!

I am struggling a bit with the documentation of this repo and was wondering if I was the only one.

  1. The setup of the packages, I had to figure out which python version to use for pip to properly install all the required packages in requirements.txt without causing errors.
  2. The code presented a lot of hard coded paths, even when you add dataset_root for example in arguments, it is not taken into account as it is overwritten with another path..
  3. I switched to working with Waymo_v2 to avoid errors emerging with Sloper4D for the MRN training I was faced with errors concerning the Waymo dataset class, it seems that there was some preprocessing done but it is not documented..

Is anyone else having such issues?

soullessrobot commented 2 months ago

Problem solved in the newest update.