manisharma494 commited on
Commit
f97571e
·
verified ·
1 Parent(s): 13c0098

Update download_images.py

Browse files
Files changed (1) hide show
  1. download_images.py +1 -1
download_images.py CHANGED
@@ -94,7 +94,7 @@ def check_images_downloaded(output_dir="images", expected_count=None):
94
 
95
  return is_complete, current_count, missing_count
96
 
97
- def download_images(num_images=1000, output_dir="images", target_size=(800, 800), max_workers=20):
98
  """
99
  Download and optimize images from photos.csv with parallel processing
100
 
 
94
 
95
  return is_complete, current_count, missing_count
96
 
97
+ def download_images(num_images=None, output_dir="images", target_size=(800, 800), max_workers=20):
98
  """
99
  Download and optimize images from photos.csv with parallel processing
100