Views
No views yet
conda activate myvenv
python subject_model_eval.py
conda activate myvenv
# proxy only
python porxy.py --epoch 1/2/3 (default 3)
the vis result will be store in /training_dynamic/Proxy/***.png
the evaluation resulte wiil be store in /training_dynamic/Model/proxy_eval.json
# trustvis with AL
python active_learning.py --epoch 1/2/3 (default 3)
the vis result will be store in /training_dynamic/Trust_al/***.png
the evaluation resulte wiil be store in /training_dynamic/Model/trustvis_al_eval.json
# backend
cd /Tool/backend/server
python server.py
# frontend
cd /Tool/frontend
use browser open standalone.html
input content_path and backend ip
click login