Cylinder3D
Cylinder3D copied to clipboard
Mismatch in shape when running the demo
python demo_folder.py --demo-folder model_load_dir --save-folder results
demo_folder.py --demo-folder model_load_dir --save-folder results
Namespace(config_path='config/semantickitti.yaml', demo_folder='model_load_dir', demo_label_folder='', save_folder='results')
[480 360 32]
matched parameter sets: 226, and no matched: 48
Traceback (most recent call last):
File "demo_folder.py", line 151, in
Anyone met the similar error?
I met the same error... waiting for an answer
ValueError: Caught ValueError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "/opt/conda/envs/4dplsca/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 287, in _worker_loop
data = fetcher.fetch(index)
File "/opt/conda/envs/4dplsca/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 49, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/opt/conda/envs/4dplsca/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 49, in
Hey man which version of spconv did you use? I use spconv2.0+, then this error appeared; I also want to try spconv1.2.1 as they recommended, but I failed to compile that. Did you meet the same situation?
获取 Outlook for iOShttps://aka.ms/o0ukef
发件人: ZixuanChen613 @.> 发送时间: Friday, June 24, 2022 4:27:49 PM 收件人: xinge008/Cylinder3D @.> 抄送: Tony-WJR @.>; Author @.> 主题: Re: [xinge008/Cylinder3D] Mismatch in shape when running the demo (Issue #149)
I met the same error... waiting for an answer
ValueError: Caught ValueError in DataLoader worker process 0. Original Traceback (most recent call last): File "/opt/conda/envs/4dplsca/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 287, in _worker_loop data = fetcher.fetch(index) File "/opt/conda/envs/4dplsca/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 49, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] File "/opt/conda/envs/4dplsca/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 49, in data = [self.dataset[idx] for idx in possibly_batched_index] File "/workspace/code/Cylinder3D/dataloader/dataset_semantickitti.py", line 192, in getitem data = self.point_cloud_dataset[index] File "/workspace/code/Cylinder3D/dataloader/pc_dataset.py", line 52, in getitem raw_data = np.fromfile(self.im_idx[index], dtype=np.float32).reshape((-1, 4)) ValueError: cannot reshape array of size 293 into shape (4)
― Reply to this email directly, view it on GitHubhttps://github.com/xinge008/Cylinder3D/issues/149#issuecomment-1165630675, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWE4MIL42KB22Y6EOAYAPHDVQXAWLANCNFSM5ZVWSLPA. You are receiving this because you authored the thread.Message ID: @.***>
I encountered similar problem and solved it by "python demo_folder.py --demo-folder /mnt/data/datasets/kitti/sequences/00/velodyne/ --save-folder ./results/". Good luck.
Does anyone else still has this problem?