Skip to content

Commit

Permalink
removed image.load .
Browse files Browse the repository at this point in the history
  • Loading branch information
ryogrid committed Oct 24, 2024
1 parent 954a511 commit e8773a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colab_env/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def process_directory(self, tarfile_path: str) -> None:
for file_path in file_list:
try:
img: Image.Image = Image.open(file_path)
img.load()
# img.load()
imgs.append(img)

fpathes.append(file_path)
Expand Down

0 comments on commit e8773a6

Please sign in to comment.