forked from aminrd/LineamentLearning
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Demo.py
30 lines (21 loc) · 1.17 KB
/
Demo.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
__author__ = "Amin Aghaee"
__copyright__ = "Copyright 2018, Amin Aghaee"
from DATASET import *
from PmapViewer import *
LOAD_BACKGROUND = True
AUSTRALIA = True
dir1 = './Results/TrainOnRandomSeleciton_W45_fault_QUEST/Pmap_exist_aust.npz'
dir2 = './Results/TrainOnRandomSeleciton_W45_fault_QUEST/Pmap_exist_quest.npz'
dir3 = './Results/TrainOnRandomSelection_w45_fault/Pmap_exist_quest.npz'
dir4 = './Results/TrainOnRandomSelection_w45_fault/PMAP_exist.npz'
dir5 = './Results/NewTrainingRandom_strip_mixed/Pmamp_Fault_Australia.hdf5Australia_strip.mat.npz'
dir6 = './Results/NewTrainingRandom_strip_mixed/Pmamp_Fault_Australia.hdf5QUEST_strip.mat.npz'
dir7 = './Results/NewTrainingRandom_strip_mixed/Pmamp_Fault_Mixed.hdf5Australia_strip.mat.npz'
dir8 = './Results/NewTrainingRandom_strip_mixed/Pmamp_Fault_Mixed.hdf5QUEST_strip.mat.npz'
dir9 = './Results/NewTrainingRandom_strip_mixed/Pmamp_Fault_Quest.hdf5Australia_strip.mat.npz'
dir10 = './Results/NewTrainingRandom_strip_mixed/Pmamp_Fault_Quest.hdf5QUEST_strip.mat.npz'
dir11 = './Results/First3Layers/Pmamp_Fault_Australia.hdf5Australia_strip.mat.npz'
jdir = './applet.json'
# Load and run application:
p = PmapViewer(dir=jdir)
p.run()