Open gautamjajoo opened 1 year ago
The commands mentioned downloading specific scenes in ScanNet have missing arguments executing which throws the following error:
download-scannet.py: error: unrecognized arguments: id scene0241_01
python data/download-scannet.py -o ../data_src/scannet/ --id scene0101_04
add '--' before id
The commands mentioned downloading specific scenes in ScanNet have missing arguments executing which throws the following error: