Searched refs:sparse_image_path (Results 1 – 1 of 1) sorted by relevance
129 def UnsparseImage(sparse_image_path, replace=True): argument130 img_dir = os.path.dirname(sparse_image_path)131 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)138 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]