magicleap / Atlas

Atlas: End-to-End 3D Scene Reconstruction from Posed Images
Apache License 2.0
1.82k stars 221 forks source link

ERROR: FileNotFoundError: [Errno 2] No such file or directory: 'DATAROOT/scannet/scannetv2_train.txt' #6

Closed borishanzju closed 4 years ago

borishanzju commented 4 years ago

I have downloaded the scannet dataset and imported it into the scannet folder, but there is no train.txt file in the downloaded dataset.

zmurez-ml commented 4 years ago

You also need to download the train/val/test splits and the label mapping from https://github.com/ScanNet/ScanNet (Benchmark Tasks). I have updated the readme to include this. Thank you for pointing this out.