Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,11 @@ license: mit
|
|
4 |
anywefadoor
|
5 |
|
6 |
## Installation
|
7 |
-
ssl_server.js in the ANYDOOR folder must be set to run on startup and ports need consideration for the anydoor process
|
8 |
-
|
|
|
|
|
|
|
9 |
|
10 |
various necesary libs to install via apt will reveal themselves depending on hardware. libxext and others after the conda install and run first time.
|
11 |
|
|
|
4 |
anywefadoor
|
5 |
|
6 |
## Installation
|
7 |
+
ssl_server.js in the ANYDOOR folder must be set to run on startup and ports need consideration for the anydoor process.
|
8 |
+
for the cloth seg the seg_ssl_server.js in the huggingface-cloth-segmentation folder should also be set to run on start.
|
9 |
+
pip requirements should be installed for the seg from inside that folder or conda can be utilised here too.
|
10 |
+
|
11 |
+
the two express servers are all that run here.
|
12 |
|
13 |
various necesary libs to install via apt will reveal themselves depending on hardware. libxext and others after the conda install and run first time.
|
14 |
|