Skip to content

Commit

Permalink
add utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jichengyuan committed Aug 16, 2021
1 parent 49e077a commit ffee58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ def check_download_images(imgs_info):
continue
else:
os.makedirs(f_path, exist_ok=True)
urllib.request(image_url, image_path)
urllib.request.urlretrieve(image_url, image_path)

0 comments on commit ffee58a

Please sign in to comment.