Často kladené otázky

Zpracování dat

Mohu zpracovat dva nebo více ortofotografických souborů GeoTIFF a spojit je dohromady?

Ne. ODM je fotogrammetrický postup a ortofotomapy neobsahují potřebné informace o fotoaparátu, protože snímky již byly ortorektifikovány. K tomu můžete použít jiný program, například Hugin.

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.

Licencování

Chci vytvořit komerční aplikaci, která zahrnuje ODM. Potřebuji komerční licenci?

ODM je svobodný software s otevřeným zdrojovým kódem vydaný pod licencí AGPLv3. Můžete s ním svobodně vytvářet a prodávat aplikace, jen se ujistěte, že splňujete požadavky licence, zejména požadavek na zveřejnění zdrojového kódu.

Existují kromě licence AGPLv3 i jiné možnosti licencování?

Ne, litujeme!

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.

Naučte se upravovat a pomozte zlepšit tuto stránku!