# 3D Person Segmentation App This app segments a person from an image using SegFormer and creates a 3D red-cyan anaglyph image. ## Setup ```bash pip install -r requirements.txt ``` ## Usage ```bash cd src python app.py ```