I am struggling a bit with the documentation of this repo and was wondering if I was the only one.
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.
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..
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..
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.
dataset_root
for example in arguments, it is not taken into account as it is overwritten with another path..Is anyone else having such issues?