Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,9 @@ Project Page: [https://github.com/alimama-creative/Self-supervised-Text-Erasing]
|
|
12 |
## Description
|
13 |
The checkpoints are trained from the posterErase dataset. There are two versions with different training mechanism.
|
14 |
|
15 |
-
Self-supervised Text Trasing: To use it, please download from this page, and put it under './checkpoints/erasenet/ste/best_net_G.pth'
|
16 |
|
17 |
-
Finetuning after STE : To use it, please download from this page, and put it under './checkpoints/erasenet/ste/best_net_G.pth'
|
18 |
|
19 |
## Usage
|
20 |
First, download the github project and install the python package.
|
|
|
12 |
## Description
|
13 |
The checkpoints are trained from the posterErase dataset. There are two versions with different training mechanism.
|
14 |
|
15 |
+
Self-supervised Text Trasing (ste_best_net_G.pth): To use it, please download from this page, and put it under './checkpoints/erasenet/ste/best_net_G.pth'
|
16 |
|
17 |
+
Finetuning after STE (ft_best_net_G.pth): To use it, please download from this page, and put it under './checkpoints/erasenet/ste/best_net_G.pth'
|
18 |
|
19 |
## Usage
|
20 |
First, download the github project and install the python package.
|