HorizonNet icon indicating copy to clipboard operation
HorizonNet copied to clipboard

Need output as .gltf format

Open PriteshGujarati opened this issue 4 years ago • 1 comments

Hey, Is there anyway to get output as .gltf file so I can load the model in other program.

PriteshGujarati avatar Mar 16 '21 12:03 PriteshGujarati

The layout_viewer.py is able to convert layout txt to ply.
Example:

python layout_viewer.py --img YOUR_EQUIRECT_IMG.png --layout LAYOUT.txt --ignore_ceiling --out LAYOUT.ply

There may be some tools can convert the mesh stored in ply to the format you want.
Good luck.

sunset1995 avatar Mar 16 '21 13:03 sunset1995