CLI#
We provide a command line interface for training your own Luxens (no coding necessary). You can learn more about each command by using the --help
argument.
Commands#
Here are the popular commands that we offer. If you’ve cloned the repo, you can also look at the pyproject.toml file at the [project.scripts]
section for details.
Command |
Description |
Filename |
---|---|---|
Install tab completion for all scripts |
luxenstudio/scripts/completions/install.py |
|
Generate a dataset from your own data |
luxenstudio/scripts/process_data.py |
|
Download existing captures |
luxenstudio/scripts/downloads/download_data.py |
|
Generate a Luxen |
luxenstudio/scripts/train.py |
|
View a trained Luxen |
luxenstudio/scripts/viewer/run_viewer.py |
|
Run evaluation metrics for your Model |
luxenstudio/scripts/eval.py |
|
Render out a video of your Luxen |
luxenstudio/scripts/render.py |
|
Export a Luxen into other formats |
luxenstudio/scripts/exporter.py |