This project is developed for the CVPR MetaFood 2024 Workshop Challenge.
The goal of our project is to accurately model and analyze food through 3D reconstruction, volume estimation, and mesh reconstruction.
- Yawei Jueluo: [email protected]
- Chengyu Shi: [email protected]
- Pengyu Wang: [email protected]
- 3D Reconstruction: High-precision 3D reconstruction using state-of-the-art computer vision techniques.
- Volume Estimation: Accurate volume estimation through advanced algorithms.
- Mesh Reconstruction: High-quality mesh reconstruction addressing the problem of incomplete edges.
We used the MetaFood 2024 Challenge Dataset for training and evaluating our models.
- Download the dataset from the provided link.
- Preprocess the data and run SFM using the provided scripts:
python core/sfm_pipeline.py --dataset_root /path/to/data
- Run 2D gaussian splatting with result
- Run demo to see the final results with
and
python core/mesh_tool.py
python core/post_process.py
Ensure you have the following environment:
- Python version: 3.8+
- CUDA version: 11.0+ (if using GPU)
Install all dependencies using the following command:
pip install -r requirements.txt