magicleap / Atlas

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

How to get tsdf value of scannet dataset #32

Closed qiaogh97 closed 3 years ago

qiaogh97 commented 3 years ago

Hi, I see this code about loading .npz file of tsdf value. But I don't know how to get this .npz file. Can you tell me more details about this files?

fuy34 commented 3 years ago

This npz is generated by prepare_data.py

qiaogh97 commented 3 years ago

Thank you, I didn't notice that before.