Hey,
Thank you for providing this work. I was wondering if I could get a solution to this error:
python fit_vertices.py onto_scan --scan_path 001_spine_2.stl --landmark_path /data/body_models/smpl/SMPL_MALE.pkl --start_from_previous_results /results/2024_03_20_10_03_50
Saving results to /SMPL-Fitting/results/2026_03_13_14_12_07
Traceback (most recent call last):
File "fit_vertices.py", line 307, in <module>
cfg = process_body_model_fit_verts(cfg)
File "/SMPL-Fitting/utils.py", line 145, in process_body_model_fit_verts
data = np.load(npz_files[0])
IndexError: list index out of range
Am I running it correctly?
Hey,
Thank you for providing this work. I was wondering if I could get a solution to this error:
python fit_vertices.py onto_scan --scan_path 001_spine_2.stl --landmark_path /data/body_models/smpl/SMPL_MALE.pkl --start_from_previous_results /results/2024_03_20_10_03_50Am I running it correctly?