Preguntas frecuentes

Procesamiento de datos

¿Puedo procesar dos o más ortofotos GeoTIFFs para unirlos?

No. ODM es una tubería fotogramétrica y las ortofotos no tienen la información de cámara necesaria ya que las imágenes ya han sido ortorrectificadas. Puede usar otro programa como`Hugin <http://hugin.sourceforge.net/>`_ para hacer eso.

The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?

Yes. The software tries to use all available resources, when possible, but not always. It’s normal to see 10-15% CPU utilization at several moments during processing and 0% GPU utilization for lots of times.

If I use the native version of the software, how can I allocate more resources for processing?

No need; the native (non-docker) version of the software already uses all available resources.

Licenciamiento

Quiero crear una aplicación comercial que incluya ODM. ¿Necesito una licencia comercial?

ODM es un software gratuito y de código abierto, publicado bajo AGPLv3. Tiene la libertad de crear y vender aplicaciones con él, solo asegúrese de cumplir con los requisitos de la licencia, en particular, el requisito de divulgar la fuente.

¿Existen otras opciones de licencia además de AGPLv3?

¡No, lo siento!

Memory issues

Your computer is running out of memory, what can you do?

  1. First you can buy more RAM, this is the ultimate and final solution.

  2. Alternatively you can resize the images when uploading and/or tweak your quality settings.

  3. Configure a swapfile. In both Windows and Linux you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.

"swap=128GB" # you will need 128GB of disk space of course
"swapfile=C:\\temp\\wsl-swap.vhdx" # this is where the swap file will be stored
  • In Linux you can add a swap file or a partition dedicated to swap. For more information, please consult your search engine of choice as there are a lot of different distributions and methods to add swap.

Aprende a editar y ayuda a mejorar esta página!