Skip to content

Commit

Permalink
mm paper
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaillassa committed Jul 15, 2019
1 parent cec777d commit 0df6015
Show file tree
Hide file tree
Showing 5 changed files with 2,967 additions and 2,969 deletions.
28 changes: 14 additions & 14 deletions classes.thresh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
CR 0.33
HCL 0.57
DCL 0.78
HP 0.31
DP 0.94
P 0.81
STL 0.60
FR 0.88
NEB 0.37
SAT 0.85
SP 0.39
OV 0.78
BBG 0.50
BG 0.27
CR 0.49
HCL 0.66
DCL 0.71
HP 0.34
DP 0.98
P 0.85
STL 0.56
FR 0.55
NEB 0.38
SAT 0.69
SP 0.50
OV 0.69
BBG 0.65
BG 0.32
4 changes: 2 additions & 2 deletions maximask.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def main():
IM2 = IM_SIZE//2
IM4 = IM_SIZE//4
TNB_CL = 14
TR_PRIORS = np.array([0.0125, 0.0108, 0.0396, 0.0010, 0.0011, 0.0213, 0.0971, 0.2660, 0.1668, 0.0067, 0.0402, 0.0300, 0.1191, 0.3505], dtype=np.float32)
TR_PRIORS = np.array([0.0148, 0.0114, 0.0387, 0.0011, 0.0014, 0.0171, 0.0652, 0.1774, 0.1823, 0.0026, 0.0408, 0.0308, 0.1425, 0.4265], dtype=np.float32)

# positional command line argument
IM_PATH = None
Expand All @@ -522,7 +522,7 @@ def main():
NB_CL = TNB_CL
PRIORS = np.array([0.0002, 0.0008, 0.0080, 0.000001, 0.000001, 0.00001, 0.001, 0.01, 0.01, 0.0016, 0.013, 0.005, 0.07, 0.90], dtype=np.float32)
PRIOR_F = (TR_PRIORS/(1-TR_PRIORS))*((1-PRIORS)/PRIORS)
THRESH = np.array([0.33, 0.57, 0.78, 0.31, 0.94, 0.81, 0.60, 0.88, 0.37, 0.85, 0.39, 0.78, 0.50, 0.27], dtype=np.float32)
THRESH = np.array([0.49, 0.66, 0.71, 0.34, 0.98, 0.85, 0.56, 0.55, 0.38, 0.69, 0.50, 0.69, 0.65, 0.32], dtype=np.float32)

tmp = np.arange(0, TNB_CL, dtype=np.uint16)
tmp2 = 2*np.ones_like(tmp, dtype=np.uint16)
Expand Down
Binary file modified model/model-150000.data-00000-of-00001
Binary file not shown.
Binary file modified model/model-150000.index
Binary file not shown.
Loading

0 comments on commit 0df6015

Please sign in to comment.