Spaces:
Running
Running
Alex Hortua
commited on
Commit
·
c8475b4
1
Parent(s):
380570c
Ammend initial implementation
Browse files
README.MD
CHANGED
@@ -6,3 +6,12 @@ This app segments a person from an image using SegFormer and creates a 3D red-cy
|
|
6 |
|
7 |
```bash
|
8 |
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
```bash
|
8 |
pip install -r requirements.txt
|
9 |
+
```
|
10 |
+
|
11 |
+
|
12 |
+
## Usage
|
13 |
+
|
14 |
+
```bash
|
15 |
+
cd src
|
16 |
+
python app.py
|
17 |
+
```
|