Skip to content

Commit

Permalink
Update dev_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErlerPhilipp authored Jun 28, 2024
1 parent a2abb57 commit b615289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We use publicly available software to create a 3D model from uploaded images.
The pipeline consists of the following steps:
- COLMAP for Structure from Motion and Multi-View Stereo
- PyMeshlab (Screened Poisson Surface Reconstruction) for meshing
- [WIP] OpenMVS for texturing
- OpenMVS for texturing

So far, [COLMAP](https://colmap.github.io/) has shown the best results for our use cases with
acceptable computation times.
Expand All @@ -33,7 +33,7 @@ which lose quality quickly when simplifying the mesh.
## Processing Folder Structure

Uploaded images are stored in `data/[UUID]/input`, where UUID is a random unique identifier for each job.
The paths to these images is passed as argument to the first step in the processing pipeline.
The paths to these images are passed as arguments to the first step in the processing pipeline.

How each further step uses this folder is up to them,
however it makes sense that each step creates its own folder for putting intermediate results.
Expand Down

0 comments on commit b615289

Please sign in to comment.