File tree 2 files changed +11
-554
lines changed
2 files changed +11
-554
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ def del_all_flags(FLAGS):
29
29
flags .DEFINE_integer ("temporal_len" ,4 ,"the number of consecutive frames to input" )
30
30
31
31
# flags.DEFINE_string("train_dataset", "../sinus_data/cadaver", "train dataset direction")
32
- flags .DEFINE_string ("train_dataset" , "../sinus_data/syn_cadaver " , "train dataset direction" )
33
- flags .DEFINE_string ("frame_dataset" , "../sinus_data/cadaver/frame_dataset " , "frame dataset direction" )
34
- flags .DEFINE_string ("video_dir" , "../sinus_data/cadaver/videos " , "train dataset direction" )
32
+ flags .DEFINE_string ("train_dataset" , "" , "train dataset direction" )
33
+ flags .DEFINE_string ("frame_dataset" , "" , "frame dataset direction" )
34
+ flags .DEFINE_string ("video_dir" , "" , "train dataset direction" )
35
35
flags .DEFINE_string ("datasets" , "cf1cf2" , "" )
36
36
37
37
flags .DEFINE_string ("img_pattern" , "*.jpg" , "Glob pattern of filename of input images [*]" )
You can’t perform that action at this time.
0 commit comments