Skip to content
Snippets Groups Projects
Commit 78552388 authored by 刘丹's avatar 刘丹
Browse files

update

parent 51703b52
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ tf.app.flags.DEFINE_string('output_dir', '../result/oxford-test-result/pos/', ''
tf.app.flags.DEFINE_string('heatmap_output_dir', '../result/oxford-test-result/heatmaps_resnet_v1_50_dice_multi_beta_1_alpha_p1_weighted_fusion/', '')
tf.app.flags.DEFINE_bool('no_write_images', True, 'do not write images')
import resnet_v1_model_dice_multi_beta_1_weighted_fusion as model
from oxford_R01 import restore_rectangle
import resnet_v1_model_dice_multi_weighted_fusion as model
from oxford import restore_rectangle
FLAGS = tf.app.flags.FLAGS
CKPT_PATH = None#'../model/hand_resnet_v1_50_dice_multi_oxford_aug_rbox/model.ckpt-98051'#
......
......@@ -16,7 +16,7 @@ tf.app.flags.DEFINE_string('heatmap_output_dir', '../result/oxford-test-result/h
tf.app.flags.DEFINE_bool('no_write_images', True, 'do not write images')
import vgg16_model_dice_multi as model
from oxford_R01 import restore_rectangle
from oxford import restore_rectangle
FLAGS = tf.app.flags.FLAGS
CKPT_PATH = None#'../model/hand_vgg16_dice_multi_rbox_R01_oxford/model.ckpt-82042'
......
......@@ -16,7 +16,7 @@ tf.app.flags.DEFINE_string('heatmap_output_dir', '../result/oxford-test-result/h
tf.app.flags.DEFINE_bool('no_write_images', True, 'do not write images')
import vgg16_model_dice_multi_weighted_fusion as model
from oxford_R01 import restore_rectangle
from oxford import restore_rectangle
FLAGS = tf.app.flags.FLAGS
CKPT_PATH = None#'../model/hand_vgg16_dice_multi_rbox_R01_oxford/model.ckpt-82042'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment