HorizonNet
HorizonNet copied to clipboard
Need output as .gltf format
Hey, Is there anyway to get output as .gltf file so I can load the model in other program.
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.