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

Commit

Permalink
fixing path
Browse files Browse the repository at this point in the history
There is no directory called `yfcc100m_full_dataset_alt` anymore, the files are in the root of the release folder.
  • Loading branch information
mjsML authored Nov 10, 2021
1 parent e8a18b6 commit 2ca932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLOC/data_preparation/download_images/download_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run_downloader(process:int, urls_and_paths:list):

print("downloading files [{} , {}]".format(current_start, current_end))
sys.stdout.flush()
fname = '../release/yfcc100m_full_dataset_alt/download_link_and_locations.csv'
fname = '../release/download_link_and_locations.csv'
with open(fname) as f:
csv_reader = csv.reader(f, delimiter=',')
line_count = 0
Expand Down

0 comments on commit 2ca932a

Please sign in to comment.