1
0
forked from cgvr/DeltaVR
Files
DeltaVR3DModelGeneration/3d-generation-pipeline/README.md
T
2026-05-13 14:14:28 +03:00

21 lines
607 B
Markdown

# Testing the pipeline
Install required dependency libraries using
```
pip install -r requirements.txt
```
Make a copy of `.env.example`, rename it as `.env`, and insert the necessary config values.
## Python notebooks
* [`local_image_generation.ipynb`](notebooks/local_image_generation.ipynb)
* [`local_model_generation.ipynb`](notebooks/local_model_generation.ipynb)
* [`subprocess_test.ipynb`](notebooks/subprocess_test.ipynb)
## Python scripts
* [`generate_image_local.py`](generate_image_local.py)
* [`generate_model_local.py`](generate_model_local.py)
* [`start_pipeline.py`](start_pipeline.py)