Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyu2172 committed Jun 14, 2018
1 parent c7bca2f commit 7d9a935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainercv/datasets/coco/coco_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_coco(split, img_split):
download_file_path = utils.cached_download(anno_url)
ext = os.path.splitext(anno_url)[1]
if split in ['train', 'val']:
utils.extractall(download_file_path, img_root, ext)
utils.extractall(download_file_path, data_dir, ext)
elif split in ['valminusminival', 'minival']:
utils.extractall(download_file_path, annos_root, ext)
return data_dir
Expand Down

0 comments on commit 7d9a935

Please sign in to comment.