Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

sunrgbd dataset perparation #166

Open
whuhxb opened this issue Mar 30, 2023 · 1 comment
Open

sunrgbd dataset perparation #166

whuhxb opened this issue Mar 30, 2023 · 1 comment

Comments

@whuhxb
Copy link

whuhxb commented Mar 30, 2023

Hi @likethesky @Celebio @colesbury @pdollar @minqi

Have you ever met this bug when preparing the dataset? Thanks a lot.

srun -p PV1003q -n 1 -w node15 python sunrgbd_data.py --gen_v1_data
------------- 5051
Traceback (most recent call last):
File "sunrgbd_data.py", line 326, in
save_votes=True, num_point=50000, use_v1=True, skip_empty_scene=False)
File "sunrgbd_data.py", line 202, in extract_sunrgbd_data
objects = dataset.get_label_objects(data_idx)
File "sunrgbd_data.py", line 72, in get_label_objects
return sunrgbd_utils.read_sunrgbd_label(label_filename)
File "/export/home/hanxiaobing/Documents/PlaneNet_PlaneRCNN/DGCNN_PointNet2/SensatUrban/MAE/PiMAE/Pretrain/data/sunrgbd/sunrgbd_utils.py", line 184, in read_sunrgbd_label
lines = [line.rstrip() for line in open(label_filename)]
FileNotFoundError: [Errno 2] No such file or directory: './sunrgbd_trainval/label_v1/005051.txt'

@madinwei
Copy link

@whuhxb , Hi, from your error message I think the label file 005051.txt is messing. make sure you extracted all the files in the sunrgbd_trainval folder correctly from the Matlab script. assuming you are following the README.md

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants