PONI
PONI copied to clipboard
create sementic maps
https://github.com/srama2512/PONI/blob/30682c2bdcd820eec8f72043b2579eb045d547bf/scripts/create_semantic_maps.py#L190-L196
could you plz explain why you change the vertex order in semantic.ply file to [x z -y] for all objects?
The coordinate convention from the PLY file does not match habitat's. This transformation will convert it to habitat's format.
I see, since I am converting the obj file generated by 3D scene graph annotations, I found out that the vertex position is different between semantic.ply and .obj file (from 3D scene graph), do you know why? But the visualization of .ply and .obj looks same. Besides, could you let me know where is the definition of habitat's format. Thanks!!!