Closed fyj534609 closed 1 year ago
I downloaded the whole dataset the first time I tried to process ScanNet. The dataset after processing is small and is only about 15G.
Thank you for your response. So should I download the whole 1.3TB dataset and then use the command 'python tools/seg_scannet.py --run process_scannet --path_in
Maybe, you can choose not to download the RGBD scan frames. An example is shown below. The following is all you need to generate the required dataset
Maybe, you can choose not to download the RGBD scan frames. An example is shown below. The following is all you need to generate the required dataset
Thank you for your response. Could you please confirm if the final downloaded file directory should look like this? ├── scannet │ ├── scans │ │ ├── [scene_id] │ │ │ ├── [scene_id].aggregation.json │ │ │ ├── [scene_id].txt │ │ │ ├── [scene_id]_vh_clean.aggregation.json │ │ │ ├── [scene_id]_vh_clean.segs.json │ │ │ ├── [scene_id]_vh_clean_2.0.010000.segs.json │ │ │ ├── [scene_id]_vh_clean_2.labels.ply │ │ │ ├── [scene_id]_vh_clean_2.ply │ ├── scans_test │ │ ├── [scene_id] │ │ │ ├── [scene_id].aggregation.json │ │ │ ├── [scene_id].txt │ │ │ ├── [scene_id]_vh_clean.aggregation.json │ │ │ ├── [scene_id]_vh_clean.segs.json │ │ │ ├── [scene_id]_vh_clean_2.0.010000.segs.json │ │ │ ├── [scene_id]_vh_clean_2.ply │ ├── scannetv2-labels.combined.tsv
Yes, very informative and clear figure!
I downloaded the whole dataset the first time I tried to process ScanNet. The dataset after processing is small and is only about 15G.
Correct: the dataset after process is about 8G
Yes, very informative and clear figure!
Thank you very much for your reply!
Hello, I would like to ask whether when downloading the ScanNet Segmentation dataset, do I need to download the complete dataset of 1.3TB, or is it possible to download only a part of it?