Yvonnefanf commited on
Commit
98ac1fb
·
1 Parent(s): e3c5cfc
Files changed (2) hide show
  1. README.md +13 -0
  2. Tool/backend +1 -0
README.md CHANGED
@@ -28,4 +28,17 @@ the vis result will be store in /training_dynamic/Trust_al/***.png
28
 
29
  the evaluation resulte wiil be store in /training_dynamic/Model/trustvis_al_eval.json
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ```
 
28
 
29
  the evaluation resulte wiil be store in /training_dynamic/Model/trustvis_al_eval.json
30
 
31
+ ```
32
+ # Run Tool
33
+
34
+ ```
35
+ # backend
36
+ cd /Tool/backend/server
37
+ python server.py
38
+
39
+ # frontend
40
+ cd /Tool/frontend
41
+ use browser open standalone.html
42
+ input content_path and backend ip
43
+ click login
44
  ```
Tool/backend ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 4625b66f0529ece641e2b8e2209acb95031c7cd6