Skip to content

Commit

Permalink
Update trained model at 200k iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuikr committed Sep 15, 2017
1 parent 35ab8b0 commit c82dfbb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion result_3d_dense_seg.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9474081489702642,0.9160979485661218,0.9129987362944937,0.92550161127695985
0.9474704871500299,0.9161719246456212,0.9131491128045156,0.92559717486672222
2 changes: 1 addition & 1 deletion seg_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def dice(im1, im2,tid):
num_paches=0

model_def='./deploy_3d_denseseg.prototxt'
model_weights = "./snapshot/3d_denseseg_iseg_iter_168000.caffemodel"
model_weights = "./snapshot/3d_denseseg_iseg_iter_200000.caffemodel"
net = caffe.Net(model_def, model_weights,caffe.TEST)
patch_input = [64, 64, 64]
xstep = 16
Expand Down
Binary file added snapshot/3d_denseseg_iseg_iter_200000.caffemodel
Binary file not shown.
Binary file added snapshot/3d_denseseg_iseg_iter_200000.solverstate
Binary file not shown.

0 comments on commit c82dfbb

Please sign in to comment.