Pointcept / PointTransformerV2

[NeurIPS'22] An official PyTorch implementation of PTv2.
344 stars 23 forks source link

S3DIS Data process #44

Open xqq12121 opened 1 year ago

xqq12121 commented 1 year ago

multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/xqq/developer/ide/anaconda3/envs/pcr/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/home/xqq/developer/ide/anaconda3/envs/pcr/lib/python3.8/multiprocessing/pool.py", line 51, in starmapstar return list(itertools.starmap(args[0], args[1])) File "/home/xqq/developer/code/python/PointTransformerV2-main/pcr/datasets/preprocessing/s3dis/preprocess_s3dis.py", line 40, in parse_room obj = np.loadtxt(object_path) File "/home/xqq/developer/ide/anaconda3/envs/pcr/lib/python3.8/site-packages/numpy/lib/npyio.py", line 1356, in loadtxt arr = _read(fname, dtype=dtype, comment=comment, delimiter=delimiter, File "/home/xqq/developer/ide/anaconda3/envs/pcr/lib/python3.8/site-packages/numpy/lib/npyio.py", line 999, in _read arr = _load_from_filelike( ValueError: the number of columns changed from 6 to 5 at row 180389; use usecols to select a subset and avoid this error """

The above exception was the direct cause of the following exception:

I run the pcr/datasets/preprocessing/s3dis/preprocess_s3dis.py

xqq12121 commented 1 year ago

Is this a problem with the dataset? If so, can you provide a download link

Gofinge commented 1 year ago

Yes, this dataset exist a problem, download link is available in our new codebase readme.

xqq12121 commented 1 year ago

Where can I find new codebase readme.

xqq12121 commented 1 year ago

Is PointCept? ok I konw, thank you

Gofinge commented 1 year ago

Is PointCept? ok I konw, thank you

yes