Skip to content

Commit

Permalink
Objects365 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 30, 2021
1 parent 54652fe commit f55730e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/get_objects365.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Download
url = "https://dorc.ks3-cn-beijing.ksyun.com/data-set/2020Objects365%E6%95%B0%E6%8D%AE%E9%9B%86/train/"
download(url + 'zhiyuan_objv2_train.tar.gz', dir=dir, threads=8) # annotations json
download([url + 'zhiyuan_objv2_train.tar.gz'], dir=dir) # annotations json
download([url + f for f in [f'patch{i}.tar.gz' for i in range(51)]], dir=dir / 'images' / 'train', threads=8)

# Labels
Expand Down

0 comments on commit f55730e

Please sign in to comment.