"a5_LeftReconS2", "a6_LeftReconS4", "a7_LeftReconS8", "a8_LeftReconAll", "a13_RightReconS2", "a14_RightReconS4", "a15_RightReconS8", "a16_RightReconAll", ] normalizeIdx = [-1, 0, 0, 0, -1, 4, 4, 4] preToPostScale = [ .0294, .0294, .0294, .0294, .0294, .0294, .0294, .0294, ] if(doPlotRecon): print "Plotting reconstructions" plotRecon(layers, outputDir, skipFrames) if(doPlotErr): print "Plotting reconstruction error" plotReconError(preErrLayers, postErrLayers, preToPostScale, outputDir, errShowPlots, normalizeIdx, skipFrames)
postErrLayers = [ "a4_LeftReconS2", "a5_LeftReconS4", "a6_LeftReconS8", ] gtLayers = None #gtLayers = [ # #"a25_DepthRescale", # #"a25_DepthRescale", # #"a25_DepthRescale", # "a25_DepthRescale", # "a25_DepthRescale", # "a25_DepthRescale", #] preToPostScale = [ 1, 1, 1, ] if (doPlotRecon): print("Plotting reconstructions") plotRecon(layers, outputDir, skipFrames) if (doPlotErr): print("Plotting reconstruction error") plotReconError(preErrLayers, postErrLayers, preToPostScale, outputDir, errShowPlots, skipFrames, gtLayers)
"a6_LeftReconS8", ] gtLayers = None #gtLayers = [ # #"a25_DepthRescale", # #"a25_DepthRescale", # #"a25_DepthRescale", # "a25_DepthRescale", # "a25_DepthRescale", # "a25_DepthRescale", #] preToPostScale = [ .0294, .0294, .0294, 1, 1, 1, ] if(doPlotRecon): print "Plotting reconstructions" plotRecon(layers, outputDir, skipFrames) if(doPlotErr): print "Plotting reconstruction error" plotReconError(preErrLayers, postErrLayers, preToPostScale, outputDir, errShowPlots, skipFrames, gtLayers)
"a11_LeftRescale2", "a12_LeftRescale3", "a29_RightRescale1", "a30_RightRescale2", "a31_RightRescale3", ] postErrLayers = [ "a16_LeftRecon1", "a17_LeftRecon2", "a18_LeftRecon3", "a35_RightRecon1", "a36_RightRecon2", "a37_RightRecon3", ] preToPostScale = [ .0624, .0624, .0588, .0624, .0624, .0588, ] if(doPlotRecon): plotRecon(layers, outputDir, skipFrames) if(doPlotErr): plotReconError(preErrLayers, postErrLayers, preToPostScale, outputDir, errShowPlots)