Update documentation

gh-pages
GitHub Action 2022-07-05 18:05:49 +00:00
rodzic bf48fd3e78
commit 4f9d27e113
61 zmienionych plików z 344 dodań i 216 usunięć

Wyświetl plik

@ -25,19 +25,26 @@ Are there other licensing options aside from the AGPLv3?
Nope, sorry!
`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/faq.rst>`_!
*********
*************
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. If you are using Windows with Docker+WSL2, (https://docs.docker.com/desktop/windows/wsl/) you can add two rows in your .wslconfig file so that Docker will use a swapfile:
"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
Full documentation: https://docs.microsoft.com/en-us/windows/wsl/wsl-config
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.
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.
- If you are using Windows with `Docker+WSL2 <https://docs.docker.com/desktop/windows/wsl/>`_ you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on `Advanced settings configuration in WSL <https://docs.microsoft.com/en-us/windows/wsl/wsl-config>`_.
.. code::
"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.
`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/faq.rst>`_!

Wyświetl plik

@ -308,12 +308,16 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:latest
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:gpu
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image
===========================

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -25,19 +25,26 @@ Are there other licensing options aside from the AGPLv3?
Nope, sorry!
`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/faq.rst>`_!
*********
*************
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. If you are using Windows with Docker+WSL2, (https://docs.docker.com/desktop/windows/wsl/) you can add two rows in your .wslconfig file so that Docker will use a swapfile:
"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
Full documentation: https://docs.microsoft.com/en-us/windows/wsl/wsl-config
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.
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.
- If you are using Windows with `Docker+WSL2 <https://docs.docker.com/desktop/windows/wsl/>`_ you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on `Advanced settings configuration in WSL <https://docs.microsoft.com/en-us/windows/wsl/wsl-config>`_.
.. code::
"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.
`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/faq.rst>`_!

Wyświetl plik

@ -308,12 +308,16 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:latest
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:gpu
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image
===========================

Wyświetl plik

@ -416,7 +416,6 @@
<section id="are-there-other-licensing-options-aside-from-the-agplv3">
<h3>Are there other licensing options aside from the AGPLv3?<a class="headerlink" href="#are-there-other-licensing-options-aside-from-the-agplv3" title="Permalink to this headline"></a></h3>
<p>Nope, sorry!</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
<section id="memory-issues">
@ -426,15 +425,21 @@
<ol class="arabic simple">
<li><p>First you can buy more RAM, this is the ultimate and final solution.</p></li>
<li><p>Alternatively you can resize the images when uploading and/or tweak your quality settings.</p></li>
<li><p>If you are using Windows with Docker+WSL2, (<a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">https://docs.docker.com/desktop/windows/wsl/</a>) you can add two rows in your .wslconfig file so that Docker will use a swapfile:</p></li>
<li><p>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.</p></li>
</ol>
<blockquote>
<div><p>&quot;swap=128GB&quot; # you will need 128GB of disk space of course
&quot;swapfile=C:\temp\wsl-swap.vhdx&quot; # this is where the swap file will be stored</p>
<div><ul class="simple">
<li><p>If you are using Windows with <a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">Docker+WSL2</a> you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">Advanced settings configuration in WSL</a>.</p></li>
</ul>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;swap=128GB&quot;</span> <span class="c1"># you will need 128GB of disk space of course</span>
<span class="s2">&quot;swapfile=C:</span><span class="se">\\</span><span class="s2">temp</span><span class="se">\\</span><span class="s2">wsl-swap.vhdx&quot;</span> <span class="c1"># this is where the swap file will be stored</span>
</pre></div>
</div>
<ul class="simple">
<li><p>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.</p></li>
</ul>
</div></blockquote>
<p>Full documentation: <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">https://docs.microsoft.com/en-us/windows/wsl/wsl-config</a>
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
</section>

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -630,11 +630,11 @@ A container is a single file without anything else to install</p>
<h3>Downloading image<a class="headerlink" href="#downloading-image" title="Permalink to this headline"></a></h3>
<p>Singularity can use ODM Docker container after their download. It creates .sif images</p>
<p>For latest ODM Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">latest</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:latest
</pre></div>
</div>
<p>For latest ODM GPU Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">gpu</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:gpu
</pre></div>
</div>
</section>

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -25,19 +25,26 @@ Are there other licensing options aside from the AGPLv3?
Nope, sorry!
`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/faq.rst>`_!
*********
*************
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. If you are using Windows with Docker+WSL2, (https://docs.docker.com/desktop/windows/wsl/) you can add two rows in your .wslconfig file so that Docker will use a swapfile:
"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
Full documentation: https://docs.microsoft.com/en-us/windows/wsl/wsl-config
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.
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.
- If you are using Windows with `Docker+WSL2 <https://docs.docker.com/desktop/windows/wsl/>`_ you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on `Advanced settings configuration in WSL <https://docs.microsoft.com/en-us/windows/wsl/wsl-config>`_.
.. code::
"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.
`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/faq.rst>`_!

Wyświetl plik

@ -308,12 +308,16 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:latest
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:gpu
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image
===========================

Wyświetl plik

@ -416,7 +416,6 @@
<section id="are-there-other-licensing-options-aside-from-the-agplv3">
<h3>¿Existen otras opciones de licencia además de AGPLv3?<a class="headerlink" href="#are-there-other-licensing-options-aside-from-the-agplv3" title="Enlazar permanentemente con este título"></a></h3>
<p>¡No, lo siento!</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Aprende a editar</a> y ayuda a mejorar <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">esta página</a>!</p>
</section>
</section>
<section id="memory-issues">
@ -426,15 +425,21 @@
<ol class="arabic simple">
<li><p>First you can buy more RAM, this is the ultimate and final solution.</p></li>
<li><p>Alternatively you can resize the images when uploading and/or tweak your quality settings.</p></li>
<li><p>If you are using Windows with Docker+WSL2, (<a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">https://docs.docker.com/desktop/windows/wsl/</a>) you can add two rows in your .wslconfig file so that Docker will use a swapfile:</p></li>
<li><p>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.</p></li>
</ol>
<blockquote>
<div><p>«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</p>
<div><ul class="simple">
<li><p>If you are using Windows with <a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">Docker+WSL2</a> you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">Advanced settings configuration in WSL</a>.</p></li>
</ul>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;swap=128GB&quot;</span> <span class="c1"># you will need 128GB of disk space of course</span>
<span class="s2">&quot;swapfile=C:</span><span class="se">\\</span><span class="s2">temp</span><span class="se">\\</span><span class="s2">wsl-swap.vhdx&quot;</span> <span class="c1"># this is where the swap file will be stored</span>
</pre></div>
</div>
<ul class="simple">
<li><p>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.</p></li>
</ul>
</div></blockquote>
<p>Full documentation: <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">https://docs.microsoft.com/en-us/windows/wsl/wsl-config</a>
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Aprende a editar</a> y ayuda a mejorar <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">esta página</a>!</p>
</section>
</section>
</section>

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -624,11 +624,11 @@ A container is a single file without anything else to install</p>
<h3>Downloading image<a class="headerlink" href="#downloading-image" title="Enlazar permanentemente con este título"></a></h3>
<p>Singularity can use ODM Docker container after their download. It creates .sif images</p>
<p>For latest ODM Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">latest</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:latest
</pre></div>
</div>
<p>For latest ODM GPU Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">gpu</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:gpu
</pre></div>
</div>
</section>

Wyświetl plik

@ -415,7 +415,6 @@
<section id="are-there-other-licensing-options-aside-from-the-agplv3">
<h3>Are there other licensing options aside from the AGPLv3?<a class="headerlink" href="#are-there-other-licensing-options-aside-from-the-agplv3" title="Permalink to this headline"></a></h3>
<p>Nope, sorry!</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
<section id="memory-issues">
@ -425,15 +424,21 @@
<ol class="arabic simple">
<li><p>First you can buy more RAM, this is the ultimate and final solution.</p></li>
<li><p>Alternatively you can resize the images when uploading and/or tweak your quality settings.</p></li>
<li><p>If you are using Windows with Docker+WSL2, (<a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">https://docs.docker.com/desktop/windows/wsl/</a>) you can add two rows in your .wslconfig file so that Docker will use a swapfile:</p></li>
<li><p>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.</p></li>
</ol>
<blockquote>
<div><p>“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</p>
<div><ul class="simple">
<li><p>If you are using Windows with <a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">Docker+WSL2</a> you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">Advanced settings configuration in WSL</a>.</p></li>
</ul>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;swap=128GB&quot;</span> <span class="c1"># you will need 128GB of disk space of course</span>
<span class="s2">&quot;swapfile=C:</span><span class="se">\\</span><span class="s2">temp</span><span class="se">\\</span><span class="s2">wsl-swap.vhdx&quot;</span> <span class="c1"># this is where the swap file will be stored</span>
</pre></div>
</div>
<ul class="simple">
<li><p>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.</p></li>
</ul>
</div></blockquote>
<p>Full documentation: <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">https://docs.microsoft.com/en-us/windows/wsl/wsl-config</a>
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
</section>

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -25,19 +25,26 @@ Are there other licensing options aside from the AGPLv3?
Nope, sorry!
`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/faq.rst>`_!
*********
*************
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. If you are using Windows with Docker+WSL2, (https://docs.docker.com/desktop/windows/wsl/) you can add two rows in your .wslconfig file so that Docker will use a swapfile:
"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
Full documentation: https://docs.microsoft.com/en-us/windows/wsl/wsl-config
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.
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.
- If you are using Windows with `Docker+WSL2 <https://docs.docker.com/desktop/windows/wsl/>`_ you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on `Advanced settings configuration in WSL <https://docs.microsoft.com/en-us/windows/wsl/wsl-config>`_.
.. code::
"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.
`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/faq.rst>`_!

Wyświetl plik

@ -308,12 +308,16 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:latest
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:gpu
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image
===========================

Wyświetl plik

@ -415,7 +415,6 @@
<section id="are-there-other-licensing-options-aside-from-the-agplv3">
<h3>Are there other licensing options aside from the AGPLv3?<a class="headerlink" href="#are-there-other-licensing-options-aside-from-the-agplv3" title="Permalink to this headline"></a></h3>
<p>Nope, sorry!</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
<section id="memory-issues">
@ -425,15 +424,21 @@
<ol class="arabic simple">
<li><p>First you can buy more RAM, this is the ultimate and final solution.</p></li>
<li><p>Alternatively you can resize the images when uploading and/or tweak your quality settings.</p></li>
<li><p>If you are using Windows with Docker+WSL2, (<a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">https://docs.docker.com/desktop/windows/wsl/</a>) you can add two rows in your .wslconfig file so that Docker will use a swapfile:</p></li>
<li><p>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.</p></li>
</ol>
<blockquote>
<div><p>&quot;swap=128GB&quot; # you will need 128GB of disk space of course
&quot;swapfile=C:\temp\wsl-swap.vhdx&quot; # this is where the swap file will be stored</p>
<div><ul class="simple">
<li><p>If you are using Windows with <a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">Docker+WSL2</a> you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">Advanced settings configuration in WSL</a>.</p></li>
</ul>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;swap=128GB&quot;</span> <span class="c1"># you will need 128GB of disk space of course</span>
<span class="s2">&quot;swapfile=C:</span><span class="se">\\</span><span class="s2">temp</span><span class="se">\\</span><span class="s2">wsl-swap.vhdx&quot;</span> <span class="c1"># this is where the swap file will be stored</span>
</pre></div>
</div>
<ul class="simple">
<li><p>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.</p></li>
</ul>
</div></blockquote>
<p>Full documentation: <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">https://docs.microsoft.com/en-us/windows/wsl/wsl-config</a>
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
</section>

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -629,11 +629,11 @@ A container is a single file without anything else to install</p>
<h3>Downloading image<a class="headerlink" href="#downloading-image" title="Permalink to this headline"></a></h3>
<p>Singularity can use ODM Docker container after their download. It creates .sif images</p>
<p>For latest ODM Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">latest</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:latest
</pre></div>
</div>
<p>For latest ODM GPU Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">gpu</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:gpu
</pre></div>
</div>
</section>

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -25,19 +25,26 @@ Are there other licensing options aside from the AGPLv3?
Nope, sorry!
`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/faq.rst>`_!
*********
*************
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. If you are using Windows with Docker+WSL2, (https://docs.docker.com/desktop/windows/wsl/) you can add two rows in your .wslconfig file so that Docker will use a swapfile:
"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
Full documentation: https://docs.microsoft.com/en-us/windows/wsl/wsl-config
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.
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.
- If you are using Windows with `Docker+WSL2 <https://docs.docker.com/desktop/windows/wsl/>`_ you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on `Advanced settings configuration in WSL <https://docs.microsoft.com/en-us/windows/wsl/wsl-config>`_.
.. code::
"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.
`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/faq.rst>`_!

Wyświetl plik

@ -308,12 +308,16 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:latest
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:gpu
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image
===========================

Wyświetl plik

@ -416,7 +416,6 @@
<section id="are-there-other-licensing-options-aside-from-the-agplv3">
<h3>Are there other licensing options aside from the AGPLv3?<a class="headerlink" href="#are-there-other-licensing-options-aside-from-the-agplv3" title="Lien permanent vers ce titre"></a></h3>
<p>Nope, sorry!</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
<section id="memory-issues">
@ -426,15 +425,21 @@
<ol class="arabic simple">
<li><p>First you can buy more RAM, this is the ultimate and final solution.</p></li>
<li><p>Alternatively you can resize the images when uploading and/or tweak your quality settings.</p></li>
<li><p>If you are using Windows with Docker+WSL2, (<a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">https://docs.docker.com/desktop/windows/wsl/</a>) you can add two rows in your .wslconfig file so that Docker will use a swapfile:</p></li>
<li><p>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.</p></li>
</ol>
<blockquote>
<div><p>« 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</p>
<div><ul class="simple">
<li><p>If you are using Windows with <a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">Docker+WSL2</a> you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">Advanced settings configuration in WSL</a>.</p></li>
</ul>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;swap=128GB&quot;</span> <span class="c1"># you will need 128GB of disk space of course</span>
<span class="s2">&quot;swapfile=C:</span><span class="se">\\</span><span class="s2">temp</span><span class="se">\\</span><span class="s2">wsl-swap.vhdx&quot;</span> <span class="c1"># this is where the swap file will be stored</span>
</pre></div>
</div>
<ul class="simple">
<li><p>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.</p></li>
</ul>
</div></blockquote>
<p>Full documentation: <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">https://docs.microsoft.com/en-us/windows/wsl/wsl-config</a>
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
</section>

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -630,11 +630,11 @@ A container is a single file without anything else to install</p>
<h3>Downloading image<a class="headerlink" href="#downloading-image" title="Lien permanent vers ce titre"></a></h3>
<p>Singularity can use ODM Docker container after their download. It creates .sif images</p>
<p>For latest ODM Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">latest</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:latest
</pre></div>
</div>
<p>For latest ODM GPU Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">gpu</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:gpu
</pre></div>
</div>
</section>

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -25,19 +25,26 @@ Are there other licensing options aside from the AGPLv3?
Nope, sorry!
`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/faq.rst>`_!
*********
*************
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. If you are using Windows with Docker+WSL2, (https://docs.docker.com/desktop/windows/wsl/) you can add two rows in your .wslconfig file so that Docker will use a swapfile:
"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
Full documentation: https://docs.microsoft.com/en-us/windows/wsl/wsl-config
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.
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.
- If you are using Windows with `Docker+WSL2 <https://docs.docker.com/desktop/windows/wsl/>`_ you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on `Advanced settings configuration in WSL <https://docs.microsoft.com/en-us/windows/wsl/wsl-config>`_.
.. code::
"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.
`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/faq.rst>`_!

Wyświetl plik

@ -308,12 +308,16 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:latest
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:gpu
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image
===========================

Wyświetl plik

@ -416,7 +416,6 @@
<section id="are-there-other-licensing-options-aside-from-the-agplv3">
<h3>Are there other licensing options aside from the AGPLv3?<a class="headerlink" href="#are-there-other-licensing-options-aside-from-the-agplv3" title="Link permanen untuk headline ini"></a></h3>
<p>Nope, sorry!</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
<section id="memory-issues">
@ -426,15 +425,21 @@
<ol class="arabic simple">
<li><p>First you can buy more RAM, this is the ultimate and final solution.</p></li>
<li><p>Alternatively you can resize the images when uploading and/or tweak your quality settings.</p></li>
<li><p>If you are using Windows with Docker+WSL2, (<a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">https://docs.docker.com/desktop/windows/wsl/</a>) you can add two rows in your .wslconfig file so that Docker will use a swapfile:</p></li>
<li><p>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.</p></li>
</ol>
<blockquote>
<div><p>&quot;swap=128GB&quot; # you will need 128GB of disk space of course
&quot;swapfile=C:\temp\wsl-swap.vhdx&quot; # this is where the swap file will be stored</p>
<div><ul class="simple">
<li><p>If you are using Windows with <a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">Docker+WSL2</a> you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">Advanced settings configuration in WSL</a>.</p></li>
</ul>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;swap=128GB&quot;</span> <span class="c1"># you will need 128GB of disk space of course</span>
<span class="s2">&quot;swapfile=C:</span><span class="se">\\</span><span class="s2">temp</span><span class="se">\\</span><span class="s2">wsl-swap.vhdx&quot;</span> <span class="c1"># this is where the swap file will be stored</span>
</pre></div>
</div>
<ul class="simple">
<li><p>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.</p></li>
</ul>
</div></blockquote>
<p>Full documentation: <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">https://docs.microsoft.com/en-us/windows/wsl/wsl-config</a>
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
</section>

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -630,11 +630,11 @@ A container is a single file without anything else to install</p>
<h3>Downloading image<a class="headerlink" href="#downloading-image" title="Link permanen untuk headline ini"></a></h3>
<p>Singularity can use ODM Docker container after their download. It creates .sif images</p>
<p>For latest ODM Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">latest</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:latest
</pre></div>
</div>
<p>For latest ODM GPU Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">gpu</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:gpu
</pre></div>
</div>
</section>

File diff suppressed because one or more lines are too long

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -25,19 +25,26 @@ Are there other licensing options aside from the AGPLv3?
Nope, sorry!
`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/faq.rst>`_!
*********
*************
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. If you are using Windows with Docker+WSL2, (https://docs.docker.com/desktop/windows/wsl/) you can add two rows in your .wslconfig file so that Docker will use a swapfile:
"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
Full documentation: https://docs.microsoft.com/en-us/windows/wsl/wsl-config
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.
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.
- If you are using Windows with `Docker+WSL2 <https://docs.docker.com/desktop/windows/wsl/>`_ you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on `Advanced settings configuration in WSL <https://docs.microsoft.com/en-us/windows/wsl/wsl-config>`_.
.. code::
"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.
`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/faq.rst>`_!

Wyświetl plik

@ -308,12 +308,16 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:latest
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:gpu
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image
===========================

Wyświetl plik

@ -415,7 +415,6 @@
<section id="are-there-other-licensing-options-aside-from-the-agplv3">
<h3>Are there other licensing options aside from the AGPLv3?<a class="headerlink" href="#are-there-other-licensing-options-aside-from-the-agplv3" title="Permalink to this headline"></a></h3>
<p>Nope, sorry!</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
<section id="memory-issues">
@ -425,15 +424,21 @@
<ol class="arabic simple">
<li><p>First you can buy more RAM, this is the ultimate and final solution.</p></li>
<li><p>Alternatively you can resize the images when uploading and/or tweak your quality settings.</p></li>
<li><p>If you are using Windows with Docker+WSL2, (<a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">https://docs.docker.com/desktop/windows/wsl/</a>) you can add two rows in your .wslconfig file so that Docker will use a swapfile:</p></li>
<li><p>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.</p></li>
</ol>
<blockquote>
<div><p>&quot;swap=128GB&quot; # you will need 128GB of disk space of course
&quot;swapfile=C:\temp\wsl-swap.vhdx&quot; # this is where the swap file will be stored</p>
<div><ul class="simple">
<li><p>If you are using Windows with <a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">Docker+WSL2</a> you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">Advanced settings configuration in WSL</a>.</p></li>
</ul>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;swap=128GB&quot;</span> <span class="c1"># you will need 128GB of disk space of course</span>
<span class="s2">&quot;swapfile=C:</span><span class="se">\\</span><span class="s2">temp</span><span class="se">\\</span><span class="s2">wsl-swap.vhdx&quot;</span> <span class="c1"># this is where the swap file will be stored</span>
</pre></div>
</div>
<ul class="simple">
<li><p>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.</p></li>
</ul>
</div></blockquote>
<p>Full documentation: <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">https://docs.microsoft.com/en-us/windows/wsl/wsl-config</a>
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
</section>

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -629,11 +629,11 @@ A container is a single file without anything else to install</p>
<h3>Downloading image<a class="headerlink" href="#downloading-image" title="Permalink to this headline"></a></h3>
<p>Singularity can use ODM Docker container after their download. It creates .sif images</p>
<p>For latest ODM Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">latest</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:latest
</pre></div>
</div>
<p>For latest ODM GPU Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">gpu</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:gpu
</pre></div>
</div>
</section>

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -25,19 +25,26 @@ Are there other licensing options aside from the AGPLv3?
Nope, sorry!
`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/faq.rst>`_!
*********
*************
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. If you are using Windows with Docker+WSL2, (https://docs.docker.com/desktop/windows/wsl/) you can add two rows in your .wslconfig file so that Docker will use a swapfile:
"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
Full documentation: https://docs.microsoft.com/en-us/windows/wsl/wsl-config
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.
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.
- If you are using Windows with `Docker+WSL2 <https://docs.docker.com/desktop/windows/wsl/>`_ you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on `Advanced settings configuration in WSL <https://docs.microsoft.com/en-us/windows/wsl/wsl-config>`_.
.. code::
"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.
`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/faq.rst>`_!

Wyświetl plik

@ -308,12 +308,16 @@ Downloading image
Singularity can use ODM Docker container after their download. It creates .sif images
For latest ODM Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:latest
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:latest
For latest ODM GPU Docker image
::
> singularity pull --disable-cache docker://opendronemap/odm:gpu
.. code:: bash
> singularity pull --disable-cache docker://opendronemap/odm:gpu
Using Singularity SIF image
===========================

Wyświetl plik

@ -416,7 +416,6 @@
<section id="are-there-other-licensing-options-aside-from-the-agplv3">
<h3>Are there other licensing options aside from the AGPLv3?<a class="headerlink" href="#are-there-other-licensing-options-aside-from-the-agplv3" title="Permalink to this headline"></a></h3>
<p>Nope, sorry!</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
<section id="memory-issues">
@ -426,15 +425,21 @@
<ol class="arabic simple">
<li><p>First you can buy more RAM, this is the ultimate and final solution.</p></li>
<li><p>Alternatively you can resize the images when uploading and/or tweak your quality settings.</p></li>
<li><p>If you are using Windows with Docker+WSL2, (<a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">https://docs.docker.com/desktop/windows/wsl/</a>) you can add two rows in your .wslconfig file so that Docker will use a swapfile:</p></li>
<li><p>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.</p></li>
</ol>
<blockquote>
<div><p>&quot;swap=128GB&quot; # you will need 128GB of disk space of course
&quot;swapfile=C:\temp\wsl-swap.vhdx&quot; # this is where the swap file will be stored</p>
<div><ul class="simple">
<li><p>If you are using Windows with <a class="reference external" href="https://docs.docker.com/desktop/windows/wsl/">Docker+WSL2</a> you can add two rows in your .wslconfig file so that Docker will use a swapfile. See also the full Microsoft documentation on <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">Advanced settings configuration in WSL</a>.</p></li>
</ul>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;swap=128GB&quot;</span> <span class="c1"># you will need 128GB of disk space of course</span>
<span class="s2">&quot;swapfile=C:</span><span class="se">\\</span><span class="s2">temp</span><span class="se">\\</span><span class="s2">wsl-swap.vhdx&quot;</span> <span class="c1"># this is where the swap file will be stored</span>
</pre></div>
</div>
<ul class="simple">
<li><p>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.</p></li>
</ul>
</div></blockquote>
<p>Full documentation: <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/wsl-config">https://docs.microsoft.com/en-us/windows/wsl/wsl-config</a>
4. In Linux you can do the same as 3. adding 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.
In both cases you will need preferably a fast SSD or an NVME drive, and the computing process will be still a LOT slower.</p>
<p><a class="reference external" href="https://github.com/opendronemap/docs#how-to-make-your-first-contribution">Learn to edit</a> and help improve <a class="reference external" href="https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst">this page</a>!</p>
</section>
</section>
</section>

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -630,11 +630,11 @@ A container is a single file without anything else to install</p>
<h3>Downloading image<a class="headerlink" href="#downloading-image" title="Permalink to this headline"></a></h3>
<p>Singularity can use ODM Docker container after their download. It creates .sif images</p>
<p>For latest ODM Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">latest</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:latest
</pre></div>
</div>
<p>For latest ODM GPU Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">gpu</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:gpu
</pre></div>
</div>
</section>

Wyświetl plik

@ -629,11 +629,11 @@ A container is a single file without anything else to install</p>
<h3>Downloading image<a class="headerlink" href="#downloading-image" title="Permalink to this headline"></a></h3>
<p>Singularity can use ODM Docker container after their download. It creates .sif images</p>
<p>For latest ODM Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">latest</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:latest
</pre></div>
</div>
<p>For latest ODM GPU Docker image</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;</span> <span class="n">singularity</span> <span class="n">pull</span> <span class="o">--</span><span class="n">disable</span><span class="o">-</span><span class="n">cache</span> <span class="n">docker</span><span class="p">:</span><span class="o">//</span><span class="n">opendronemap</span><span class="o">/</span><span class="n">odm</span><span class="p">:</span><span class="n">gpu</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>&gt; singularity pull --disable-cache docker://opendronemap/odm:gpu
</pre></div>
</div>
</section>