Closed IsmailM closed 2 years ago
e.g.
from PIL import Image Image.fromarray(hvf_obj.image).save("tmp/out/orig.jpeg") Image.fromarray(hvf_obj.raw_value_array.plot_image).save("tmp/out/raw_value_array.jpeg") Image.fromarray(hvf_obj.abs_dev_value_array.plot_image).save("tmp/out/abs_dev_value_array.jpeg") Image.fromarray(hvf_obj.pat_dev_value_array.plot_image).save("tmp/out/pat_dev_value_array.jpeg") Image.fromarray(hvf_obj.abs_dev_percentile_array.plot_image).save("tmp/out/abs_dev_percentile_array.jpeg") Image.fromarray(hvf_obj.pat_dev_percentile_array.plot_image).save("tmp/out/pat_dev_percentile_array.jpeg")
See https://github.com/msaifee786/hvf_extraction_script/issues/1
Done in vf_extraction_lambda code
e.g.
See https://github.com/msaifee786/hvf_extraction_script/issues/1