Up and Running with WebODM

Опубликовано: 07 Февраль 2026
на канале: Jeremy Maurer
4,590
29

WebODM (https://opendronemap.org/webodm/) is an open-source software for photogrammetry processing with UAV imagery. In this video, Dr. J introduces how to start using the free version of WebODM to process photos using photogrammetry.

For instructions on installing WebODM the free way, check out https://github.com/OpenDroneMap/WebOD...


One additional note is that on some versions of Windows using WSL2, you may need to go through a few extra steps (try this if you can't get WebODM to work, and you are running WSL2 on windows 11).
1. Create an plain text file and rename it “.wslconfig” in your User Profile folder.
2. Right click on the file you just made, “open with” a plain text editor like Notepad. Add the following:

[wsl2]
memory=8GB
processors=2

You can adjust the memory allocation and number of processors as needed.
3. Save the file, then open PowerShell and type “wsl --shutdown” hit enter.
Now you should be able to re-open Docker and have it work!