Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
missing new line
Browse files Browse the repository at this point in the history
This causes the script to fail due to syntax errors.
  • Loading branch information
mjsML authored Nov 10, 2021
1 parent e8a18b6 commit f92a697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CLOC/data_preparation/download_images/download_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def run_downloader(process:int, urls_and_paths:list):
# f_out = open('new_metadata.csv.zip', 'r')
csv.field_size_limit(sys.maxsize)

urls_and_paths = []success_number_total = 0
urls_and_paths = []
success_number_total = 0

num_process = 5 # accelerate downloading using multiple processes
current_start = 0 # restart from the previous image id, can be used to resume download if there is a time limit constraint to run the downloader
Expand Down

0 comments on commit f92a697

Please sign in to comment.