Object-segmentation / README.MD
Alex Hortua
Ammend initial implementation
c8475b4
raw
history blame
228 Bytes
# 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
```