Description
Hey Everyone!
I have started using ODM recently on Ubuntu 22 and the docker is working fine and the code is also working fine.
The issue I am facing is I am unable to get the saved DEM, ODM and orthophoto files. It is shown in the repository that I can get it in below mentioned format.
|-- images/
|-- img-1234.jpg
|-- ...
|-- opensfm/
|-- see mapillary/opensfm repository for more info
|-- odm_meshing/
|-- odm_mesh.ply # A 3D mesh
|-- odm_texturing/
|-- odm_textured_model.obj # Textured mesh
|-- odm_textured_model_geo.obj # Georeferenced textured mesh
|-- odm_georeferencing/
|-- odm_georeferenced_model.laz # LAZ format point cloud
|-- odm_orthophoto/
|-- odm_orthophoto.tif # Orthophoto GeoTiff
But I am unable to get it.
Can you please help me in this?