Closed shenggebiya closed 1 year ago
Aha, replace --output_root
with --save_root
. I fix the bug in our new codebase Pointcept. I will also fix the bug here, thanks.
It seems that I already fixed the bug a long time ago, maybe you can pull the code again?
thanks
Traceback (most recent call last): File "pcr/datasets/preprocessing/s3dis/preprocess_s3dis.py", line 114, in
main_process()
File "pcr/datasets/preprocessing/s3dis/preprocess_s3dis.py", line 107, in main_process
pool.starmap(parse_room, [(room, opt.dataset_root, opt.save_root, opt.parse_normals)
File "pcr/datasets/preprocessing/s3dis/preprocess_s3dis.py", line 107, in
pool.starmap(parse_room, [(room, opt.dataset_root, opt.save_root, opt.parse_normals)
AttributeError: 'Namespace' object has no attribute 'save_root'