You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/contributing.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ if somebody knocked on your door and asked you to "stop reading this page right
21
21
*your* suggestion can benefit others can also help. If the feature benefits you exclusively, it might be harder to convince others to do the work for you.
22
22
23
23
A feature request can be submitted as issues on the applicable Github repository (e.g.,
24
-
`WebODM <https://github.com/OpenDroneMap/WebODM/issues>`_ or `ODM <https://github.com/OpenDroneMap/ODM/issues>`_
Copy file name to clipboardExpand all lines: source/faq.rst
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ For Users
60
60
The following resources are a good place to start:
61
61
62
62
* `README page for ODM <https://github.com/OpenDroneMap/OpenDroneMap>`_
63
-
* `README page for WebODM <https://github.com/OpenDroneMap/WebODM>`_
64
63
* `README page for NodeODM <https://github.com/OpenDroneMap/node-OpenDroneMap>`_
65
64
* `Ground Control Points Format Specification <https://github.com/mapillary/OpenSfM/blob/master/doc/source/gcp.rst>`_
66
65
* `OpenDroneMap: The Missing Guide <https://odmbook.com/>`_
@@ -70,7 +69,6 @@ For Developers
70
69
71
70
In addition to user resources, we recommend to also read the following:
72
71
73
-
* WebODM documentation: https://docs.webodm.org
74
72
* NodeODM API specification: https://github.com/OpenDroneMap/NodeODM/blob/master/docs/index.adoc
75
73
* Overview of the ODM pipeline: http://community.opendronemap.org/t/where-can-i-find-background-information-on-the-concepts-of-odm/665/2
76
74
* We keep a `section in our forum dedicated to research papers <https://community.opendronemap.org/c/learning/research-papers/12>`_. This is a valuable place where to read more about state of the art research related to structure from motion, multi-view stereo, meshing, texturing, etc. which can be used to improve the software.
Copy file name to clipboardExpand all lines: source/large.rst
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Starting with ODM version ``0.6.0`` you can split up very large datasets into ma
7
7
8
8
Why might you use the split-merge pipeline? If you have a very large number of images in your dataset, split-merge will help make the processing more manageable on a large machine (it will require less memory). If you have many machines all connected to the same network you can also process the submodels in parallel, thus allowing for horizontal scaling and processing thousands of images more quickly.
9
9
10
-
Split-merge works in WebODM out of the box as long as the processing nodes support split-merge, by enabling the ``--split`` option when creating a new task.
Using Potree 3D viewer module on OpenDroneMap Desktop
61
61
***************************************
62
62
63
63
Cameras
@@ -362,7 +362,7 @@ For further information on the use of GCPs, please refer to the `Ground Control
362
362
Processing parameters
363
363
======================
364
364
365
-
A highly accurate model can be achieved using WebODM high resolution predefined settings. Then you can further adjust some parameters as necessary.
365
+
A highly accurate model can be achieved using OpenDroneMap Desktop high resolution predefined settings. Then you can further adjust some parameters as necessary.
366
366
367
367
368
368
If using ODM, these this reference values can help you configure the process settings.
@@ -386,7 +386,7 @@ As almost 50% of the material will be found in the first 20% of the stockpile he
386
386
:alt:almost 50% of the material will be found in the first 20% of the stockpile height
387
387
:align:center
388
388
389
-
In WebODM Dashboard, clic on "view map" to start a 2D view of your project.
389
+
In OpenDroneMap Desktop Dashboard, clic on "view map" to start a 2D view of your project.
390
390
391
391
Once in the 2D map view, clic on the "Measure volume, area and length" button.
392
392
@@ -643,7 +643,7 @@ Install
643
643
Ubuntu 18.04.
644
644
645
645
- Download and install ODM on it from the `ODM
646
-
Github <https://github.com/OpenDroneMap/ODM>`__ (regular, not WebODM)
646
+
Github <https://github.com/OpenDroneMap/ODM>`__
647
647
with the following commands:
648
648
649
649
::
@@ -1157,7 +1157,7 @@ Next we can rebuild Ceres.
1157
1157
[100%] Completed 'ceres'
1158
1158
[100%] Built target ceres
1159
1159
1160
-
Success! Now we can either run ODM directly inside this container, use the NodeODM interface to process data, or connect in with WebODM for additional testing.
1160
+
Success! Now we can either run ODM directly inside this container, use the NodeODM interface to process data, or connect in with OpenDroneMap Desktop for additional testing.
1161
1161
1162
1162
1163
1163
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/tutorials.rst>`_!
0 commit comments