AMADEUS – 3D Foot Reconstruction Pipeline
AMADEUS (AI‑based Morphological Analysis & Design Engine for Unique Shoes) reconstructs a personalized 3D foot model from smartphone video and produces a ready-to-print shoe last. It combines YOLO11n-seg + SAM for segmentation, COLMAP for camera pose estimation, 3D Gaussian Splatting (3DGS) for point cloud optimisation, and SuGaR for mesh generation【528303309685221†L80-L94】.
Pipeline
- Pre‑processing: Segment the foot and scale marker from each frame and save masked images【717972134425363†screenshot】.
- 3D Reconstruction: Use COLMAP to build a sparse point cloud【894071447112061†screenshot】.
- Undistortion & Alignment: Remove lens distortion and align the sparse model【894071447112061†screenshot】.
- 3DGS Training: Optimise a Gaussian point cloud to produce a dense representation【35837800387949†screenshot】.
- Meshing & Healing: Convert the Gaussian field to a watertight mesh and remove noise【756719135168637†screenshot】.
- Scaling: Convert to real-world dimensions using a checkerboard marker.
- 3D Printing: Slice and print the mesh.
- Troubleshooting: Fix segmentation resolution mismatches and ensure adequate data【756719135168637†screenshot】.
Installation and Usage
Docker
docker build -t amadeus .
docker run --gpus all -it --rm \
-v $(pwd)/data:/app/data \
-v $(pwd)/output:/app/output \
amadeus
chmod +x run_pipeline.sh
xvfb-run -a ./run_pipeline.sh
Manual Setup
Clone submodules (gaussian-splatting and SuGaR), install dependencies from requirements.txt, install COLMAP, and run the commands in run_pipeline.sh manually.
Citation
If you use this project, please cite:
@report{amadeus2025,
title = {AI‑based Morphological Analysis & Design Engine for Unique Shoes},
author = {Kim Taeryang and Park Hyundong and Park Chanwoo and Bang Hojun},
year = {2025},
note = {P–Practical Project third semester (AI) team 3 report}
}
License
MIT License.
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support