Loading compress_start.py +4 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,10 @@ if __name__ == '__main__': else: surrounding.append(image[ind1+i, ind1+j]) diff.append(np.max(surrounding)-np.min(surrounding)) print(diff) print("Hello World") """scene_names = file_extractor("images") Loading Loading
compress_start.py +4 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,10 @@ if __name__ == '__main__': else: surrounding.append(image[ind1+i, ind1+j]) diff.append(np.max(surrounding)-np.min(surrounding)) print(diff) print("Hello World") """scene_names = file_extractor("images") Loading