RozDavid / UnScene3D

Unsupervised 3D Instance Segmentation
BSD 3-Clause "New" or "Revised" License
49 stars 6 forks source link

How should I use the Pre-processed Datasets #13

Closed YP-118 closed 2 weeks ago

YP-118 commented 3 weeks ago

Hi, I'm wondering how should I use the data provided? I downloaded the

[unscene3d_dino_csc],

and copied the data within

/unscene3d_dino_csc/instance_gt/train and /unscene3d_dino_csc/instance_gt/validation

into

/UnScene3D/pseudo_masks/data/ScanNet/scannet_200_insseg/

as suggested by the errors, but after doing so, I ran

cd pseudo_masks . scripts/unscene3d_dino_2d3d.sh,

and there still is error, _

pickle.UnpicklingError: could not find MARK.

Is this error due to me using the data wrongly?

YP-118 commented 3 weeks ago

And also, for

cd pseudo_masks/datasets/preprocess && \ python scannet200_insseg.py --input --output

should the scenes_folder be in this structure? image