380570c c8475b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 ```