Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: mit
|
|
4 |
anywefadoor
|
5 |
|
6 |
## Installation
|
|
|
|
|
7 |
|
8 |
various necesary libs to install via apt will reveal themselves depending on hardware. libxext and others after the conda install and run first time.
|
9 |
|
@@ -24,7 +26,7 @@ pip install pycocotools -i https://pypi.douban.com/simple
|
|
24 |
|
25 |
pip install lvis
|
26 |
```
|
27 |
-
## Download
|
28 |
Download WefaDoor checkpoint:
|
29 |
* [HuggingFace](https://huggingface.co/thisisAce/ADOOR_ACE/blob/main/models/adbase-step%3D41250.ckpt)
|
30 |
|
|
|
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 and for the cloth seg the seg_ssl_server.js should also be set to run on start.
|
8 |
+
therse two express servers are all that runs here.
|
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 |
|
|
|
26 |
|
27 |
pip install lvis
|
28 |
```
|
29 |
+
## Download WefaDoor Checkpoint
|
30 |
Download WefaDoor checkpoint:
|
31 |
* [HuggingFace](https://huggingface.co/thisisAce/ADOOR_ACE/blob/main/models/adbase-step%3D41250.ckpt)
|
32 |
|