Closed YP-118 closed 2 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?
And also, for
cd pseudo_masks/datasets/preprocess && \ python scannet200_insseg.py --input --output
should the scenes_folder be in this structure?
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?