Skip to content

Commit

Permalink
add note on iterations to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
gengshan-y committed Jul 3, 2024
1 parent d901fb9 commit a83cbc7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ run-long.sh
lab4d.egg-info
__pycache__/
*.pth
*.ckpt

preprocess/third_party/vcnplus/vcn_rob.pth
preprocess/third_party/viewpoint/human.pth
Expand Down
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "Lab4D"
copyright = (
"2023, Gengshan Yang, Jeff Tan, Alex Lyons, Neehar Peri, Carnegie Mellon University"
)
copyright = "2023, Gengshan Yang, Jeff Tan, Alex Lyons, Neehar Peri, Deva Ramanan, Carnegie Mellon University"
release = "0.0.0"

# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions docs/source/tutorials/arbitrary_video.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,8 @@ To export meshes and motion parameters, run::
</model-viewer>
</div>

.. note::

The default setting may produce broken meshes. To get better one as shown above, train for more iterations by adding `--num_rounds 120`. Also see `this <https://github.com/lab4d-org/lab4d/issues/46#issuecomment-2206518886>`_ for an explanation.

Visit other `tutorials </lab4d/tutorials/#content>`_.
3 changes: 3 additions & 0 deletions docs/source/tutorials/category_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ To export meshes and motion parameters of video 0, run::
</model-viewer>
</div>

.. note::

The default setting may produce broken meshes. To get better one as shown above, train for more iterations by adding `--num_rounds 120`. Also see `this <https://github.com/lab4d-org/lab4d/issues/46#issuecomment-2206518886>`_ for an explanation.

Re-animation
----------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The tutorials introduce a complete workflow of Lab4D. We'll use the method and d
Each of the tutorial can be executed in a couple of ways:

- **Custom videos**: This option allows you to train a model on your own videos.
- **Preprocessed data**: This option skips the preprocessing step and train models on the `preprocessed data </lab4d/data_models.html>`_ we provide.
- **Render-only**: This option skips model training and allows you to render the `pre-trained model weights </lab4d/data_models.html>`_ we provide.
- **Preprocessed data**: This option skips the preprocessing step and train models on the `preprocessed data </lab4d/data_models.html>`_ we provided.
- **Render-only**: This option skips model training and allows you to render the `pre-trained model weights </lab4d/data_models.html>`_ we provided.


Content
Expand Down
4 changes: 4 additions & 0 deletions docs/source/tutorials/multi_video_cat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,8 @@ To export meshes and motion parameters, run::
</model-viewer>
</div>

.. note::

The default setting may produce broken meshes. To get better one as shown above, train for more iterations by adding `--num_rounds 120`. Also see `this <https://github.com/lab4d-org/lab4d/issues/46#issuecomment-2206518886>`_ for an explanation.

Visit other `tutorials </lab4d/tutorials/#content>`_.
3 changes: 3 additions & 0 deletions docs/source/tutorials/single_video_cat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ To export meshes and motion parameters, run::
</model-viewer>
</div>

.. note::

The default setting may produce broken meshes. To get better one as shown above, train for more iterations by adding `--num_rounds 120`. Also see `this <https://github.com/lab4d-org/lab4d/issues/46#issuecomment-2206518886>`_ for an explanation.

Reconstruct the total scene
------------------------------------------------------------
Expand Down

0 comments on commit a83cbc7

Please sign in to comment.