-
Download ScanNet v2 data HERE. Move/link the
scans
folder such that underscans
there should be folders with names such asscene0001_01
. -
Extract point clouds and annotations (semantic seg, instance seg etc.) by running
python batch_load_scannet_data.py
, which will create two folders namedscannet_train_detection_data
andscannet_val_detection_data
here.