Loading explore_data14.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -180,7 +180,7 @@ def writeTFRecordsFromImageSet( extra = np.concatenate(( extra = np.concatenate(( img_gt_aux.image[...,ijt.IJFGBG.AUX_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.AUX_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.FG_STR].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.FG_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.BG_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.BG_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.RMS].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.RMS].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.RMS_SPLIT].reshape(-1,1) img_gt_aux.image[...,ijt.IJFGBG.RMS_SPLIT].reshape(-1,1) Loading Loading
explore_data14.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -180,7 +180,7 @@ def writeTFRecordsFromImageSet( extra = np.concatenate(( extra = np.concatenate(( img_gt_aux.image[...,ijt.IJFGBG.AUX_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.AUX_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.FG_STR].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.FG_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.BG_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.BG_DISP].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.RMS].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.RMS].reshape(-1,1), img_gt_aux.image[...,ijt.IJFGBG.RMS_SPLIT].reshape(-1,1) img_gt_aux.image[...,ijt.IJFGBG.RMS_SPLIT].reshape(-1,1) Loading