Skip to content

oldrefery/photogrammetry_create_3d_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images should be located

in folder images in the root of the project

Create docker image:

docker build -t 3d-scanner .

Run from the beginning (with option --clean)

docker run --rm \
   --memory="16g" \
   --cpus="4" \
   -v "$(pwd)/images:/app/images:ro" \
   -v "$(pwd)/output:/app/output:rw" \
   -v "$(pwd)/database:/app/database:rw" \
   --tmpfs /tmp \
   3d-scanner python3 /app/src/create_3d_model.py --clean

About

Create a 3d (glb) model from set of images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published