You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I having a problem running the preprocess script on the ShapeNet V1 dataset. I have registered and downloaded the ShapeNetCoreV1 dataset files. python tools/preprocess_shapenet.py \ --shapenet_dir ./datasets/shapenet/ShapeNetCore.v1 \ --shapenet_binvox_dir ./datasets/shapenet/ShapeNetCore.v1 \ --output_dir ./datasets/shapenet/ShapeNetV1processed \ --zip_output
Unzipping ShapeNetCore.v1.zip and ShapeNetCore.v1.binvox.zip all extracted to same folder datasets/shapenet/ShapeNetCore.v1 .
I get the following error: Traceback (most recent call last): File "tools/preprocess_shapenet.py", line 317, in <module> main(args) File "tools/preprocess_shapenet.py", line 144, in main raise ValueError("Pre processing identified missing data points") ValueError: Pre processing identified missing data points
I think this is a error with the dataset itself. Sorry if this is too basic question but am new to this all. Thanks in advance for the assistance.
I am Running on Ubuntu 22.04.2
The text was updated successfully, but these errors were encountered:
Hello,
I having a problem running the preprocess script on the ShapeNet V1 dataset. I have registered and downloaded the ShapeNetCoreV1 dataset files.
python tools/preprocess_shapenet.py \ --shapenet_dir ./datasets/shapenet/ShapeNetCore.v1 \ --shapenet_binvox_dir ./datasets/shapenet/ShapeNetCore.v1 \ --output_dir ./datasets/shapenet/ShapeNetV1processed \ --zip_output
Unzipping ShapeNetCore.v1.zip and ShapeNetCore.v1.binvox.zip all extracted to same folder datasets/shapenet/ShapeNetCore.v1 .
I get the following error:
Traceback (most recent call last): File "tools/preprocess_shapenet.py", line 317, in <module> main(args) File "tools/preprocess_shapenet.py", line 144, in main raise ValueError("Pre processing identified missing data points") ValueError: Pre processing identified missing data points
I think this is a error with the dataset itself. Sorry if this is too basic question but am new to this all. Thanks in advance for the assistance.
I am Running on Ubuntu 22.04.2
The text was updated successfully, but these errors were encountered: