art-programmer/FloorNet

How can I got a 3D model of the indoor space by a tango phone?

Arnoldnuo opened this issue · 1 comments

你们是如何通过tango手机获取室内三维建模的obj文件的?

在你们的代码中处理的是室内空间的三维模型,请问我如何才能获取我们的房间的三维模型呢?tango手机里带有扫描三维模型,并生成Obj文件的应用吗?同时metadata.t7也是tango手机生成的吗?

Your codes handle a 3D model of the interior space. How can I get a 3D model of our room? Does the tango phone have an application for scanning 3D models and generating Obj files? At the same time, metadata.t7 is also generated by the tango phone?

We used an app called Constructor on Tango phone to get the .obj file. The metadata.t7 is generated by during annotation. Please refer to issue #8 for details. You can find code for a similar annotator here.